| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 49c1e4af10dc3d9f73bf2cd0336ac5510dd30e5c..989c6c3a8caed401988dc54697c82db03ecdbdfa 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -66,8 +66,8 @@ source_set("test_support") {
|
| "//ipc/mojo",
|
| "//media",
|
| "//mojo/edk/test:test_support",
|
| - "//mojo/shell/public/cpp:cpp_for_chromium",
|
| "//net:test_support",
|
| + "//services/shell/public/cpp:cpp_for_chromium",
|
| "//skia",
|
| "//storage/browser",
|
| "//storage/common",
|
| @@ -469,9 +469,9 @@ test("content_browsertests") {
|
| "//mojo/edk/test:test_support",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/js",
|
| - "//mojo/shell/public/cpp:cpp_for_chromium",
|
| "//mojo/test:test_support",
|
| "//net:test_support",
|
| + "//services/shell/public/cpp:cpp_for_chromium",
|
| "//storage/browser",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|