diff options
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r-- | components/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn index 4e3d75b..a40626c 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" ] + } } |