| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 878d8fe5d3b4b57cc8f78a26b95be9b3267f6625..274128214d7cd9e20d40f36541634951bfe0de96 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -209,10 +209,10 @@ component("platform") {
|
| ]
|
| deps = [
|
| ":make_platform_generated",
|
| + "//third_party/WebKit/Source/platform/heap",
|
| + "//third_party/WebKit/Source/wtf",
|
| "//third_party/harfbuzz-ng",
|
| "//third_party/icu",
|
| - "//third_party/WebKit/Source/wtf",
|
| - "//third_party/WebKit/Source/platform/heap",
|
| ]
|
|
|
| if (is_mac) {
|
| @@ -349,11 +349,11 @@ test("heap_unittests") {
|
| "//base",
|
| "//base/allocator",
|
| "//base/test:test_support",
|
| + "//content/test:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//third_party/WebKit/Source/wtf",
|
| "//third_party/WebKit/Source/wtf:test_support",
|
| - "//content/test:test_support",
|
| ]
|
| if (is_android) {
|
| apk_deps = [
|
| @@ -396,9 +396,9 @@ test("platform_unittests") {
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/harfbuzz-ng",
|
| "//third_party/WebKit/Source/wtf",
|
| "//third_party/WebKit/Source/wtf:test_support",
|
| + "//third_party/harfbuzz-ng",
|
| "//url",
|
| ]
|
|
|
|
|