Skip to content

Commit

Permalink
Add proprietary_codecs to WebRTC win builders.
Browse files Browse the repository at this point in the history
This should get WebRTC H264 perf tests running again.

Bug: webrtc:8675
Change-Id: Ife68ff289b9caa02dab94e93f2b255d31f56215f
Reviewed-on: https://chromium-review.googlesource.com/975021
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545100}
  • Loading branch information
Patrik Höglund authored and Commit Bot committed Mar 22, 2018
1 parent 147335e commit 34a8f51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
'Linux Builder': 'release_bot_chrome_with_codecs',
'Linux Builder (Chromium w/o WebRTC)': 'release_bot_chrome_with_codecs_disable_webrtc',
'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': {
Expand All @@ -493,8 +493,8 @@
'Linux Builder (dbg)': 'debug_bot',
'Mac Builder': 'release_bot_chrome_with_codecs',
'Mac Builder (dbg)': 'debug_bot',
'Win Builder': 'release_bot_x86_minimal_symbols_no_com_init_hooks',
'Win Builder (dbg)': 'debug_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_with_codecs',
},

'chromium.win': {
Expand Down Expand Up @@ -1272,8 +1272,8 @@
'debug_bot_minimal_symbols': [ 'debug_bot', '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'
'debug_bot_x86_minimal_symbols_no_com_init_hooks_with_codecs': [
'debug_bot', 'x86', 'minimal_symbols', 'no_com_init_hooks', 'proprietary_codecs'
],

'debug_libfuzzer_asan': [
Expand Down Expand Up @@ -1572,8 +1572,8 @@
'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'
'release_bot_x86_minimal_symbols_no_com_init_hooks_with_codecs': [
'release_bot', 'x86', 'minimal_symbols', 'no_com_init_hooks', 'proprietary_codecs'
],

# TODO(tikuta): Remove this once gcp goma backend supports all windows nacl compilers.
Expand Down

0 comments on commit 34a8f51

Please sign in to comment.