Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2478)

Unified Diff: build/build_nexe.py

Issue 959003005: Use goma by default on Windows. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/build_nexe.py
diff --git a/build/build_nexe.py b/build/build_nexe.py
index 2afb6a0e16b3c9b6a11fa98a755a3bfe59aad6c0..0d7c83f4f899bbf9bb0af1a5f9a153a99d058d98 100644
--- a/build/build_nexe.py
+++ b/build/build_nexe.py
@@ -404,7 +404,7 @@ class Builder(CommandRunner):
# Start goma support from os/arch/toolname that have been tested.
# Set NO_NACL_GOMA=true to force to avoid using goma.
- default_no_nacl_goma = True if pynacl.platform.IsWindows() else False
+ default_no_nacl_goma = False
if (arch not in ['x86-32', 'x86-64', 'pnacl']
or toolname not in ['newlib', 'glibc']
or IsEnvFlagTrue('NO_NACL_GOMA', default=default_no_nacl_goma)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698