epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 1 | { |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'xml', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 5 | 'product_name': 'skia_xml', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 6 | 'type': 'static_library', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 7 | 'standalone_static_library': 1, |
bungeman@google.com | b8f3655 | 2013-07-22 14:39:45 +0000 | [diff] [blame] | 8 | 'dependencies': [ |
| 9 | 'skia_lib.gyp:skia_lib', |
| 10 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 11 | 'include_dirs': [ |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 12 | '../include/xml', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 13 | ], |
| 14 | 'sources': [ |
| 15 | '../include/xml/SkBML_WXMLParser.h', |
| 16 | '../include/xml/SkBML_XMLParser.h', |
| 17 | '../include/xml/SkDOM.h', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 18 | '../include/xml/SkXMLParser.h', |
| 19 | '../include/xml/SkXMLWriter.h', |
| 20 | |
| 21 | '../src/xml/SkBML_Verbs.h', |
| 22 | '../src/xml/SkBML_XMLParser.cpp', |
| 23 | '../src/xml/SkDOM.cpp', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 24 | '../src/xml/SkXMLParser.cpp', |
| 25 | '../src/xml/SkXMLPullParser.cpp', |
| 26 | '../src/xml/SkXMLWriter.cpp', |
| 27 | ], |
| 28 | 'sources!': [ |
| 29 | '../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header |
| 30 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 31 | 'direct_dependent_settings': { |
| 32 | 'include_dirs': [ |
| 33 | '../include/xml', |
| 34 | ], |
| 35 | }, |
| 36 | }, |
| 37 | ], |
| 38 | } |