| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index e91670990af09f0f0a8d83ca0c3e2b903b6f8636..22fd373b2892c2f3d4f1bfe0103702f7dcc4a68f 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -293,7 +293,7 @@ static_library("test_support") {
|
| "//skia",
|
| "//third_party/WebKit/Source/core:testing",
|
| "//third_party/WebKit/Source/modules:modules_testing",
|
| - "//third_party/WebKit/Source/wtf",
|
| + "//third_party/WebKit/Source/platform/wtf",
|
| "//v8",
|
| ]
|
|
|
| @@ -430,7 +430,7 @@ test("webkit_unit_tests") {
|
| "//third_party/WebKit/Source/modules:unit_tests",
|
| "//third_party/WebKit/Source/platform:test_support",
|
| "//third_party/WebKit/Source/platform:unit_tests",
|
| - "//third_party/WebKit/Source/wtf",
|
| + "//third_party/WebKit/Source/platform/wtf",
|
| "//third_party/libwebp",
|
| "//third_party/zlib",
|
| "//url",
|
|
|