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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2251693002: MB: Flip all bots to GN (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased after flipping Win 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
« no previous file with comments | « webrtc/build/ios/tryserver.webrtc/ios_rel.json ('k') | no next file » | 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 bd5d6560740dd5313030db12a1d446256a22256a..221217997497ccb2ce4ece0d6cf65eff2ffe95fa 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -20,12 +20,12 @@
'masters': {
'client.webrtc': {
# iOS
- 'iOS32 Debug': 'ios_gyp_debug_static_bot_arm_device',
- 'iOS32 Release': 'ios_gyp_release_bot_arm_device',
- 'iOS64 Debug': 'ios_gyp_debug_static_bot_arm64_device',
- 'iOS64 Release': 'ios_gyp_release_bot_arm64_device',
- 'iOS32 Simulator Debug': 'ios_gyp_debug_static_bot_x86',
- 'iOS64 Simulator Debug': 'ios_gyp_debug_static_bot_x64',
+ 'iOS32 Debug': 'ios_gn_debug_static_bot_arm_device',
+ 'iOS32 Release': 'ios_gn_release_bot_arm_device',
+ 'iOS64 Debug': 'ios_gn_debug_static_bot_arm64_device',
+ 'iOS64 Release': 'ios_gn_release_bot_arm64_device',
+ 'iOS32 Simulator Debug': 'ios_gn_debug_static_bot_x86',
+ 'iOS64 Simulator Debug': 'ios_gn_debug_static_bot_x64',
'iOS64 Debug (GN)': 'ios_gn_debug_static_bot_arm64_device',
'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device',
@@ -43,6 +43,8 @@
# Linux
'Linux32 ARM': 'gn_crosscompile_release_bot_arm',
+ 'Linux32 Debug': 'gn_debug_bot_x86',
+ 'Linux32 Release': 'gn_release_bot_x86',
'Linux64 Debug': 'gn_debug_bot_x64',
'Linux64 Release': 'gn_release_bot_x64',
'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64',
@@ -103,12 +105,12 @@
},
'tryserver.webrtc': {
# iOS
- 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device',
- 'ios_rel': 'ios_gyp_release_bot_arm_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_static_bot_x86',
- 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64',
+ 'ios_dbg': 'ios_gn_debug_static_bot_arm_device',
+ 'ios_rel': 'ios_gn_release_bot_arm_device',
+ 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device',
+ 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device',
+ 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86',
+ 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64',
'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device',
'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
@@ -209,29 +211,29 @@
'ios_gn_release_bot_arm64_device': [
'ios', 'gn', 'release_bot', 'arm64', 'device'
],
- 'ios_gyp_debug_static_bot_arm_device': [
- 'ios', 'gyp', 'debug_static_bot', 'arm', 'device'
+ 'ios_gn_debug_static_bot_arm_device': [
+ 'ios', 'gn', 'debug_static_bot', 'arm', 'device'
],
- 'ios_gyp_release_bot_arm_device': [
- 'ios', 'gyp', 'release_bot', 'arm', 'device'
+ 'ios_gn_release_bot_arm_device': [
+ 'ios', 'gn', 'release_bot', 'arm', 'device'
],
- 'ios_gyp_debug_static_bot_arm64_device': [
- 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device'
+ 'ios_gn_debug_static_bot_x86': [
+ 'ios', 'gn', 'debug_static_bot', 'x86'
],
- 'ios_gyp_release_bot_arm64_device': [
- 'ios', 'gyp', 'release_bot', 'arm64', 'device'
- ],
- 'ios_gyp_debug_static_bot_x86': [
- 'ios', 'gyp', 'debug_static_bot', 'x86'
- ],
- 'ios_gyp_debug_static_bot_x64': [
- 'ios', 'gyp', 'release_bot', 'x64'
+ 'ios_gn_debug_static_bot_x64': [
+ 'ios', 'gn', 'release_bot', 'x64'
],
# Linux, Mac and Windows
'gn_crosscompile_release_bot_arm': [
'gn', 'crosscompile', 'openh264_release_bot', 'arm'
],
+ 'gn_release_bot_x86': [
+ 'gn', 'openh264_release_bot', 'x86'
+ ],
+ 'gn_debug_bot_x86': [
+ 'gn', 'openh264_debug_bot', 'x86'
+ ],
'gyp_debug_bot_x64_exclude_tests': [
'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples'
],
@@ -268,6 +270,24 @@
'gn_release_bot_x64': [
'gn', 'openh264_release_bot', 'x64'
],
+ 'gn_asan_lsan_clang_release_bot_x64': [
+ 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64'
+ ],
+ 'gn_memcheck_release_bot_x64': [
+ 'gn', 'memcheck', 'openh264_release_bot', 'x64'
+ ],
+ 'gn_msan_clang_release_bot_x64': [
+ 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64'
+ ],
+ 'gn_tsan_clang_release_bot_x64': [
+ 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64'
+ ],
+ 'gn_ubsan_clang_release_bot_x64': [
+ 'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64'
+ ],
+ 'gn_ubsan_vptr_clang_release_bot_x64': [
+ 'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64'
+ ],
'swarming_gn_debug_bot_x64': [
'swarming', 'gn', 'openh264_debug_bot', 'x64'
],
« no previous file with comments | « webrtc/build/ios/tryserver.webrtc/ios_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698