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

Unified Diff: gyp/tools.gyp

Issue 231853006: SkRecord: turn on cull annotation pass in public API. (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 | « gyp/tests.gypi ('k') | include/record/SkRecording.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 8bcebf54a6b3226eeb7f662206518e152f7f8ab9..39a784734b27755a0af27bbdc4cd64edcae61cb8 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -313,12 +313,11 @@
'type': 'executable',
'sources': [
'../tools/bench_playback.cpp',
- '../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
'../src/core/',
'../src/images',
- '../src/lazy',
+ '../src/record',
],
'dependencies': [
'flags.gyp:flags',
« no previous file with comments | « gyp/tests.gypi ('k') | include/record/SkRecording.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698