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

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: Rebase 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 | « gyp/codec_android.gyp ('k') | include/codec/SkCodec.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 e60879bc5c0566991fb708e37a2d389ce322ac15..49e441b9e237ba0c63064216437f4d243b55d495 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -264,19 +264,19 @@
],
},
{
- 'target_name': 'get_images_from_skps',
- 'type': 'executable',
- 'sources': [
- '../tools/get_images_from_skps.cpp',
- ],
- 'include_dirs': [
- '../include/private',
- '../src/core',
- ],
- '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',
+ '../include/private',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
},
{
'target_name': 'gpuveto',
@@ -469,6 +469,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698