Index: gyp/gm.gyp |
diff --git a/gyp/gm.gyp b/gyp/gm.gyp |
index fd8f74d621c7cc33cd5ab83bf1cf1697bacce29d..0b0054b7018072eb41c59808809c04fd05bce0da 100644 |
--- a/gyp/gm.gyp |
+++ b/gyp/gm.gyp |
@@ -31,11 +31,10 @@ |
'type': 'executable', |
'include_dirs' : [ |
'../src/core', |
- '../src/images', |
'../src/effects', |
- '../src/pipe/utils/', |
- '../src/utils/', |
- '../tools', |
+ '../src/images', |
+ '../src/pipe/utils', |
+ '../src/utils', |
], |
'includes': [ |
'gmslides.gypi', |
@@ -48,12 +47,13 @@ |
'../src/pipe/utils/SamplePipeControllers.cpp', |
], |
'dependencies': [ |
- 'skia_lib.gyp:skia_lib', |
+ 'etc1.gyp:libetc1', |
'flags.gyp:flags', |
'gm.gyp:gm_expectations', |
'jsoncpp.gyp:jsoncpp', |
'pdf.gyp:pdf', |
- 'etc1.gyp:libetc1', |
+ 'resources.gyp:resources', |
+ 'skia_lib.gyp:skia_lib', |
], |
'conditions': [ |
['skia_android_framework', { |