Chromium Code Reviews| Index: chrome/test/BUILD.gn |
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
| index c0b73885fb676ba7e644c9bee63f921c541ff5b1..c5a23315979d4de080848db776aefea2bc98fb5a 100644 |
| --- a/chrome/test/BUILD.gn |
| +++ b/chrome/test/BUILD.gn |
| @@ -212,7 +212,7 @@ source_set("test_support_unit") { |
| ] |
| } |
| -if (!is_android) { |
| +if (!is_android && (!is_win || link_chrome_on_windows)) { |
| gypi_values = exec_script("//build/gypi_to_gn.py", |
| [ rebase_path("../chrome_tests.gypi") ], |
| "scope", |