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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/win_passFirst_debug_git.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/win_passFirst_debug_git.json
===================================================================
--- scripts/slave/recipes/blink_trybot.expected/win_passFirst_debug_git.json (revision 248765)
+++ scripts/slave/recipes/blink_trybot.expected/win_passFirst_debug_git.json (working copy)
@@ -131,7 +131,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_on=1 fastbuild=1 target_arch=ia32",
+ "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_on=1 fastbuild=1 gomadir=[BUILD]\\goma target_arch=ia32 use_goma=1",
"GYP_GENERATORS": "ninja",
"GYP_MSVS_VERSION": "2010"
},
@@ -151,6 +151,8 @@
"ninja",
"--compiler",
"goma",
+ "--goma-dir",
+ "[BUILD]\\goma",
"--",
"blink_tests"
],

Powered by Google App Engine
This is Rietveld 408576698