Chromium Code Reviews

Unified Diff: win_toolchain/toolchain2013.py

Issue 188673003: CHROME_HEADLESS is always Pro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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: win_toolchain/toolchain2013.py
diff --git a/win_toolchain/toolchain2013.py b/win_toolchain/toolchain2013.py
index 0cda5903964931872f52a8f0d4adf0bd39522519..397a0f6265a62801f06dfceaaee82398d1a3132e 100755
--- a/win_toolchain/toolchain2013.py
+++ b/win_toolchain/toolchain2013.py
@@ -464,6 +464,7 @@ def main():
# correctly, as we don't otherwise care about working directory.
os.chdir(os.path.join(BASEDIR, '7z'))
if options.bot_mode and options.sha1:
+ options.express = False
DoTreeMirror(target_dir, options.sha1)
else:
images = GetSourceImages(options.local, not options.express)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine