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

Unified Diff: gyp/tools.gyp

Issue 331573004: Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: put back Created 6 years, 6 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/core/SkPictureRecorder.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 b72b2099f44104dc950253d7d0d64e629e0a9460..9e1cf05558571a541f0fa69f8b1accdb99cc83a1 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -324,7 +324,6 @@
'bench.gyp:bench_timer',
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
- 'record.gyp:*',
],
},
{
@@ -336,13 +335,11 @@
'include_dirs': [
'../src/core/',
'../src/images',
- '../src/record',
],
'dependencies': [
'bench.gyp:bench_timer',
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
- 'record.gyp:*',
],
},
{
@@ -357,12 +354,10 @@
'../src/core/',
'../src/images',
'../src/lazy',
- '../src/record',
],
'dependencies': [
'bench.gyp:bench_timer',
'flags.gyp:flags',
- 'record.gyp:*',
'skia_lib.gyp:skia_lib',
],
},
« no previous file with comments | « gyp/tests.gypi ('k') | include/core/SkPictureRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698