| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'xml', | 8 'target_name': 'xml', |
| 9 'product_name': 'skia_xml', | 9 'product_name': 'skia_xml', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 '<(skia_src_path)/xml/SkXMLWriter.cpp', | 28 '<(skia_src_path)/xml/SkXMLWriter.cpp', |
| 29 ], | 29 ], |
| 30 'sources!': [ | 30 'sources!': [ |
| 31 # time to kill this? | 31 # time to kill this? |
| 32 '<(skia_src_path)/xml/SkXMLPullParser.cpp', #if 0 around class decl in
header | 32 '<(skia_src_path)/xml/SkXMLPullParser.cpp', #if 0 around class decl in
header |
| 33 ], | 33 ], |
| 34 'direct_dependent_settings': { | 34 'direct_dependent_settings': { |
| 35 'include_dirs': [ | 35 'include_dirs': [ |
| 36 '../include/xml', | 36 '../include/xml', |
| 37 ], | 37 ], |
| 38 'defines' : [ |
| 39 'SK_XML', |
| 40 ], |
| 38 }, | 41 }, |
| 39 }, | 42 }, |
| 40 ], | 43 ], |
| 41 } | 44 } |
| OLD | NEW |