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

Unified Diff: tools/mb/mb_config.pyl

Issue 2891533002: [Cronet] Use is_official_build=true for Cronet builds. (Closed)
Patch Set: Use is_official_build only for relese builds. Created 3 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 | « components/cronet/tools/cr_cronet.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index a17e5f4ef8b38dbd515c5b7996ea7589a297ce38..ff6a9e57b4e32521c06550a15a96dbde3d67c4a4 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -735,27 +735,27 @@
],
'android_cronet_release_bot_minimal_symbols_arm64': [
- 'android', 'cronet', 'release_bot', 'minimal_symbols', 'arm64',
+ 'android', 'cronet', 'official_optimize', 'release_bot', 'minimal_symbols', 'arm64',
],
'android_cronet_release_bot_minimal_symbols_armv6': [
- 'android', 'cronet', 'release_bot', 'minimal_symbols', 'armv6',
+ 'android', 'cronet', 'official_optimize', 'release_bot', 'minimal_symbols', 'armv6',
],
'android_cronet_release_bot_minimal_symbols_arm_no_neon': [
- 'android', 'cronet', 'release_bot', 'minimal_symbols', 'arm_no_neon',
+ 'android', 'cronet', 'official_optimize', 'release_bot', 'minimal_symbols', 'arm_no_neon',
],
'android_cronet_release_bot_minimal_symbols_arm_no_neon_clang_asan': [
- 'android', 'cronet', 'release_bot', 'minimal_symbols', 'arm_no_neon', 'clang', 'asan',
+ 'android', 'cronet', 'official_optimize', 'release_bot', 'minimal_symbols', 'arm_no_neon', 'clang', 'asan',
],
'android_cronet_release_bot_minimal_symbols_mipsel': [
- 'android', 'cronet', 'release_bot', 'minimal_symbols', 'mipsel',
+ 'android', 'cronet', 'official_optimize', 'release_bot', 'minimal_symbols', 'mipsel',
],
'android_cronet_release_bot_minimal_symbols_x86': [
- 'android', 'cronet', 'release_bot', 'minimal_symbols', 'x86',
+ 'android', 'cronet', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86',
],
'android_cronet_release_trybot_arm_no_neon': [
« no previous file with comments | « components/cronet/tools/cr_cronet.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698