| Index: mojo/edk/system/BUILD.gn
|
| diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
|
| index b9cac173358a96d63140c1ec8c301cbbe72d33c4..1bd597f311dd7a3c8991f3917f96313b63923523 100644
|
| --- a/mojo/edk/system/BUILD.gn
|
| +++ b/mojo/edk/system/BUILD.gn
|
| @@ -168,7 +168,6 @@ test("mojo_system_unittests") {
|
| "//mojo/edk/system",
|
| "//mojo/edk/test:run_all_unittests",
|
| "//mojo/edk/test:test_support",
|
| - "//mojo/public/cpp/environment:standalone",
|
| "//testing/gtest",
|
| ]
|
|
|
| @@ -187,7 +186,6 @@ test("mojo_message_pipe_perftests") {
|
| "//mojo/edk/system",
|
| "//mojo/edk/test:run_all_perftests",
|
| "//mojo/edk/test:test_support",
|
| - "//mojo/public/cpp/environment:standalone",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|