| 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 5fb1d3affe4d658416a0b033bf56d371e1cf8d1a..023849debc931adf116ef505864b0c8936edef58 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -409,6 +409,8 @@ test("blink_platform_unittests") {
|
| "//base",
|
| "//base/allocator",
|
| "//base/test:test_support",
|
| + "//cc",
|
| + "//cc:test_support",
|
| "//cc/blink",
|
| "//skia",
|
| "//testing/gmock",
|
| @@ -416,6 +418,8 @@ test("blink_platform_unittests") {
|
| "//third_party/WebKit/Source/wtf",
|
| "//third_party/WebKit/Source/wtf:test_support",
|
| "//third_party/harfbuzz-ng",
|
| + "//ui/gfx",
|
| + "//ui/gfx/geometry",
|
| "//url",
|
| ]
|
|
|
|
|