| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 32828ed3b2e728041f710db825902112ca4a2c7a..2c47593535bb1bae6b9945a72ed1d3d8546e4551 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -96,6 +96,7 @@ source_set("test_support") {
|
| "//mojo/environment:chromium",
|
| "//storage/browser",
|
| "//storage/common",
|
| + "//third_party/mojo/src/mojo/edk/test:test_support",
|
| "//ui/compositor:test_support",
|
| "//ui/surface",
|
| "//v8",
|
| @@ -245,6 +246,7 @@ if (!is_ios) {
|
| "//components/test_runner:test_runner",
|
| "//content/public/common",
|
| "//skia",
|
| + "//third_party/mojo/src/mojo/edk/test:test_support",
|
| "//ui/accessibility:ax_gen",
|
| "//v8",
|
| ]
|
|
|