Commit fa6a9612 authored by Harald Alvestrand's avatar Harald Alvestrand Committed by Commit Bot

Enable H.264 for v8 bots that run WPT tests.

Bug: chromium:1091163
Change-Id: I07466bad328ebd98f1e4c62c54c8ef7fd149d2fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283605
Auto-Submit: Harald Alvestrand <hta@chromium.org>
Reviewed-by: default avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#785707}
parent dbc5c520
......@@ -586,7 +586,7 @@
'client.v8.fyi': {
'Android V8 FYI Release (Nexus 5X)': 'gpu_tests_android_release_trybot_arm64',
'Linux ASAN Builder': 'asan_lsan_release_trybot',
'Linux Debug Builder': 'debug_bot',
'Linux Debug Builder': 'debug_bot_blink',
'Linux V8 FYI Release (NVIDIA)': 'gpu_tests_release_trybot',
'Linux V8 FYI Release - pointer compression (NVIDIA)': 'gpu_tests_release_trybot_ptr_comp',
'Mac V8 FYI Release (Intel)': 'gpu_tests_release_trybot',
......@@ -1706,6 +1706,10 @@
'debug_bot',
],
'debug_bot_blink': [
'debug_bot_blink',
],
'debug_bot_deterministic': [
'debug_bot', 'mac_deterministic_build',
],
......@@ -2556,6 +2560,10 @@
'mixins': ['debug', 'shared', 'goma', 'minimal_symbols'],
},
'debug_bot_blink': {
'mixins': ['debug', 'shared', 'goma', 'minimal_symbols', 'chrome_with_codecs' ],
},
'debug_bot_local_build': {
'mixins': ['debug', 'shared', 'minimal_symbols'],
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment