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

Unified Diff: scripts/slave/recipe_modules/webrtc/api.py

Issue 2232763002: WebRTC: Enable MB for Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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 | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/webrtc/api.py
diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
index d6b333f18e54d979868af1cc5bbd25e69da2817c..26e287b0c5fccf95dbb7b5f844a18ebe9c5dbf0d 100644
--- a/scripts/slave/recipe_modules/webrtc/api.py
+++ b/scripts/slave/recipe_modules/webrtc/api.py
@@ -120,7 +120,8 @@ class WebRTCApi(recipe_api.RecipeApi):
# Apply MB config (to avoid heavy duplication in builders.py). See
# crbug.com/589510 for more info.
if (mastername in ('client.webrtc', 'tryserver.webrtc') and
- buildername.lower().startswith('linux')):
+ (buildername.lower().startswith('linux') or
+ buildername.lower().startswith('android'))):
self.m.chromium.apply_config('mb')
if self.m.tryserver.is_tryserver:
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698