Index: mojo/edk/system/BUILD.gn |
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn |
index 54e3e3e8e33f27b64492d6286930cdc48cf39172..0b42c07661d213bbfe73dbac2ff66cc178503ceb 100644 |
--- a/mojo/edk/system/BUILD.gn |
+++ b/mojo/edk/system/BUILD.gn |
@@ -159,7 +159,6 @@ test("mojo_system_unittests2") { |
"options_validation_unittest.cc", |
"platform_handle_dispatcher_unittest.cc", |
"raw_channel_unittest.cc", |
- "run_all_unittests.cc", |
"shared_buffer_dispatcher_unittest.cc", |
"simple_dispatcher_unittest.cc", |
"waiter_test_utils.cc", |
@@ -176,6 +175,7 @@ test("mojo_system_unittests2") { |
"../test:test_support", |
"//base", |
"//base/test:test_support", |
+ "//mojo/edk/test:run_all_unittests", |
"//testing/gtest", |
# TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are |