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

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

Issue 1581653002: Revert of WebRTC: Enable OpenH264 for WebRTC standalone bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 months 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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win64 Debug (GN)", 10 "Win64 Debug (GN)",
(...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_CHROMIUM_NO_ACTION": "1", 79 "GYP_CHROMIUM_NO_ACTION": "1",
80 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1 use_openh264=1 use_third_party_h264=1" 80 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1"
81 }, 81 },
82 "name": "gclient runhooks" 82 "name": "gclient runhooks"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[DEPOT_TOOLS]\\gn.py", 88 "[DEPOT_TOOLS]\\gn.py",
89 "--root=[SLAVE_BUILD]\\src", 89 "--root=[SLAVE_BUILD]\\src",
90 "gen", 90 "gen",
91 "//out/Debug_x64", 91 "//out/Debug_x64",
92 "--args=ffmpeg_branding=\"Chrome\" use_openh264=true use_third_party_h264= true is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\\goma\"" 92 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\ \goma\""
93 ], 93 ],
94 "cwd": "[SLAVE_BUILD]", 94 "cwd": "[SLAVE_BUILD]",
95 "name": "gn" 95 "name": "gn"
96 }, 96 },
97 { 97 {
98 "cmd": [ 98 "cmd": [
99 "python", 99 "python",
100 "-u", 100 "-u",
101 "[BUILD]\\scripts\\slave\\compile.py", 101 "[BUILD]\\scripts\\slave\\compile.py",
102 "--target", 102 "--target",
(...skipping 17 matching lines...) Expand all
120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
121 "@@@STEP_LOG_END@json.output (invalid)@@@" 121 "@@@STEP_LOG_END@json.output (invalid)@@@"
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "name": "$result", 125 "name": "$result",
126 "recipe_result": null, 126 "recipe_result": null,
127 "status_code": 0 127 "status_code": 0
128 } 128 }
129 ] 129 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698