| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 55e264e2f586beeaacb749fe5848df05d7faf7ad..90582330811eb49423a99cec7d97be6c0e622b01 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -101,7 +101,6 @@ source_set("test_support") {
|
| "//ipc/mojo",
|
| "//media",
|
| "//mojo/edk/test:test_support",
|
| - "//mojo/environment:chromium",
|
| "//mojo/shell/public/cpp:cpp_for_chromium",
|
| "//storage/browser",
|
| "//storage/common",
|
| @@ -436,7 +435,6 @@ test("content_browsertests") {
|
| "//media/base:test_support",
|
| "//mojo/edk/system",
|
| "//mojo/edk/test:test_support",
|
| - "//mojo/environment:chromium",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/js",
|
| "//mojo/shell/public/cpp:cpp_for_chromium",
|
| @@ -610,7 +608,6 @@ test("content_unittests") {
|
| "//device/battery:mojo_bindings",
|
| "//device/bluetooth",
|
| "//mojo/edk/test:test_support",
|
| - "//mojo/environment:chromium",
|
| "//mojo/public/cpp/bindings",
|
| "//net:extras",
|
| "//net:test_support",
|
|
|