Chromium Code Reviews| Index: components/BUILD.gn |
| diff --git a/components/BUILD.gn b/components/BUILD.gn |
| index 4e3d75b8edebb2f45ac7aa0af38f4f264472e741..a40626c3fbde7cacf25a2306f54bb6e7be7a89f9 100644 |
| --- a/components/BUILD.gn |
| +++ b/components/BUILD.gn |
| @@ -271,4 +271,7 @@ test("components_unittests") { |
| # TODO(GYP) enable this as above. |
| #deps += [ "//components/constrained_window:unit_tests" ] |
| } |
| + if (is_win) { |
| + deps += [ "//components/browser_watcher:unit_tests" ] |
| + } |
| } |