OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'xml', | 4 'target_name': 'xml', |
5 'product_name': 'skia_xml', | 5 'product_name': 'skia_xml', |
6 'type': 'static_library', | 6 'type': 'static_library', |
7 'standalone_static_library': 1, | 7 'standalone_static_library': 1, |
| 8 'dependencies': [ |
| 9 'core.gyp:*', |
| 10 'utils.gyp:*', |
| 11 ], |
8 'include_dirs': [ | 12 'include_dirs': [ |
9 '../include/config', | |
10 '../include/core', | |
11 '../include/xml', | 13 '../include/xml', |
12 '../include/utils', | |
13 ], | 14 ], |
14 'sources': [ | 15 'sources': [ |
15 '../include/xml/SkBML_WXMLParser.h', | 16 '../include/xml/SkBML_WXMLParser.h', |
16 '../include/xml/SkBML_XMLParser.h', | 17 '../include/xml/SkBML_XMLParser.h', |
17 '../include/xml/SkDOM.h', | 18 '../include/xml/SkDOM.h', |
18 '../include/xml/SkJS.h', | 19 '../include/xml/SkJS.h', |
19 '../include/xml/SkXMLParser.h', | 20 '../include/xml/SkXMLParser.h', |
20 '../include/xml/SkXMLWriter.h', | 21 '../include/xml/SkXMLWriter.h', |
21 | 22 |
22 '../src/xml/SkBML_Verbs.h', | 23 '../src/xml/SkBML_Verbs.h', |
(...skipping 25 matching lines...) Expand all Loading... |
48 }, | 49 }, |
49 }, | 50 }, |
50 ], | 51 ], |
51 } | 52 } |
52 | 53 |
53 # Local Variables: | 54 # Local Variables: |
54 # tab-width:2 | 55 # tab-width:2 |
55 # indent-tabs-mode:nil | 56 # indent-tabs-mode:nil |
56 # End: | 57 # End: |
57 # vim: set expandtab tabstop=2 shiftwidth=2: | 58 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |