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

Unified Diff: scripts/slave/recipes/oilpan.expected/basic_win.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_win.json
===================================================================
--- scripts/slave/recipes/oilpan.expected/basic_win.json (revision 248765)
+++ scripts/slave/recipes/oilpan.expected/basic_win.json (working copy)
@@ -84,7 +84,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 linux_strip_binary=1 target_arch=x64",
+ "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir=[BUILD]\\goma linux_strip_binary=1 target_arch=x64 use_goma=1",
"GYP_GENERATORS": "ninja",
"GYP_MSVS_VERSION": "2012"
},
@@ -112,6 +112,8 @@
"ninja",
"--compiler",
"goma",
+ "--goma-dir",
+ "[BUILD]\\goma",
"--",
"All",
"chromium_builder_tests"

Powered by Google App Engine
This is Rietveld 408576698