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

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

Issue 1629353002: WebRTC: Enable OpenH264 for WebRTC standalone bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 4 years, 10 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]\\bot_update.py", 6 "RECIPE_PACKAGE[build]\\bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win DrMemory Full", 10 "Win DrMemory Full",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 }, 72 },
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "python", 75 "python",
76 "-u", 76 "-u",
77 "[DEPOT_TOOLS]\\gclient.py", 77 "[DEPOT_TOOLS]\\gclient.py",
78 "runhooks" 78 "runhooks"
79 ], 79 ],
80 "cwd": "[SLAVE_BUILD]", 80 "cwd": "[SLAVE_BUILD]",
81 "env": { 81 "env": {
82 "GYP_DEFINES": "build_for_tool=drmemory chromium_win_pch=0 component=share d_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia3 2 use_goma=1" 82 "GYP_DEFINES": "build_for_tool=drmemory chromium_win_pch=0 component=share d_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD] \\goma' rtc_use_264=1 target_arch=ia32 use_goma=1"
83 }, 83 },
84 "name": "gclient runhooks" 84 "name": "gclient runhooks"
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "[BUILD]\\scripts\\slave\\compile.py", 90 "[BUILD]\\scripts\\slave\\compile.py",
91 "--target", 91 "--target",
92 "Debug", 92 "Debug",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 ], 574 ],
575 "cwd": "[SLAVE_BUILD]", 575 "cwd": "[SLAVE_BUILD]",
576 "name": "webrtc_nonparallel_tests" 576 "name": "webrtc_nonparallel_tests"
577 }, 577 },
578 { 578 {
579 "name": "$result", 579 "name": "$result",
580 "recipe_result": null, 580 "recipe_result": null,
581 "status_code": 0 581 "status_code": 0
582 } 582 }
583 ] 583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698