| Index: mojo/public/cpp/test_support/BUILD.gn
|
| diff --git a/mojo/public/cpp/test_support/BUILD.gn b/mojo/public/cpp/test_support/BUILD.gn
|
| index b3febd869522afe099c90ad6113768a0547b88da..6c73c29c5696f069f70f94aae7c0cb7533f6f995 100644
|
| --- a/mojo/public/cpp/test_support/BUILD.gn
|
| +++ b/mojo/public/cpp/test_support/BUILD.gn
|
| @@ -7,8 +7,9 @@ source_set("test_utils") {
|
| testonly = true
|
| deps = [
|
| "//base",
|
| - "//testing/gtest",
|
| "//mojo/public/c/test_support",
|
| + "//mojo/public/cpp/system",
|
| + "//testing/gtest",
|
| ]
|
|
|
| sources = [
|
|
|