Index: gyp/gpu.gyp |
=================================================================== |
--- gyp/gpu.gyp (revision 10226) |
+++ gyp/gpu.gyp (working copy) |
@@ -121,20 +121,19 @@ |
'product_name': 'skia_skgpu', |
'type': 'static_library', |
'standalone_static_library': 1, |
+ 'dependencies': [ |
+ 'angle.gyp:*', |
+ 'core.gyp:*', |
+ 'utils.gyp:*', |
+ ], |
'includes': [ |
'gpu.gypi', |
], |
'include_dirs': [ |
- '../include/config', |
- '../include/core', |
- '../include/utils', |
+ '../include/gpu', |
'../src/core', |
- '../include/gpu', |
'../src/gpu', |
], |
- 'dependencies': [ |
- 'angle.gyp:*', |
- ], |
'export_dependent_settings': [ |
'angle.gyp:*', |
], |