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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_ios_arm64_dbg.json

Issue 1450313002: WebRTC: Remove redundant GYP_DEFINES on iOS bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove key_id as well 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 | Annotate | Revision Log
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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "ios_arm64_dbg", 10 "ios_arm64_dbg",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 80 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 81 "runhooks"
82 ], 82 ],
83 "cwd": "[SLAVE_BUILD]", 83 "cwd": "[SLAVE_BUILD]",
84 "env": { 84 "env": {
85 "GYP_CROSSCOMPILE": "1", 85 "GYP_CROSSCOMPILE": "1",
86 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma ' key_id='' mac_sdk=10.9 target_arch=arm64 use_goma=1", 86 "GYP_DEFINES": "OS=ios chromium_ios_signing=0 clang=1 component=static_lib rary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_a rch=arm64 use_goma=1",
87 "GYP_GENERATORS": "ninja" 87 "GYP_GENERATORS": "ninja"
88 }, 88 },
89 "name": "gclient runhooks" 89 "name": "gclient runhooks"
90 }, 90 },
91 { 91 {
92 "allow_subannotations": true, 92 "allow_subannotations": true,
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "[BUILD]/scripts/slave/clang_revision.py", 96 "[BUILD]/scripts/slave/clang_revision.py",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
137 "@@@STEP_LOG_END@json.output (invalid)@@@" 137 "@@@STEP_LOG_END@json.output (invalid)@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "name": "$result", 141 "name": "$result",
142 "recipe_result": null, 142 "recipe_result": null,
143 "status_code": 0 143 "status_code": 0
144 } 144 }
145 ] 145 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698