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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2298143002: Disable h264 for WebRTC GYP bots. (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index e24258cd70b6150d35982fea6734c82967f48d7b..c35842d119f914a56cd13f88e995a961d3205d73 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698