diff options
author | vchigrin <vchigrin@yandex-team.ru> | 2015-01-30 15:51:32 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-30 23:52:51 +0000 |
commit | 61944aec76677366442bacbf6b60cccf1508bca3 (patch) | |
tree | 427e68f488cb21ee0ebaf46f8d4e51516a1f3186 /components/BUILD.gn | |
parent | f3f0784e90e8d4a26b1aa3d57e435a01b44a99a2 (diff) | |
download | chromium_src-61944aec76677366442bacbf6b60cccf1508bca3.zip chromium_src-61944aec76677366442bacbf6b60cccf1508bca3.tar.gz chromium_src-61944aec76677366442bacbf6b60cccf1508bca3.tar.bz2 |
Fix chrome target in Windows GN build.
Review URL: https://codereview.chromium.org/874033003
Cr-Commit-Position: refs/heads/master@{#314031}
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" ] + } } |