aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/xml.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/xml.gyp')
-rw-r--r--gyp/xml.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gyp/xml.gyp b/gyp/xml.gyp
index 2c4e06f8d1..7c06b448e3 100644
--- a/gyp/xml.gyp
+++ b/gyp/xml.gyp
@@ -5,11 +5,11 @@
'product_name': 'skia_xml',
'type': 'static_library',
'standalone_static_library': 1,
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/xml',
- '../include/utils',
],
'sources': [
'../include/xml/SkBML_WXMLParser.h',