| 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 4fde690fca2bff9c722016fc1ba28dabe32901f8..09add4170287934b4a3258ebce710a24f879020c 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -196,6 +196,8 @@ component("platform") {
|
| ]
|
|
|
| public_deps = [
|
| + "//base",
|
| + "//cc",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//skia",
|
| "//third_party:jpeg",
|
| @@ -209,10 +211,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 +351,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 = [
|
| @@ -401,9 +403,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",
|
| ]
|
|
|
|
|