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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "win_x64_gn_dbg", 10 "win_x64_gn_dbg",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "name": "gclient runhooks" 88 "name": "gclient runhooks"
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "[DEPOT_TOOLS]\\gn.py", 94 "[DEPOT_TOOLS]\\gn.py",
95 "--root=[SLAVE_BUILD]\\src", 95 "--root=[SLAVE_BUILD]\\src",
96 "gen", 96 "gen",
97 "//out/Debug_x64", 97 "//out/Debug_x64",
98 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\ \goma\" build_with_chromium=false" 98 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\ \goma\""
99 ], 99 ],
100 "cwd": "[SLAVE_BUILD]", 100 "cwd": "[SLAVE_BUILD]",
101 "name": "gn" 101 "name": "gn"
102 }, 102 },
103 { 103 {
104 "cmd": [ 104 "cmd": [
105 "python", 105 "python",
106 "-u", 106 "-u",
107 "[BUILD]\\scripts\\slave\\compile.py", 107 "[BUILD]\\scripts\\slave\\compile.py",
108 "--target", 108 "--target",
(...skipping 19 matching lines...) Expand all
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