Index: components/keyed_service/core/BUILD.gn |
diff --git a/components/keyed_service/core/BUILD.gn b/components/keyed_service/core/BUILD.gn |
index a89949f678af97153d12df51c346bb90b81cb289..31f621b14c21cf8e6e4cfa13264bcd85f4db81ef 100644 |
--- a/components/keyed_service/core/BUILD.gn |
+++ b/components/keyed_service/core/BUILD.gn |
@@ -35,14 +35,3 @@ |
"//components/user_prefs", |
] |
} |
- |
-source_set("unit_tests") { |
- testonly = true |
- sources = [ |
- "dependency_graph_unittest.cc", |
- ] |
- deps = [ |
- ":core", |
- "//testing/gtest", |
- ] |
-} |