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

Unified Diff: third_party/WebKit/Source/core/style/BUILD.gn

Issue 2783253002: Avoid duplicating the target name "svg". (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/BUILD.gn
diff --git a/third_party/WebKit/Source/core/style/BUILD.gn b/third_party/WebKit/Source/core/style/BUILD.gn
index e9913a864d59eb0e2ce20136286dc02dbb697fb2..aae51c3ecaff6419143e39b5d79c9f022e805ea9 100644
--- a/third_party/WebKit/Source/core/style/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -119,7 +119,7 @@ blink_core_sources("rendering") {
]
}
-blink_core_sources("svg") {
+blink_core_sources("svg_style") {
sources = [
"SVGComputedStyle.cpp",
"SVGComputedStyle.h",
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698