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

Unified Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json

Issue 871603002: Reenable goma on OSX now that pnacl issues are fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 11 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
« no previous file with comments | « scripts/slave/recipes/swarming/deterministic_build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json
diff --git a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json b/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json
index 8cf9788a1be9701f9326b5eda46d589f65d269bd..b2654036406e4729283859fd5c19f94c21f8048d 100644
--- a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json
+++ b/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json
@@ -69,7 +69,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 target_arch=ia32"
+ "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1"
},
"name": "gclient runhooks"
},
@@ -85,7 +85,9 @@
"--build-tool",
"ninja",
"--compiler",
- "clang",
+ "goma-clang",
+ "--goma-dir",
+ "[BUILD]/goma",
"--clobber",
"--",
"chromium_swarm_tests"
@@ -137,7 +139,9 @@
"--build-tool",
"ninja",
"--compiler",
- "clang",
+ "goma-clang",
+ "--goma-dir",
+ "[BUILD]/goma",
"--clobber",
"--",
"chromium_swarm_tests"
« no previous file with comments | « scripts/slave/recipes/swarming/deterministic_build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698