diff options
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r-- | gyp/gpu.gyp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index de0babde77..df82cdadd8 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -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', - '../src/core', '../include/gpu', + '../src/core', '../src/gpu', ], - 'dependencies': [ - 'angle.gyp:*', - ], 'export_dependent_settings': [ 'angle.gyp:*', ], |