From ecd1a69fbf88dc704709416f37179c1177954b13 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Mon, 10 Aug 2015 10:08:26 -0700 Subject: Create GrRectBatchFactory BUG=skia: Review URL: https://codereview.chromium.org/1287433003 --- gyp/gpu.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp/gpu.gypi') diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 66ff11673e..0a378581f8 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -233,6 +233,8 @@ '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', '<(skia_src_path)/gpu/batches/GrRectBatch.h', '<(skia_src_path)/gpu/batches/GrRectBatch.cpp', + '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', + '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp', '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.h', -- cgit v1.2.3