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

Unified Diff: gyp/record.gyp

Issue 229523002: SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 8 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 | « dm/DMRecordTask.cpp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/record.gyp
diff --git a/gyp/record.gyp b/gyp/record.gyp
index bcc42229edbed0695b165be604f13a586f95215f..ae80f7c885df07b6d1df1430794c20b3bfb7d7a6 100644
--- a/gyp/record.gyp
+++ b/gyp/record.gyp
@@ -14,6 +14,8 @@
},
'sources': [
'../src/record/SkRecorder.cpp',
+ '../src/record/SkRecordCulling.cpp',
+ '../src/record/SkRecordDraw.cpp',
],
}]
}
« no previous file with comments | « dm/DMRecordTask.cpp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698