OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'svg', | 4 'target_name': 'svg', |
5 'product_name': 'skia_svg', | 5 'product_name': 'skia_svg', |
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 'xml.gyp:*', | 10 'xml.gyp:*', |
11 ], | 11 ], |
12 'include_dirs': [ | 12 'include_dirs': [ |
13 '../include/svg', | 13 '../include/svg', |
| 14 '../src/core', |
14 ], | 15 ], |
15 'sources': [ | 16 'sources': [ |
16 '<(skia_include_path)/svg/SkSVGCanvas.h', | 17 '<(skia_include_path)/svg/SkSVGCanvas.h', |
17 | 18 |
18 '<(skia_src_path)/svg/SkSVGCanvas.cpp', | 19 '<(skia_src_path)/svg/SkSVGCanvas.cpp', |
19 '<(skia_src_path)/svg/SkSVGDevice.cpp', | 20 '<(skia_src_path)/svg/SkSVGDevice.cpp', |
20 '<(skia_src_path)/svg/SkSVGDevice.h', | 21 '<(skia_src_path)/svg/SkSVGDevice.h', |
21 ], | 22 ], |
22 'direct_dependent_settings': { | 23 'direct_dependent_settings': { |
23 'include_dirs': [ | 24 'include_dirs': [ |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 '../src/svg/parser/SkSVG.cpp', # doesn't compile, maybe this is test c
ode? | 101 '../src/svg/parser/SkSVG.cpp', # doesn't compile, maybe this is test c
ode? |
101 ], | 102 ], |
102 'direct_dependent_settings': { | 103 'direct_dependent_settings': { |
103 'include_dirs': [ | 104 'include_dirs': [ |
104 '../include/svg/parser', | 105 '../include/svg/parser', |
105 ], | 106 ], |
106 }, | 107 }, |
107 }, | 108 }, |
108 ], | 109 ], |
109 } | 110 } |
OLD | NEW |