Disable h264 for WebRTC GYP bots.

Also, make explicit that the GYP build has limited support.

BUG=webrtc:6281
NOTRY=True

Review-Url: https://codereview.webrtc.org/2298143002
Cr-Commit-Position: refs/heads/master@{#13984}
This commit is contained in:
ehmaldonado 2016-08-31 01:53:42 -07:00 committed by Commit bot
parent 84bd5c73da
commit 6b74865fed

View File

@ -241,10 +241,10 @@
'gn', 'crosscompile', 'openh264_release_bot', 'arm'
],
'gyp_debug_bot_x64_exclude_tests': [
'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples'
'gyp', 'gyp_limited_support_build', 'debug_bot', 'x64'
],
'gyp_release_bot_x64_exclude_tests': [
'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples'
'gyp', 'gyp_limited_support_build', 'release_bot', 'x64'
],
'gn_asan_lsan_clang_release_bot_x64': [
'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64'
@ -309,12 +309,10 @@
# Android
'android_gyp_debug_static_bot_arm': [
'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests',
'exclude_examples'
'android', 'gyp', 'gyp_limited_support_build', 'debug_static_bot', 'arm'
],
'android_gyp_release_bot_arm': [
'android', 'gyp', 'release_bot', 'arm', 'exclude_tests',
'exclude_examples'
'android', 'gyp', 'gyp_limited_support_build', 'release_bot', 'arm'
],
'android_gn_debug_static_bot_arm': [
'android', 'gn', 'debug_static_bot', 'arm'
@ -423,15 +421,6 @@
'gyp_defines': 'target_arch=unknown',
},
'exclude_examples': {
'gyp_defines': 'include_examples=0',
},
'exclude_tests': {
'gn_args': 'rtc_include_tests=false',
'gyp_defines': 'include_tests=0',
},
'gn': {'type': 'gn'},
'goma': {
@ -443,6 +432,10 @@
'gyp': {'type': 'gyp'},
'gyp_limited_support_build': {
'gyp_defines': 'include_examples=0 include_tests=0 rtc_use_h264=0'
},
'ios': {
'gn_args': 'target_os="ios"',
'gyp_defines': 'OS=ios',