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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2239643002: iOS: Update MB and JSON configs + enable Goma (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Complete configs 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
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 8271a4792c3e7fffd011d6eec67aef0cc9f5af51..99e1433c6d5dc3e900187d5f8e5457f722cf2f8f 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -20,13 +20,13 @@
'masters': {
'client.webrtc': {
# iOS
- 'iOS32 Debug': 'ios_gyp_debug_bot_arm_device',
+ 'iOS32 Debug': 'ios_gyp_debug_static_bot_arm_device',
'iOS32 Release': 'ios_gyp_release_bot_arm_device',
- 'iOS64 Debug': 'ios_gyp_debug_bot_arm64_device',
+ 'iOS64 Debug': 'ios_gyp_debug_static_bot_arm64_device',
'iOS64 Release': 'ios_gyp_release_bot_arm64_device',
- 'iOS32 Debug Simulator': 'ios_gyp_debug_bot_x86',
- 'iOS64 Debug Simulator': 'ios_gyp_debug_bot_x64',
- 'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device',
+ 'iOS32 Debug Simulator': 'ios_gyp_debug_static_bot_x86',
+ 'iOS64 Debug Simulator': 'ios_gyp_debug_static_bot_x64',
+ 'iOS64 Debug (GN)': 'ios_gn_debug_static_bot_arm64_device',
'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device',
# Mac
@@ -89,13 +89,13 @@
},
'tryserver.webrtc': {
# iOS
- 'ios_dbg': 'ios_gyp_debug_bot_arm_device',
+ 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device',
'ios_rel': 'ios_gyp_release_bot_arm_device',
- 'ios_arm64_dbg': 'ios_gyp_debug_bot_arm64_device',
+ 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device',
'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device',
- 'ios32_sim_dbg': 'ios_gyp_debug_bot_x86',
- 'ios64_sim_dbg': 'ios_gyp_debug_bot_x64',
- 'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device',
+ 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86',
+ 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64',
+ 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device',
'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
# Mac
@@ -173,29 +173,29 @@
# bots all using the 'gn_release_bot' config).
'configs': {
# iOS
- 'ios_gn_debug_bot_arm64_device': [
- 'ios', 'gn', 'ios_debug_bot', 'arm64', 'device'
+ 'ios_gn_debug_static_bot_arm64_device': [
+ 'ios', 'gn', 'debug_static_bot', 'arm64', 'device'
],
'ios_gn_release_bot_arm64_device': [
- 'ios', 'gn', 'ios_release_bot', 'arm64', 'device'
+ 'ios', 'gn', 'release_bot', 'arm64', 'device'
],
- 'ios_gyp_debug_bot_arm_device': [
- 'ios', 'gyp', 'ios_debug_bot', 'arm', 'device'
+ 'ios_gyp_debug_static_bot_arm_device': [
+ 'ios', 'gyp', 'debug_static_bot', 'arm', 'device'
],
'ios_gyp_release_bot_arm_device': [
- 'ios', 'gyp', 'ios_release_bot', 'arm', 'device'
+ 'ios', 'gyp', 'release_bot', 'arm', 'device'
],
- 'ios_gyp_debug_bot_arm64_device': [
- 'ios', 'gyp', 'ios_debug_bot', 'arm64', 'device'
+ 'ios_gyp_debug_static_bot_arm64_device': [
+ 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device'
],
'ios_gyp_release_bot_arm64_device': [
- 'ios', 'gyp', 'ios_release_bot', 'arm64', 'device'
+ 'ios', 'gyp', 'release_bot', 'arm64', 'device'
],
- 'ios_gyp_debug_bot_x86': [
- 'ios', 'gyp', 'ios_debug_bot', 'x86'
+ 'ios_gyp_debug_static_bot_x86': [
+ 'ios', 'gyp', 'debug_static_bot', 'x86'
],
- 'ios_gyp_debug_bot_x64': [
- 'ios', 'gyp', 'ios_release_bot', 'x64'
+ 'ios_gyp_debug_static_bot_x64': [
+ 'ios', 'gyp', 'release_bot', 'x64'
],
# Linux, Mac and Windows
@@ -399,14 +399,6 @@
'gyp_defines': 'OS=ios',
},
- 'ios_debug_bot': {
- 'mixins': ['debug', 'shared']
kjellander_webrtc 2016/08/15 19:00:43 This doesn't work for the built simulator tests, i
- },
-
- 'ios_release_bot': {
- 'mixins': ['release', 'static']
- },
-
'lsan': {
'gn_args': 'is_lsan=true',
'gyp_defines': 'lsan=1',

Powered by Google App Engine
This is Rietveld 408576698