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

Unified Diff: gyp/tools.gyp

Issue 1901113002: Move DM png code to picture_utils, for use by other tools. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move to picture_utils. Better fit, fewer dependencies when adding to skiaserve Created 4 years, 8 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/dm.gypi ('k') | tools/picture_utils.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 9c5cfab518c347bb993716c86df091630045bb8c..2bf8ef6507155e0e7bffc48862b85f39619a76f1 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -351,6 +351,9 @@
'../tools/picture_utils.cpp',
'../tools/picture_utils.h',
],
+ 'include_dirs': [
+ '../src/core/',
+ ],
'dependencies': [
'skia_lib.gyp:skia_lib',
],
« no previous file with comments | « gyp/dm.gypi ('k') | tools/picture_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698