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', |
], |
}, |
{ |