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

Side by Side Diff: BUILD.gn

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 | « no previous file | experimental/svg/model/SkSVGAttribute.h » ('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 2016 Google Inc. 1 # Copyright 2016 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 declare_args() { 6 declare_args() {
7 } 7 }
8 8
9 skia_public_includes = [ 9 skia_public_includes = [
10 "include/android", 10 "include/android",
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 517
518 test_lib("experimental_svg_model") { 518 test_lib("experimental_svg_model") {
519 public_include_dirs = [ "experimental/svg/model" ] 519 public_include_dirs = [ "experimental/svg/model" ]
520 sources = [ 520 sources = [
521 "experimental/svg/model/SkSVGAttribute.cpp", 521 "experimental/svg/model/SkSVGAttribute.cpp",
522 "experimental/svg/model/SkSVGAttributeParser.cpp", 522 "experimental/svg/model/SkSVGAttributeParser.cpp",
523 "experimental/svg/model/SkSVGContainer.cpp", 523 "experimental/svg/model/SkSVGContainer.cpp",
524 "experimental/svg/model/SkSVGDOM.cpp", 524 "experimental/svg/model/SkSVGDOM.cpp",
525 "experimental/svg/model/SkSVGNode.cpp", 525 "experimental/svg/model/SkSVGNode.cpp",
526 "experimental/svg/model/SkSVGPath.cpp", 526 "experimental/svg/model/SkSVGPath.cpp",
527 "experimental/svg/model/SkSVGPoly.cpp",
527 "experimental/svg/model/SkSVGRect.cpp", 528 "experimental/svg/model/SkSVGRect.cpp",
528 "experimental/svg/model/SkSVGRenderContext.cpp", 529 "experimental/svg/model/SkSVGRenderContext.cpp",
529 "experimental/svg/model/SkSVGSVG.cpp", 530 "experimental/svg/model/SkSVGSVG.cpp",
530 "experimental/svg/model/SkSVGShape.cpp", 531 "experimental/svg/model/SkSVGShape.cpp",
531 "experimental/svg/model/SkSVGTransformableNode.cpp", 532 "experimental/svg/model/SkSVGTransformableNode.cpp",
532 "experimental/svg/model/SkSVGValue.cpp", 533 "experimental/svg/model/SkSVGValue.cpp",
533 ] 534 ]
534 deps = [ 535 deps = [
535 ":skia", 536 ":skia",
536 ] 537 ]
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "tools/SkShaper_harfbuzz.cpp", 591 "tools/SkShaper_harfbuzz.cpp",
591 "tools/using_skia_and_harfbuzz.cpp", 592 "tools/using_skia_and_harfbuzz.cpp",
592 ] 593 ]
593 deps = [ 594 deps = [
594 ":skia", 595 ":skia",
595 "//third_party/harfbuzz", 596 "//third_party/harfbuzz",
596 ] 597 ]
597 testonly = true 598 testonly = true
598 } 599 }
599 } 600 }
OLDNEW
« no previous file with comments | « no previous file | experimental/svg/model/SkSVGAttribute.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698