| 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",
|
|
|