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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/mac_passMinimal_debug.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/blink_trybot.expected/mac_passMinimal_debug.json
===================================================================
--- scripts/slave/recipes/blink_trybot.expected/mac_passMinimal_debug.json (revision 248765)
+++ scripts/slave/recipes/blink_trybot.expected/mac_passMinimal_debug.json (working copy)
@@ -108,7 +108,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbuild=1 target_arch=ia32",
+ "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbuild=1 gomadir=[BUILD]/goma target_arch=ia32 use_goma=1",
"GYP_GENERATORS": "ninja"
},
"name": "gclient runhooks"
@@ -127,6 +127,8 @@
"ninja",
"--compiler",
"goma-clang",
+ "--goma-dir",
+ "[BUILD]/goma",
"--",
"blink_tests"
],
@@ -334,7 +336,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbuild=1 target_arch=ia32",
+ "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbuild=1 gomadir=[BUILD]/goma target_arch=ia32 use_goma=1",
"GYP_GENERATORS": "ninja"
},
"name": "gclient runhooks (2)"
@@ -353,6 +355,8 @@
"ninja",
"--compiler",
"goma-clang",
+ "--goma-dir",
+ "[BUILD]/goma",
"--",
"blink_tests"
],

Powered by Google App Engine
This is Rietveld 408576698