Index: gyp/opts.gyp |
=================================================================== |
--- gyp/opts.gyp (revision 10226) |
+++ gyp/opts.gyp (working copy) |
@@ -23,9 +23,10 @@ |
'product_name': 'skia_opts', |
'type': 'static_library', |
'standalone_static_library': 1, |
+ 'dependencies': [ |
+ 'core.gyp:*', |
+ ], |
'include_dirs': [ |
- '../include/config', |
- '../include/core', |
'../src/core', |
'../src/opts', |
], |
@@ -111,9 +112,10 @@ |
'product_name': 'skia_opts_ssse3', |
'type': 'static_library', |
'standalone_static_library': 1, |
+ 'dependencies': [ |
+ 'core.gyp:*', |
+ ], |
'include_dirs': [ |
- '../include/config', |
- '../include/core', |
'../src/core', |
], |
'conditions': [ |
@@ -146,9 +148,10 @@ |
'product_name': 'skia_opts_neon', |
'type': 'static_library', |
'standalone_static_library': 1, |
+ 'dependencies': [ |
+ 'core.gyp:*', |
+ ], |
'include_dirs': [ |
- '../include/config', |
- '../include/core', |
'../src/core', |
'../src/opts', |
], |