Index: mojo/public/cpp/system/tests/BUILD.gn |
diff --git a/mojo/public/cpp/system/tests/BUILD.gn b/mojo/public/cpp/system/tests/BUILD.gn |
index 3469fbfcf2bcc25a541ade335ab14e703cc6821d..fdfe73b3b783317365a85a9ad69fb8e001e1af28 100644 |
--- a/mojo/public/cpp/system/tests/BUILD.gn |
+++ b/mojo/public/cpp/system/tests/BUILD.gn |
@@ -16,8 +16,5 @@ mojo_sdk_source_set("tests") { |
"//testing/gtest", |
] |
- mojo_sdk_deps = [ |
- "mojo/public/c/system/tests", |
- "mojo/public/cpp/system", |
- ] |
+ mojo_sdk_deps = [ "mojo/public/cpp/system" ] |
} |