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

Unified Diff: gyp/tools.gyp

Issue 646213002: Eliminate one copy of replace_char() function. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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/picture_utils.h » ('j') | tools/picture_utils.h » ('J')
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 e689ed1fd7686b595ae4a3cee6718bb3e024d5e4..361f03d570e6f81e99a49f803c2ae9fa9239a98c 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -278,9 +278,10 @@
'../tools/',
],
'dependencies': [
- 'gm_expectations',
'flags.gyp:flags',
+ 'gm_expectations',
'jsoncpp.gyp:jsoncpp',
+ 'picture_utils',
'skia_lib.gyp:skia_lib',
],
},
« no previous file with comments | « no previous file | tools/picture_utils.h » ('j') | tools/picture_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698