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

Side by Side Diff: gyp/svg.gyp

Issue 2271743002: Reland: Experimental parsing expression grammar (PEG) template library (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Fixes for MSan, g3 roll Created 4 years, 3 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/SkPEG.h ('k') | tests/SkPEGTest.cpp » ('j') | 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../experimental/svg/model/SkSVGRenderContext.cpp', 71 '../experimental/svg/model/SkSVGRenderContext.cpp',
72 '../experimental/svg/model/SkSVGShape.h', 72 '../experimental/svg/model/SkSVGShape.h',
73 '../experimental/svg/model/SkSVGShape.cpp', 73 '../experimental/svg/model/SkSVGShape.cpp',
74 '../experimental/svg/model/SkSVGSVG.h', 74 '../experimental/svg/model/SkSVGSVG.h',
75 '../experimental/svg/model/SkSVGSVG.cpp', 75 '../experimental/svg/model/SkSVGSVG.cpp',
76 '../experimental/svg/model/SkSVGTransformableNode.h', 76 '../experimental/svg/model/SkSVGTransformableNode.h',
77 '../experimental/svg/model/SkSVGTransformableNode.cpp', 77 '../experimental/svg/model/SkSVGTransformableNode.cpp',
78 '../experimental/svg/model/SkSVGTypes.h', 78 '../experimental/svg/model/SkSVGTypes.h',
79 '../experimental/svg/model/SkSVGValue.h', 79 '../experimental/svg/model/SkSVGValue.h',
80 '../experimental/svg/model/SkSVGValue.cpp', 80 '../experimental/svg/model/SkSVGValue.cpp',
81
82 '../experimental/svg/model/SkPEG.h',
81 ], 83 ],
82 'direct_dependent_settings': { 84 'direct_dependent_settings': {
83 'include_dirs': [ 85 'include_dirs': [
84 '../experimental/svg/model', 86 '../experimental/svg/model',
85 ], 87 ],
86 }, 88 },
87 }, 89 },
88 90
89 ], 91 ],
90 } 92 }
OLDNEW
« no previous file with comments | « experimental/svg/model/SkPEG.h ('k') | tests/SkPEGTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698