Chromium Code Reviews| Index: components/timers/BUILD.gn |
| diff --git a/components/timers/BUILD.gn b/components/timers/BUILD.gn |
| index d6a7efb06451be7bd427e0a172f1fffa05e2f407..c6f4a12f94871bfa3abb84f920df20ef0d6ba821 100644 |
| --- a/components/timers/BUILD.gn |
| +++ b/components/timers/BUILD.gn |
| @@ -12,3 +12,17 @@ static_library("timers") { |
| "//base", |
| ] |
| } |
| + |
| +source_set("unit_tests") { |
| + testonly = true |
| + |
| + sources = [ |
| + "alarm_timer_unittest.cc", |
| + ] |
| + |
| + deps = [ |
| + ":timers", |
| + "//base", |
| + "//testing/gtest", |
| + ] |
| +} |