Chromium Code Reviews| 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', |