Commit 34a8f518 authored by Patrik Höglund's avatar Patrik Höglund Committed by Commit Bot

Add proprietary_codecs to WebRTC win builders.

This should get WebRTC H264 perf tests running again.

Bug: webrtc:8675
Change-Id: Ife68ff289b9caa02dab94e93f2b255d31f56215f
Reviewed-on: https://chromium-review.googlesource.com/975021Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545100}
parent 147335ea
...@@ -482,7 +482,7 @@ ...@@ -482,7 +482,7 @@
'Linux Builder': 'release_bot_chrome_with_codecs', 'Linux Builder': 'release_bot_chrome_with_codecs',
'Linux Builder (Chromium w/o WebRTC)': 'release_bot_chrome_with_codecs_disable_webrtc', 'Linux Builder (Chromium w/o WebRTC)': 'release_bot_chrome_with_codecs_disable_webrtc',
'Mac Builder': 'release_bot_chrome_with_codecs', 'Mac Builder': 'release_bot_chrome_with_codecs',
'Win Builder': 'release_bot_x86_minimal_symbols_no_com_init_hooks', 'Win Builder': 'release_bot_x86_minimal_symbols_no_com_init_hooks_with_codecs',
}, },
'chromium.webrtc.fyi': { 'chromium.webrtc.fyi': {
...@@ -493,8 +493,8 @@ ...@@ -493,8 +493,8 @@
'Linux Builder (dbg)': 'debug_bot', 'Linux Builder (dbg)': 'debug_bot',
'Mac Builder': 'release_bot_chrome_with_codecs', 'Mac Builder': 'release_bot_chrome_with_codecs',
'Mac Builder (dbg)': 'debug_bot', 'Mac Builder (dbg)': 'debug_bot',
'Win Builder': 'release_bot_x86_minimal_symbols_no_com_init_hooks', 'Win Builder': 'release_bot_x86_minimal_symbols_no_com_init_hooks_with_codecs',
'Win Builder (dbg)': 'debug_bot_x86_minimal_symbols_no_com_init_hooks', 'Win Builder (dbg)': 'debug_bot_x86_minimal_symbols_no_com_init_hooks_with_codecs',
}, },
'chromium.win': { 'chromium.win': {
...@@ -1272,8 +1272,8 @@ ...@@ -1272,8 +1272,8 @@
'debug_bot_minimal_symbols': [ 'debug_bot', 'minimal_symbols' ], 'debug_bot_minimal_symbols': [ 'debug_bot', 'minimal_symbols' ],
'debug_bot_x86_minimal_symbols': [ 'debug_bot', 'x86', 'minimal_symbols' ], 'debug_bot_x86_minimal_symbols': [ 'debug_bot', 'x86', 'minimal_symbols' ],
'debug_bot_x86_minimal_symbols_no_com_init_hooks': [ 'debug_bot_x86_minimal_symbols_no_com_init_hooks_with_codecs': [
'debug_bot', 'x86', 'minimal_symbols', 'no_com_init_hooks' 'debug_bot', 'x86', 'minimal_symbols', 'no_com_init_hooks', 'proprietary_codecs'
], ],
'debug_libfuzzer_asan': [ 'debug_libfuzzer_asan': [
...@@ -1572,8 +1572,8 @@ ...@@ -1572,8 +1572,8 @@
'release_bot', 'x86', 'minimal_symbols', 'enable_archive_compression' 'release_bot', 'x86', 'minimal_symbols', 'enable_archive_compression'
], ],
'release_bot_x86_minimal_symbols_no_com_init_hooks': [ 'release_bot_x86_minimal_symbols_no_com_init_hooks_with_codecs': [
'release_bot', 'x86', 'minimal_symbols', 'no_com_init_hooks' 'release_bot', 'x86', 'minimal_symbols', 'no_com_init_hooks', 'proprietary_codecs'
], ],
# TODO(tikuta): Remove this once gcp goma backend supports all windows nacl compilers. # TODO(tikuta): Remove this once gcp goma backend supports all windows nacl compilers.
......
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