Index: skia/skia_library_opts.gyp |
=================================================================== |
--- skia/skia_library_opts.gyp (revision 227723) |
+++ skia/skia_library_opts.gyp (working copy) |
@@ -27,6 +27,9 @@ |
{ |
'target_name': 'skia_opts', |
'type': 'static_library', |
+ 'includes': [ |
+ 'skia_common.gypi', |
+ ], |
'include_dirs': [ |
'config', |
'../third_party/skia/include/config', |
@@ -134,8 +137,10 @@ |
{ |
'target_name': 'skia_opts_ssse3', |
'type': 'static_library', |
+ 'includes': [ |
+ 'skia_common.gypi', |
+ ], |
'include_dirs': [ |
- '..', |
'config', |
'../third_party/skia/include/config', |
'../third_party/skia/include/core', |
@@ -172,8 +177,10 @@ |
{ |
'target_name': 'skia_opts_none', |
'type': 'static_library', |
+ 'includes': [ |
+ 'skia_common.gypi', |
+ ], |
'include_dirs': [ |
- '..', |
'config', |
djsollen
2013/10/11 15:05:40
is config still needed here?
bungeman-skia
2013/10/11 15:14:30
Yes, it is unfortunately. The way this works in gy
|
'../third_party/skia/include/config', |
'../third_party/skia/include/core', |
@@ -197,8 +204,10 @@ |
{ |
'target_name': 'skia_opts_neon', |
'type': 'static_library', |
+ 'includes': [ |
+ 'skia_common.gypi', |
+ ], |
'include_dirs': [ |
- '..', |
'config', |
djsollen
2013/10/11 15:05:40
same
|
'../third_party/skia/include/core', |
'../third_party/skia/src/core', |