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

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

Issue 1577773002: WebRTC: Enable OpenH264 for WebRTC standalone bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Set the GN arguments properly 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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_tsan2", 10 "linux_tsan2",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 80 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 81 "runhooks"
82 ], 82 ],
83 "cwd": "[SLAVE_BUILD]", 83 "cwd": "[SLAVE_BUILD]",
84 "env": { 84 "env": {
85 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl e_nacl=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 tsan=1 use_goma=1" 85 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl e_nacl=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' target_arch=x 64 tsan=1 use_goma=1 use_openh264=1 use_third_party_h264=1"
86 }, 86 },
87 "name": "gclient runhooks" 87 "name": "gclient runhooks"
88 }, 88 },
89 { 89 {
90 "allow_subannotations": true, 90 "allow_subannotations": true,
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "[BUILD]/scripts/slave/clang_revision.py", 94 "[BUILD]/scripts/slave/clang_revision.py",
95 "--src-dir", 95 "--src-dir",
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 ], 523 ],
524 "cwd": "[SLAVE_BUILD]", 524 "cwd": "[SLAVE_BUILD]",
525 "name": "webrtc_nonparallel_tests" 525 "name": "webrtc_nonparallel_tests"
526 }, 526 },
527 { 527 {
528 "name": "$result", 528 "name": "$result",
529 "recipe_result": null, 529 "recipe_result": null,
530 "status_code": 0 530 "status_code": 0
531 } 531 }
532 ] 532 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698