Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index c0b73885fb676ba7e644c9bee63f921c541ff5b1..c9dec08eb9de7b12a0f55f000538f27209a0ed39 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -212,7 +212,9 @@ source_set("test_support_unit") { |
] |
} |
-if (!is_android) { |
+# TODO(brettw) enable on Windows. These should link but is disabled due to bot |
+# capacity issues. |
+if (!is_android && !is_win) { |
gypi_values = exec_script("//build/gypi_to_gn.py", |
[ rebase_path("../chrome_tests.gypi") ], |
"scope", |