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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_ios64_debug.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "iOS64 Debug", 10 "iOS64 Debug",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 { 70 {
71 "cmd": [ 71 "cmd": [
72 "python", 72 "python",
73 "-u", 73 "-u",
74 "[DEPOT_TOOLS]/gclient.py", 74 "[DEPOT_TOOLS]/gclient.py",
75 "runhooks" 75 "runhooks"
76 ], 76 ],
77 "cwd": "[SLAVE_BUILD]", 77 "cwd": "[SLAVE_BUILD]",
78 "env": { 78 "env": {
79 "GYP_CROSSCOMPILE": "1", 79 "GYP_CROSSCOMPILE": "1",
80 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library dcheck_always_on=1 gomadir='[BUILD]/goma' key_id='' mac_sdk=10.9 target_arch=arm64 use_goma=1", 80 "GYP_DEFINES": "OS=ios chromium_ios_signing=0 clang=1 component=static_lib rary dcheck_always_on=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=arm64 us e_goma=1",
81 "GYP_GENERATORS": "ninja" 81 "GYP_GENERATORS": "ninja"
82 }, 82 },
83 "name": "gclient runhooks" 83 "name": "gclient runhooks"
84 }, 84 },
85 { 85 {
86 "allow_subannotations": true, 86 "allow_subannotations": true,
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "[BUILD]/scripts/slave/clang_revision.py", 90 "[BUILD]/scripts/slave/clang_revision.py",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
129 "@@@STEP_LOG_END@json.output (invalid)@@@" 129 "@@@STEP_LOG_END@json.output (invalid)@@@"
130 ] 130 ]
131 }, 131 },
132 { 132 {
133 "name": "$result", 133 "name": "$result",
134 "recipe_result": null, 134 "recipe_result": null,
135 "status_code": 0 135 "status_code": 0
136 } 136 }
137 ] 137 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698