aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2017-12-29 11:52:44 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-29 17:12:11 +0000
commitfa8d49adfa8d592219e9ac999c54e87969aa817d (patch)
treef464556de9280e5ae43f57b0aec07417612c9711 /BUILD.gn
parentd1e268cfa1c4d2d56ea04f09576220f3841cc0a1 (diff)
[sksg] Refactor stroke logic
Instead of a specialized node, hoist attributes to base class. TBR= Change-Id: I4fa5a24dfc899307a8603577738972ebd32f57f5 Reviewed-on: https://skia-review.googlesource.com/89903 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e81df4f727..31537cf744 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1372,7 +1372,6 @@ if (skia_enable_tools) {
"experimental/sksg/geometry/SkSGPath.cpp",
"experimental/sksg/geometry/SkSGRect.cpp",
"experimental/sksg/paint/SkSGColor.cpp",
- "experimental/sksg/paint/SkSGStroke.cpp",
]
deps = [
":skia",