| 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 a0c51d60c945cfe00142728214508bc5aaf5b9cd..211fa1530fca35eee8c3c1d1f93af1f77abb23b6 100644
|
| --- a/mojo/public/c/system/tests/BUILD.gn
|
| +++ b/mojo/public/c/system/tests/BUILD.gn
|
| @@ -40,6 +40,6 @@ mojo_sdk_source_set("perftests") {
|
| mojo_sdk_deps = [
|
| "mojo/public/c/environment",
|
| "mojo/public/cpp/system",
|
| - "mojo/public/cpp/test_support:test_utils",
|
| + "mojo/public/cpp/test_support",
|
| ]
|
| }
|
|
|