Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(593)

Unified Diff: gyp/gpu.gypi

Issue 2230513004: Re-adding analytical GeoProc for rectangles (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Addressed patch 2 comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/GrBatchTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 4f4ff3546f918fcc752c9d1a5a438482ac0b4c38..a856cb495b843995bd77a98ddb3ceef1c2f9a389 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -219,6 +219,8 @@
'<(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/GrAnalyticRectBatch.cpp',
+ '<(skia_src_path)/gpu/batches/GrAnalyticRectBatch.h',
'<(skia_src_path)/gpu/batches/GrAtlasTextBatch.cpp',
'<(skia_src_path)/gpu/batches/GrAtlasTextBatch.h',
'<(skia_src_path)/gpu/batches/GrBatch.cpp',
« no previous file with comments | « no previous file | src/gpu/GrBatchTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698