| Index: mojo/public/c/system/tests/BUILD.gn
|
| diff --git a/mojo/public/c/system/tests/BUILD.gn b/mojo/public/c/system/tests/BUILD.gn
|
| index 9f5525980308f0eae277648a101e920b4ed4ef64..5d852adb39d787d7c21025da4da91aa597b7d545 100644
|
| --- a/mojo/public/c/system/tests/BUILD.gn
|
| +++ b/mojo/public/c/system/tests/BUILD.gn
|
| @@ -17,7 +17,6 @@ source_set("tests") {
|
| ]
|
|
|
| deps = [
|
| - "//mojo/public/c/environment",
|
| "//mojo/public/c/system",
|
| "//testing/gtest",
|
| ]
|
| @@ -31,8 +30,6 @@ source_set("perftests") {
|
| ]
|
|
|
| deps = [
|
| - "//mojo/public/c/environment",
|
| - "//mojo/public/cpp/environment:standalone",
|
| "//mojo/public/cpp/system",
|
| "//mojo/public/cpp/test_support:test_utils",
|
| "//mojo/public/cpp/utility",
|
|
|