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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux_ubsan_vptr.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 "client.webrtc.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux UBSan vptr", 10 "Linux UBSan vptr",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 }, 69 },
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_DEFINES": "clang=1 component=static_library dcheck_always_on=1 gomadi r='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recover=undefined target_arc h=x64 ubsan_vptr=1 use_goma=1" 79 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recov er=undefined target_arch=x64 ubsan_vptr=1 use_goma=1 use_openh264=1 use_third_pa rty_h264=1"
80 }, 80 },
81 "name": "gclient runhooks" 81 "name": "gclient runhooks"
82 }, 82 },
83 { 83 {
84 "allow_subannotations": true, 84 "allow_subannotations": true,
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[BUILD]/scripts/slave/clang_revision.py", 88 "[BUILD]/scripts/slave/clang_revision.py",
89 "--src-dir", 89 "--src-dir",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 ], 518 ],
519 "cwd": "[SLAVE_BUILD]", 519 "cwd": "[SLAVE_BUILD]",
520 "name": "webrtc_nonparallel_tests" 520 "name": "webrtc_nonparallel_tests"
521 }, 521 },
522 { 522 {
523 "name": "$result", 523 "name": "$result",
524 "recipe_result": null, 524 "recipe_result": null,
525 "status_code": 0 525 "status_code": 0
526 } 526 }
527 ] 527 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698