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

Unified Diff: tools-webrtc/mb/mb_config.pyl

Issue 2729243003: Reland of Setting is_component_build to false by default (Closed)
Patch Set: Allowing component builds if built with chromium Created 3 years, 10 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 | « .gn ('k') | webrtc/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_config.pyl
diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
index c31ba195d0fe844805bacfaa3779327fb84a615a..e0aa0eacfa41689d1f75acf5f645334fb6422814 100644
--- a/tools-webrtc/mb/mb_config.pyl
+++ b/tools-webrtc/mb/mb_config.pyl
@@ -213,10 +213,10 @@
'gn', 'openh264_release_bot', 'x64'
],
'perf_release_bot_x86': [
- 'gn', 'openh264', 'release', 'static', 'goma', 'x86'
+ 'gn', 'openh264', 'release', 'goma', 'x86'
],
'perf_release_bot_x64': [
- 'gn', 'openh264', 'release', 'static', 'goma', 'x64'
+ 'gn', 'openh264', 'release', 'goma', 'x64'
],
'libfuzzer_asan_release_bot_x64': [
'libfuzzer', 'asan', 'optimize_for_fuzzing', 'openh264_release_bot', 'x64'
@@ -286,13 +286,13 @@
'android', 'gn', 'debug_static_bot', 'x64'
],
'android_asan_shared_release_bot_arm': [
- 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm'
+ 'android', 'gn', 'asan', 'clang', 'release_bot', 'arm'
],
'perf_android_release_bot_arm': [
- 'android', 'gn', 'release', 'static', 'goma', 'arm'
+ 'android', 'gn', 'release', 'goma', 'arm'
],
'perf_android_release_bot_arm64': [
- 'android', 'gn', 'release', 'static', 'goma', 'arm64'
+ 'android', 'gn', 'release', 'goma', 'arm64'
],
# This is used for tracking purposes; any bot that uses this config
@@ -334,11 +334,11 @@
},
'debug_bot': {
- 'mixins': ['debug', 'shared', 'goma'],
+ 'mixins': ['debug', 'goma'],
},
'debug_static_bot': {
- 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'],
+ 'mixins': ['debug', 'minimal_symbols', 'goma'],
},
# This mixin is used to force configs that use it to fail. It
@@ -413,15 +413,7 @@
},
'release_bot': {
- 'mixins': ['release', 'static', 'dcheck_always_on', 'goma'],
- },
-
- 'shared': {
- 'gn_args': 'is_component_build=true',
- },
-
- 'static': {
- 'gn_args': 'is_component_build=false',
+ 'mixins': ['release', 'dcheck_always_on', 'goma'],
},
'syzyasan': {
« no previous file with comments | « .gn ('k') | webrtc/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698