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

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 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
Index: scripts/slave/recipe_modules/chromium/api.py
===================================================================
--- scripts/slave/recipe_modules/chromium/api.py (revision 248765)
+++ scripts/slave/recipe_modules/chromium/api.py (working copy)
@@ -67,6 +67,8 @@
args += ['--compiler', self.c.compile_py.compiler]
if self.c.compile_py.mode:
args += ['--mode', self.c.compile_py.mode]
+ if self.c.compile_py.goma_dir:
+ args += ['--goma-dir', self.c.compile_py.goma_dir]
if (self.m.properties.get('clobber') is not None or
self.c.compile_py.clobber or
force_clobber):
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/config.py » ('j') | scripts/slave/recipe_modules/chromium/config.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698