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

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

Issue 1400283004: WebRTC: Remove build_with_chromium=false flag for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased 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 "Android32 GN (dbg)", 10 "Android32 GN (dbg)",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "name": "gclient runhooks" 103 "name": "gclient runhooks"
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "[DEPOT_TOOLS]/gn.py", 109 "[DEPOT_TOOLS]/gn.py",
110 "--root=[SLAVE_BUILD]/src", 110 "--root=[SLAVE_BUILD]/src",
111 "gen", 111 "gen",
112 "//out/Debug", 112 "//out/Debug",
113 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[BUILD]/goma\" build_with_chromium=false" 113 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[BUILD]/goma\""
114 ], 114 ],
115 "cwd": "[SLAVE_BUILD]", 115 "cwd": "[SLAVE_BUILD]",
116 "name": "gn" 116 "name": "gn"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "[BUILD]/scripts/slave/compile.py", 122 "[BUILD]/scripts/slave/compile.py",
123 "--target", 123 "--target",
(...skipping 20 matching lines...) Expand all
144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
145 "@@@STEP_LOG_END@json.output (invalid)@@@" 145 "@@@STEP_LOG_END@json.output (invalid)@@@"
146 ] 146 ]
147 }, 147 },
148 { 148 {
149 "name": "$result", 149 "name": "$result",
150 "recipe_result": null, 150 "recipe_result": null,
151 "status_code": 0 151 "status_code": 0
152 } 152 }
153 ] 153 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698