| 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': [ | 8 'dependencies': [ |
| 9 'skia_lib.gyp:skia_lib', | 9 'skia_lib.gyp:skia_lib', |
| 10 ], | 10 ], |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 }], | 42 }], |
| 43 ], | 43 ], |
| 44 'direct_dependent_settings': { | 44 'direct_dependent_settings': { |
| 45 'include_dirs': [ | 45 'include_dirs': [ |
| 46 '../include/xml', | 46 '../include/xml', |
| 47 ], | 47 ], |
| 48 }, | 48 }, |
| 49 }, | 49 }, |
| 50 ], | 50 ], |
| 51 } | 51 } |
| 52 | |
| 53 # Local Variables: | |
| 54 # tab-width:2 | |
| 55 # indent-tabs-mode:nil | |
| 56 # End: | |
| 57 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |