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

Unified Diff: scripts/slave/recipes/dart/dartium.expected/basic_mac_32_MirrorFalse.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/dart/dartium.expected/basic_mac_32_MirrorFalse.json
===================================================================
--- scripts/slave/recipes/dart/dartium.expected/basic_mac_32_MirrorFalse.json (revision 248765)
+++ scripts/slave/recipes/dart/dartium.expected/basic_mac_32_MirrorFalse.json (working copy)
@@ -67,7 +67,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "clang=1 component=static_library linux_strip_binary=1 target_arch=ia32",
+ "GYP_DEFINES": "clang=1 component=static_library gomadir=[BUILD]/goma linux_strip_binary=1 target_arch=ia32 use_goma=1",
"GYP_GENERATORS": "ninja"
},
"name": "gclient runhooks"
@@ -86,6 +86,8 @@
"ninja",
"--compiler",
"goma-clang",
+ "--goma-dir",
+ "[BUILD]/goma",
"--",
"All",
"chromium_builder_tests"

Powered by Google App Engine
This is Rietveld 408576698