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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2412383002: Roll chromium_revision 316b880c55..2cabef4e7d (421519:424936) (Closed)
Patch Set: More 'minimal_symbols' for remaining Android Release bots Created 4 years, 2 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 | « DEPS ('k') | webrtc/examples/BUILD.gn » ('j') | 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 83b45bb3182328671102ac5e5d19b9816ba46ab1..ce60cbc70ea72e11d33c3df03885787be6fdb6e7 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -316,13 +316,13 @@
'android', 'gn', 'debug_static_bot', 'arm'
],
'android_gn_release_bot_arm': [
- 'android', 'gn', 'release_bot', 'arm'
+ 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm'
],
'android_gn_debug_static_bot_x86': [
'android', 'gn', 'debug_static_bot', 'x86'
],
'android_gn_release_bot_x86': [
- 'android', 'gn', 'release_bot', 'x86'
+ 'android', 'gn', 'release_bot', 'minimal_symbols', 'x86'
],
'android_gn_clang_debug_bot_arm': [
'android', 'gn', 'clang', 'debug_bot', 'arm'
@@ -334,16 +334,17 @@
'android', 'gn', 'debug_static_bot', 'arm64'
],
'android_gn_release_bot_arm64': [
- 'android', 'gn', 'release_bot', 'arm64'
+ 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm64'
],
'android_gn_debug_static_bot_x64': [
'android', 'gn', 'debug_static_bot', 'x64'
],
'android_gn_asan_shared_release_bot_arm': [
- 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm'
+ 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot',
+ 'minimal_symbols', 'arm'
],
'swarming_android_gn_release_bot_arm': [
- 'swarming', 'android', 'gn', 'release_bot', 'arm'
+ 'swarming', 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm'
],
# This is used for tracking purposes; any bot that uses this config
« no previous file with comments | « DEPS ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698