| 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 f09f49e0bbd4728427c5ee680f996d0c5d3f44ac..741cfb33187839ba75fcc072a494b83c6a0c3406 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -94,7 +94,7 @@ source_set("generated") {
|
| "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
|
| "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
|
| "//third_party/WebKit/Source/platform:make_platform_generated",
|
| - "//third_party/WebKit/Source/wtf",
|
| + "//third_party/WebKit/Source/platform/wtf",
|
| "//url",
|
| "//v8",
|
| ]
|
| @@ -106,7 +106,7 @@ source_set("prerequisites") {
|
| "//skia",
|
| "//third_party/WebKit/Source/core/inspector:generated",
|
| "//third_party/WebKit/Source/core/probe:generated",
|
| - "//third_party/WebKit/Source/wtf",
|
| + "//third_party/WebKit/Source/platform/wtf",
|
| "//third_party/angle:translator",
|
| "//third_party/iccjpeg",
|
| "//third_party/icu",
|
| @@ -166,7 +166,7 @@ component("core") {
|
| ":core_generated",
|
| "//skia",
|
| "//third_party/WebKit/Source/platform",
|
| - "//third_party/WebKit/Source/wtf",
|
| + "//third_party/WebKit/Source/platform/wtf",
|
| "//url",
|
| "//v8",
|
| ]
|
| @@ -1067,7 +1067,7 @@ target(core_link_small_target_type, "core_generated") {
|
| "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
|
| "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
|
| "//third_party/WebKit/Source/platform:make_platform_generated",
|
| - "//third_party/WebKit/Source/wtf",
|
| + "//third_party/WebKit/Source/platform/wtf",
|
| "//url",
|
| "//v8",
|
| ]
|
|
|