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

Unified Diff: gyp/tools.gyp

Issue 1726823002: Set SkColorSpace object for PNGs and parse ICC profiles (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Adding comments to the code 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
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index f5e61091a7bf24cb1fc6e90a5fd594fed7579d0b..2e139167f11cdfde03aeeacea74e3b293a974ade 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -266,15 +266,18 @@
],
},
{
- 'target_name': 'get_images_from_skps',
- 'type': 'executable',
- 'sources': [
- '../tools/get_images_from_skps.cpp',
- ],
- 'dependencies': [
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- ],
+ 'target_name': 'get_images_from_skps',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/get_images_from_skps.cpp',
+ ],
+ 'include_dirs': [
+ '../src/core',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
},
{
'target_name': 'gpuveto',
@@ -489,6 +492,7 @@
},
'include_dirs': [
'<@(includes_to_test)',
+ '../src/core',
],
'sources': [
# unused_param_test.cpp is generated by the action below.
« no previous file with comments | « gyp/codec_android.gyp ('k') | include/codec/SkCodec.h » ('j') | include/codec/SkCodec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698