Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 6e367da20ce9c8dec1d7999674f72af4ce5ab3dd..deafcc6a2acfd374ce9c05b2308abccf08571295 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1681,7 +1681,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") { |
@@ -1702,6 +1702,7 @@ if (!is_android) { |
deps = [ |
":test_support", |
+ "//breakpad:client", |
"//chrome/browser", |
"//chrome/child", |
"//base/test:run_all_unittests", |