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

Unified Diff: gyp/tools.gyp

Issue 1737593003: hack up get_images_from_skps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: md5 is probably a better idea Created 4 years, 10 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 | tools/get_images_from_skps.cpp » ('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 f5e61091a7bf24cb1fc6e90a5fd594fed7579d0b..3168e3d1ea1fb33adecea8cce41073732bf2affa 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -271,6 +271,10 @@
'sources': [
'../tools/get_images_from_skps.cpp',
],
+ 'include_dirs': [
+ '../include/private',
+ '../src/core',
+ ],
'dependencies': [
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
@@ -415,7 +419,7 @@
'direct_dependent_settings': {
'include_dirs': [
'../include/private',
- '../tools',
+ '../tools',
],
},
},
« no previous file with comments | « no previous file | tools/get_images_from_skps.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698