Chromium Code Reviews

Unified Diff: gyp/xml.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove uwanted (but motivating) changes. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« gyp/utils.gyp ('K') | « gyp/views_animated.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/xml.gyp
===================================================================
--- gyp/xml.gyp (revision 10175)
+++ gyp/xml.gyp (working copy)
@@ -5,11 +5,12 @@
'product_name': 'skia_xml',
'type': 'static_library',
'standalone_static_library': 1,
+ 'dependencies': [
+ 'core.gyp:*',
+ 'utils.gyp:*',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/xml',
- '../include/utils',
],
'sources': [
'../include/xml/SkBML_WXMLParser.h',
« gyp/utils.gyp ('K') | « gyp/views_animated.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine