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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2275973003: Disable examples for GYP Android bots. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Revert DEPS 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 d09d5d2c4b780dcd7439c232ee5d48618c5d6759..6a69d077d6172020dc53027494fa4f73a430e662 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -279,10 +279,12 @@
# Android
'android_gyp_debug_static_bot_arm': [
- 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests'
+ 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests',
+ 'exclude_examples'
],
'android_gyp_release_bot_arm': [
- 'android', 'gyp', 'release_bot', 'arm', 'exclude_tests'
+ 'android', 'gyp', 'release_bot', 'arm', 'exclude_tests',
+ 'exclude_examples'
],
'android_gn_debug_static_bot_arm': [
'android', 'gn', 'debug_static_bot', 'arm'
@@ -382,11 +384,6 @@
'gyp_defines': 'component=shared_library build_for_tool=drmemory',
},
- 'exclude_tests': {
- 'gn_args': 'rtc_include_tests=false',
- 'gyp_defines': 'include_tests=0',
- },
-
# This mixin is used to force configs that use it to fail. It
# is used in two cases: when we have bots that we haven't looked
# at yet and don't know whether they need MB or not, and for bots
@@ -396,6 +393,15 @@
'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': {
« 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