| Index: Source/web/BUILD.gn
|
| diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
|
| index 0dd917297b0d97c6446770fbeca812738bb4141a..3442625c3ad1c9f9e74496fe4759ef84c36acc88 100644
|
| --- a/Source/web/BUILD.gn
|
| +++ b/Source/web/BUILD.gn
|
| @@ -54,6 +54,7 @@ component("web") {
|
| "//testing/gtest",
|
| "//third_party/WebKit/Source/core:testing",
|
| "//third_party/WebKit/Source/modules:modules_testing",
|
| + "//third_party/WebKit/Source/platform:test_support",
|
| "//third_party/WebKit/Source/wtf:test_support",
|
| ]
|
|
|
| @@ -118,6 +119,7 @@ if (!is_mac) {
|
| "//content/test:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/Source/platform:test_support",
|
| "//third_party/WebKit/Source/wtf:test_support",
|
| "//third_party/libwebp",
|
| "//third_party/zlib",
|
|
|