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

Unified Diff: scripts/slave/recipes/oilpan.expected/basic_linux.json

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/recipes/oilpan.expected/basic_linux.json
===================================================================
--- scripts/slave/recipes/oilpan.expected/basic_linux.json (revision 248765)
+++ scripts/slave/recipes/oilpan.expected/basic_linux.json (working copy)
@@ -84,7 +84,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "component=static_library linux_strip_binary=1 target_arch=x64",
+ "GYP_DEFINES": "component=static_library gomadir=[BUILD]/goma linux_strip_binary=1 target_arch=x64 use_goma=1",
"GYP_GENERATORS": "ninja"
},
"name": "gclient runhooks"
@@ -111,6 +111,8 @@
"ninja",
"--compiler",
"goma",
+ "--goma-dir",
+ "[BUILD]/goma",
"--",
"All",
"chromium_builder_tests"

Powered by Google App Engine
This is Rietveld 408576698