aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 2ec5374bd7..68bf6b6b51 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -6,9 +6,10 @@
'product_name': 'skia_utils',
'type': 'static_library',
'standalone_static_library': 1,
+ 'dependencies': [
+ 'core.gyp:*',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/effects',
'../include/images',
'../include/lazy',