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

Unified Diff: build/scripts/slave/runhooks_wrapper.py

Issue 239153006: Try to fix runhooks_wrapper.py on Windows after r263959. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 6 years, 8 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/scripts/slave/runhooks_wrapper.py
===================================================================
--- build/scripts/slave/runhooks_wrapper.py (revision 263962)
+++ build/scripts/slave/runhooks_wrapper.py (working copy)
@@ -42,7 +42,8 @@
os.environ['GYP_DEFINES'] = gyp_defines
print 'Changed GYP_DEFINES to', os.environ['GYP_DEFINES']
- return chromium_utils.RunCommand(['gclient', 'runhooks'])
+ return chromium_utils.RunCommand([chromium_utils.GetGClientCommand(),
+ 'runhooks'])
if '__main__' == __name__:
« 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