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

Unified Diff: gyp/tools.gyp

Issue 206313003: SkRecord strawman (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: IsSmall -> IsLarge: pithier Created 6 years, 9 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/record.gyp ('k') | src/record/SkRecord.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 fe84a978138dc556d8f3121f94e9e1c7d0dc1955..461cc6b64b9815066ea3bf1fe0e48d3927c8a923 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -300,10 +300,12 @@
'../src/core/',
'../src/images',
'../src/lazy',
+ '../src/record',
],
'dependencies': [
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
+ 'record.gyp:*',
],
},
{
« no previous file with comments | « gyp/record.gyp ('k') | src/record/SkRecord.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698