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, |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 8 | 'include_dirs': [ |
bungeman@google.com | 5a64e58 | 2012-03-29 14:51:56 +0000 | [diff] [blame] | 9 | '../include/config', |
| 10 | '../include/core', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 11 | '../include/xml', |
bungeman@google.com | 5a64e58 | 2012-03-29 14:51:56 +0000 | [diff] [blame] | 12 | '../include/utils', |
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', |
| 18 | '../include/xml/SkJS.h', |
| 19 | '../include/xml/SkXMLParser.h', |
| 20 | '../include/xml/SkXMLWriter.h', |
| 21 | |
| 22 | '../src/xml/SkBML_Verbs.h', |
| 23 | '../src/xml/SkBML_XMLParser.cpp', |
| 24 | '../src/xml/SkDOM.cpp', |
| 25 | '../src/xml/SkJS.cpp', |
| 26 | '../src/xml/SkJSDisplayable.cpp', |
| 27 | '../src/xml/SkXMLParser.cpp', |
| 28 | '../src/xml/SkXMLPullParser.cpp', |
| 29 | '../src/xml/SkXMLWriter.cpp', |
| 30 | ], |
| 31 | 'sources!': [ |
| 32 | '../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header |
| 33 | ], |
| 34 | 'conditions': [ |
borenet@google.com | 05d550e | 2013-06-11 15:52:19 +0000 | [diff] [blame^] | 35 | [ 'skia_os in ["win", "mac", "linux", "freebsd", "openbsd", "solaris", "android", "ios", "nacl", "chromeos"]', { |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 36 | 'sources!': [ |
| 37 | # no jsapi.h by default on system |
| 38 | '../include/xml/SkJS.h', |
| 39 | '../src/xml/SkJS.cpp', |
| 40 | '../src/xml/SkJSDisplayable.cpp', |
| 41 | ], |
| 42 | }], |
| 43 | ], |
| 44 | 'direct_dependent_settings': { |
| 45 | 'include_dirs': [ |
| 46 | '../include/xml', |
| 47 | ], |
| 48 | }, |
| 49 | }, |
| 50 | ], |
| 51 | } |
| 52 | |
| 53 | # Local Variables: |
| 54 | # tab-width:2 |
| 55 | # indent-tabs-mode:nil |
| 56 | # End: |
| 57 | # vim: set expandtab tabstop=2 shiftwidth=2: |