Index: infra/bots/recipes/swarm_compile.py |
diff --git a/infra/bots/recipes/swarm_compile.py b/infra/bots/recipes/swarm_compile.py |
index aef67d95a4b82a65373967255d29640119948d65..284f385d5a2d4d5ba7daf8dbd90779870a3c6a63 100644 |
--- a/infra/bots/recipes/swarm_compile.py |
+++ b/infra/bots/recipes/swarm_compile.py |
@@ -245,7 +245,7 @@ def GenTests(api): |
test += api.platform('mac', 64) |
else: |
test += api.platform('linux', 64) |
- if 'Android' in builder or ('GN' in builder and 'Win' not in builder): |
+ if 'Android' in builder and 'GN' not in builder: |
ccache = '/usr/bin/ccache' |
test += api.step_data('has ccache?', |
stdout=api.json.output({'ccache':ccache})) |