diff options
Diffstat (limited to 'chrome/test/BUILD.gn')
-rw-r--r-- | chrome/test/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn index 3997dc3..a3361dd 100644 --- a/chrome/test/BUILD.gn +++ b/chrome/test/BUILD.gn @@ -1673,7 +1673,7 @@ if (!is_android) { } } - if (is_linux && !is_chromeos) { + if (is_win || (is_linux && !is_chromeos)) { # TODO(GYP): Figure out which of these work and are needed on other # platforms. test("chrome_app_unittests") { @@ -1694,6 +1694,7 @@ if (!is_android) { deps = [ ":test_support", + "//breakpad:client", "//chrome/browser", "//chrome/child", "//base/test:run_all_unittests", |