| 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 023849debc931adf116ef505864b0c8936edef58..b2b216d0e9b6316cce55cabe63c9c4a393be7664 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -351,7 +351,6 @@ test("blink_heap_unittests") {
|
| deps = [
|
| ":platform",
|
| "//base",
|
| - "//base/allocator",
|
| "//base/test:test_support",
|
| "//content/test:test_support",
|
| "//testing/gmock",
|
| @@ -407,7 +406,6 @@ test("blink_platform_unittests") {
|
| ":platform",
|
| ":test_support",
|
| "//base",
|
| - "//base/allocator",
|
| "//base/test:test_support",
|
| "//cc",
|
| "//cc:test_support",
|
|
|