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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py

Issue 1968293004: WebRTC: Enable MB on our remaining Chromium builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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/recipe_modules/chromium_tests/chromium_webrtc_fyi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
index 08eda27e0a9bf0f5c7b437bd238a64b03abbb78e..784df2dd7bd58f82ad1854f721cd3360855fbd3f 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
@@ -45,23 +45,14 @@ def BaseSpec(bot_type, chromium_apply_config, gclient_config, platform,
def BuildSpec(platform, target_bits, build_config='Release',
- gclient_config='chromium_webrtc', mb=False):
+ gclient_config='chromium_webrtc'):
spec = BaseSpec(
bot_type='builder',
- chromium_apply_config=['dcheck', 'blink_logging_on'],
+ chromium_apply_config=['dcheck', 'blink_logging_on', 'mb'],
gclient_config=gclient_config,
platform=platform,
target_bits=target_bits,
build_config=build_config)
-
- if platform == 'android':
- spec['compile_targets'] = []
- else:
- spec['compile_targets'] = ['chromium_builder_webrtc']
-
- if mb:
- spec['chromium_apply_config'].append('mb')
-
return spec
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_webrtc_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698