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

Unified Diff: third_party/WebKit/Source/core/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 | « no previous file | third_party/WebKit/Source/core/layout/svg/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index c8cabb491b2f50668b86b0e8b56a502bc5508b10..67ad2cbe5e108daf2a10227081af542c16e9ec67 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -185,7 +185,7 @@ component("core") {
"//third_party/WebKit/Source/core/input",
"//third_party/WebKit/Source/core/inspector",
"//third_party/WebKit/Source/core/layout",
- "//third_party/WebKit/Source/core/layout/svg",
+ "//third_party/WebKit/Source/core/layout/svg:svg_layout",
"//third_party/WebKit/Source/core/loader",
"//third_party/WebKit/Source/core/mojo",
"//third_party/WebKit/Source/core/offscreencanvas",
@@ -196,7 +196,7 @@ component("core") {
"//third_party/WebKit/Source/core/probe",
"//third_party/WebKit/Source/core/streams",
"//third_party/WebKit/Source/core/style:rendering",
- "//third_party/WebKit/Source/core/style:svg",
+ "//third_party/WebKit/Source/core/style:svg_style",
"//third_party/WebKit/Source/core/svg",
"//third_party/WebKit/Source/core/timing",
"//third_party/WebKit/Source/core/workers",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698