Index: components/keyed_service/content/BUILD.gn |
diff --git a/components/keyed_service/content/BUILD.gn b/components/keyed_service/content/BUILD.gn |
index dcd0523c73a334fe4e9fd8ded4477cb9b75015ae..78d87ff07f5ae49e12eb5562c9e21f3cce62a52e 100644 |
--- a/components/keyed_service/content/BUILD.gn |
+++ b/components/keyed_service/content/BUILD.gn |
@@ -31,3 +31,14 @@ component("content") { |
"//content/public/common", |
] |
} |
+ |
+source_set("unit_tests") { |
+ testonly = true |
+ sources = [ |
+ "browser_context_dependency_manager_unittest.cc", |
+ ] |
+ deps = [ |
+ ":content", |
+ "//testing/gtest", |
+ ] |
+} |