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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json

Issue 1237263003: reland #3: Set mac_min_sdk=10.10 on chromium.mac bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json
index 52073d23966eebf7c8467f568e224c65e7ce8c78..bee09e1233f424fac7bbf9b314cd6224e7464688 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json
@@ -84,7 +84,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
+ "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' mac_sdk_min=10.10 target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
"name": "gclient runhooks"
},

Powered by Google App Engine
This is Rietveld 408576698