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