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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_11.json

Issue 1408863011: infra: Remove all references to the OSX 10.10 SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove another newly added 10_10 sdk reference. Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Mac 10.11", 10 "Chromium Mac 10.11",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 }, 90 },
91 { 91 {
92 "cmd": [ 92 "cmd": [
93 "python", 93 "python",
94 "-u", 94 "-u",
95 "[DEPOT_TOOLS]/gclient.py", 95 "[DEPOT_TOOLS]/gclient.py",
96 "runhooks" 96 "runhooks"
97 ], 97 ],
98 "cwd": "[SLAVE_BUILD]", 98 "cwd": "[SLAVE_BUILD]",
99 "env": { 99 "env": {
100 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ma c_sdk_min=10.10 target_arch=x64 use_goma=1" 100 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta rget_arch=x64 use_goma=1"
101 }, 101 },
102 "name": "gclient runhooks" 102 "name": "gclient runhooks"
103 }, 103 },
104 { 104 {
105 "cmd": [ 105 "cmd": [
106 "python", 106 "python",
107 "-u", 107 "-u",
108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
109 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 109 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
110 "/path/to/tmp/json" 110 "/path/to/tmp/json"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
196 "@@@STEP_LOG_END@json.output (invalid)@@@" 196 "@@@STEP_LOG_END@json.output (invalid)@@@"
197 ] 197 ]
198 }, 198 },
199 { 199 {
200 "name": "$result", 200 "name": "$result",
201 "recipe_result": null, 201 "recipe_result": null,
202 "status_code": 0 202 "status_code": 0
203 } 203 }
204 ] 204 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698