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

Unified Diff: slave/run_slave.py

Issue 72853002: Try to fix loading COM objects living in %CommonProgramFiles% on build slaves. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/tools/build.git@master
Patch Set: Created 7 years, 1 month 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: slave/run_slave.py
diff --git a/slave/run_slave.py b/slave/run_slave.py
index b29a491e7ba593eb11b8201a4f51c5a1c5dda323..bd133ffc3e29925f396244e0fd197c9086c856a2 100755
--- a/slave/run_slave.py
+++ b/slave/run_slave.py
@@ -353,6 +353,9 @@ def main():
'BUILDBOT_ARCHIVE_FORCE_SSH',
'CHROME_HEADLESS',
'CHROMIUM_BUILD',
+ 'COMMONPROGRAMFILES',
+ 'COMMONPROGRAMFILES(X86)',
+ 'COMMONPROGRAMW6432',
'COMSPEC',
'COMPUTERNAME',
'DBUS_SESSION_BUS_ADDRESS',
« 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