aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index e8abc25a0a..66ff11673e 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -221,6 +221,10 @@
'<(skia_src_path)/gpu/GrXferProcessor.cpp',
# Batches
+ '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp',
+ '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
+ '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
+ '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h',
'<(skia_src_path)/gpu/batches/GrBatch.cpp',
'<(skia_src_path)/gpu/batches/GrBatch.h',
'<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',