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

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

Powered by Google App Engine
This is Rietveld 408576698