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

Unified Diff: gyp/tools.gyp

Issue 14670021: Write/compare against expectations in skimage tool. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Instead of appending a string of potentially infinite length, append a single character. Created 7 years, 7 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/gm.gyp ('k') | tools/skimage_main.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 7f79dc4114875e6004b862690b7a33970987bdbe..ec521cf97153bd414a344115f8ffaad98c932b16 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -78,11 +78,18 @@
'sources': [
'../tools/skimage_main.cpp',
],
+ 'include_dirs': [
+ # For SkBitmapHasher.h
+ '../src/utils/',
+ ],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
'effects.gyp:effects',
- 'images.gyp:images',
'flags.gyp:flags',
+ 'gm.gyp:gm_expectations',
+ 'images.gyp:images',
+ 'jsoncpp.gyp:jsoncpp',
+ 'utils.gyp:utils',
],
},
{
« no previous file with comments | « gyp/gm.gyp ('k') | tools/skimage_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698