Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: gyp/svg.gyp

Issue 923583002: [SkSVGDevice] Full font family support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: slightly less lame hash function Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/core/SkTDArray.h » ('j') | src/svg/SkSVGDevice.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTDArray.h » ('j') | src/svg/SkSVGDevice.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698