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 'skia_lib.gyp:skia_lib', |
| 10 ], |
8 'include_dirs': [ | 11 'include_dirs': [ |
9 '../include/config', | |
10 '../include/core', | |
11 '../include/xml', | 12 '../include/xml', |
12 '../include/utils', | |
13 ], | 13 ], |
14 'sources': [ | 14 'sources': [ |
15 '../include/xml/SkBML_WXMLParser.h', | 15 '../include/xml/SkBML_WXMLParser.h', |
16 '../include/xml/SkBML_XMLParser.h', | 16 '../include/xml/SkBML_XMLParser.h', |
17 '../include/xml/SkDOM.h', | 17 '../include/xml/SkDOM.h', |
18 '../include/xml/SkJS.h', | 18 '../include/xml/SkJS.h', |
19 '../include/xml/SkXMLParser.h', | 19 '../include/xml/SkXMLParser.h', |
20 '../include/xml/SkXMLWriter.h', | 20 '../include/xml/SkXMLWriter.h', |
21 | 21 |
22 '../src/xml/SkBML_Verbs.h', | 22 '../src/xml/SkBML_Verbs.h', |
(...skipping 25 matching lines...) Expand all Loading... |
48 }, | 48 }, |
49 }, | 49 }, |
50 ], | 50 ], |
51 } | 51 } |
52 | 52 |
53 # Local Variables: | 53 # Local Variables: |
54 # tab-width:2 | 54 # tab-width:2 |
55 # indent-tabs-mode:nil | 55 # indent-tabs-mode:nil |
56 # End: | 56 # End: |
57 # vim: set expandtab tabstop=2 shiftwidth=2: | 57 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |