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

Side by Side Diff: gyp/svg.gyp

Issue 2235273003: [SVGDom] <polygon> & <polyline> support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: GN build fix Created 4 years, 4 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 | « experimental/svg/model/SkSVGValue.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': 'svg', 8 'target_name': 'svg',
9 'product_name': 'skia_svg', 9 'product_name': 'skia_svg',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../experimental/svg/model/SkSVGAttributeParser.cpp', 50 '../experimental/svg/model/SkSVGAttributeParser.cpp',
51 '../experimental/svg/model/SkSVGContainer.h', 51 '../experimental/svg/model/SkSVGContainer.h',
52 '../experimental/svg/model/SkSVGContainer.cpp', 52 '../experimental/svg/model/SkSVGContainer.cpp',
53 '../experimental/svg/model/SkSVGDOM.h', 53 '../experimental/svg/model/SkSVGDOM.h',
54 '../experimental/svg/model/SkSVGDOM.cpp', 54 '../experimental/svg/model/SkSVGDOM.cpp',
55 '../experimental/svg/model/SkSVGG.h', 55 '../experimental/svg/model/SkSVGG.h',
56 '../experimental/svg/model/SkSVGNode.h', 56 '../experimental/svg/model/SkSVGNode.h',
57 '../experimental/svg/model/SkSVGNode.cpp', 57 '../experimental/svg/model/SkSVGNode.cpp',
58 '../experimental/svg/model/SkSVGPath.h', 58 '../experimental/svg/model/SkSVGPath.h',
59 '../experimental/svg/model/SkSVGPath.cpp', 59 '../experimental/svg/model/SkSVGPath.cpp',
60 '../experimental/svg/model/SkSVGPoly.h',
61 '../experimental/svg/model/SkSVGPoly.cpp',
60 '../experimental/svg/model/SkSVGRect.h', 62 '../experimental/svg/model/SkSVGRect.h',
61 '../experimental/svg/model/SkSVGRect.cpp', 63 '../experimental/svg/model/SkSVGRect.cpp',
62 '../experimental/svg/model/SkSVGRenderContext.h', 64 '../experimental/svg/model/SkSVGRenderContext.h',
63 '../experimental/svg/model/SkSVGRenderContext.cpp', 65 '../experimental/svg/model/SkSVGRenderContext.cpp',
64 '../experimental/svg/model/SkSVGShape.h', 66 '../experimental/svg/model/SkSVGShape.h',
65 '../experimental/svg/model/SkSVGShape.cpp', 67 '../experimental/svg/model/SkSVGShape.cpp',
66 '../experimental/svg/model/SkSVGSVG.h', 68 '../experimental/svg/model/SkSVGSVG.h',
67 '../experimental/svg/model/SkSVGSVG.cpp', 69 '../experimental/svg/model/SkSVGSVG.cpp',
68 '../experimental/svg/model/SkSVGTransformableNode.h', 70 '../experimental/svg/model/SkSVGTransformableNode.h',
69 '../experimental/svg/model/SkSVGTransformableNode.cpp', 71 '../experimental/svg/model/SkSVGTransformableNode.cpp',
70 '../experimental/svg/model/SkSVGTypes.h', 72 '../experimental/svg/model/SkSVGTypes.h',
71 '../experimental/svg/model/SkSVGValue.h', 73 '../experimental/svg/model/SkSVGValue.h',
72 '../experimental/svg/model/SkSVGValue.cpp', 74 '../experimental/svg/model/SkSVGValue.cpp',
73 ], 75 ],
74 'direct_dependent_settings': { 76 'direct_dependent_settings': {
75 'include_dirs': [ 77 'include_dirs': [
76 '../experimental/svg/model', 78 '../experimental/svg/model',
77 ], 79 ],
78 }, 80 },
79 }, 81 },
80 82
81 ], 83 ],
82 } 84 }
OLDNEW
« no previous file with comments | « experimental/svg/model/SkSVGValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698