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

Side by Side Diff: webrtc/build/mb_config.pyl

Issue 2310973003: MB: Cleanup no-longer-used GN configurations (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. 9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl.
10 # This is configuration for standalone WebRTC bots. It is used to keep the bot 10 # This is configuration for standalone WebRTC bots. It is used to keep the bot
11 # configurations source-side instead of in the buildbot scripts. That makes it 11 # configurations source-side instead of in the buildbot scripts. That makes it
12 # easy to try different configurations of GYP and GN in tryjob patches. 12 # easy to try different configurations of GYP and GN in tryjob patches.
13 13
14 { 14 {
15 # This is a map of buildbot master names -> buildbot builder names -> 15 # This is a map of buildbot master names -> buildbot builder names ->
16 # config names (where each config name is a key in the 'configs' dict, 16 # config names (where each config name is a key in the 'configs' dict,
17 # above). mb uses this dict to look up which config to use for a given bot. 17 # above). mb uses this dict to look up which config to use for a given bot.
18 # The builders should be sorted by the order they appear in the /builders 18 # The builders should be sorted by the order they appear in the /builders
19 # page on the buildbots, *not* alphabetically. 19 # page on the buildbots, *not* alphabetically.
20 'masters': { 20 'masters': {
21 'client.webrtc': { 21 'client.webrtc': {
22 # iOS 22 # iOS
23 'iOS32 Debug': 'ios_gn_debug_static_bot_arm_device', 23 'iOS32 Debug': 'ios_gn_debug_static_bot_arm_device',
24 'iOS32 Release': 'ios_gn_release_bot_arm_device', 24 'iOS32 Release': 'ios_gn_release_bot_arm_device',
25 'iOS64 Debug': 'ios_gn_debug_static_bot_arm64_device', 25 'iOS64 Debug': 'ios_gn_debug_static_bot_arm64_device',
26 'iOS64 Release': 'ios_gn_release_bot_arm64_device', 26 'iOS64 Release': 'ios_gn_release_bot_arm64_device',
27 'iOS32 Simulator Debug': 'ios_gn_debug_static_bot_x86', 27 'iOS32 Simulator Debug': 'ios_gn_debug_static_bot_x86',
28 'iOS64 Simulator Debug': 'ios_gn_debug_static_bot_x64', 28 'iOS64 Simulator Debug': 'ios_gn_debug_static_bot_x64',
29 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
30 # the bots to the GYP versions (duplicated now).
31 'iOS64 Debug (GN)': 'ios_gyp_debug_static_bot_arm64_device',
32 'iOS64 Release (GN)': 'ios_gyp_release_bot_arm64_device',
33 'iOS64 Debug (GYP)': 'ios_gyp_debug_static_bot_arm64_device', 29 'iOS64 Debug (GYP)': 'ios_gyp_debug_static_bot_arm64_device',
34 'iOS64 Release (GYP)': 'ios_gyp_release_bot_arm64_device', 30 'iOS64 Release (GYP)': 'ios_gyp_release_bot_arm64_device',
35 31
36 # Mac 32 # Mac
37 'Mac64 Debug': 'gn_debug_bot_x64', 33 'Mac64 Debug': 'gn_debug_bot_x64',
38 'Mac64 Release': 'gn_release_bot_x64', 34 'Mac64 Release': 'gn_release_bot_x64',
39 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64', 35 'Mac Asan': 'mac_gn_asan_clang_release_bot_x64',
40 'Mac64 Release [large tests]': 'gn_release_bot_x64', 36 'Mac64 Release [large tests]': 'gn_release_bot_x64',
41 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
42 # the bots to the GYP versions (duplicated now).
43 'Mac64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests',
44 'Mac64 Release (GN)': 'gyp_release_bot_x64_exclude_tests',
45 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', 37 'Mac64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
46 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', 38 'Mac64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
47 39
48 # Linux 40 # Linux
49 'Linux32 ARM': 'gn_crosscompile_release_bot_arm', 41 'Linux32 ARM': 'gn_crosscompile_release_bot_arm',
50 'Linux64 Debug': 'gn_debug_bot_x64', 42 'Linux64 Debug': 'gn_debug_bot_x64',
51 'Linux64 Release': 'gn_release_bot_x64', 43 'Linux64 Release': 'gn_release_bot_x64',
52 'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64', 44 'Linux Asan': 'gn_asan_lsan_clang_release_bot_x64',
53 'Linux Memcheck': 'gn_memcheck_release_bot_x64', 45 'Linux Memcheck': 'gn_memcheck_release_bot_x64',
54 'Linux MSan': 'gn_msan_clang_release_bot_x64', 46 'Linux MSan': 'gn_msan_clang_release_bot_x64',
55 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64', 47 'Linux Tsan v2': 'gn_tsan_clang_release_bot_x64',
56 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64', 48 'Linux UBSan': 'gn_ubsan_clang_release_bot_x64',
57 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64', 49 'Linux UBSan vptr': 'gn_ubsan_vptr_clang_release_bot_x64',
58 'Linux64 Release [large tests]': 'gn_release_bot_x64', 50 'Linux64 Release [large tests]': 'gn_release_bot_x64',
59 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
60 # the bots to the GYP versions (duplicated now).
61 'Linux64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests',
62 'Linux64 Release (GN)': 'gyp_release_bot_x64_exclude_tests',
63 'Linux64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', 51 'Linux64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
64 'Linux64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', 52 'Linux64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
65 53
66 # Android 54 # Android
67 'Android32 Builder': 'android_gn_release_bot_arm', 55 'Android32 Builder': 'android_gn_release_bot_arm',
68 'Android32 Builder (dbg)': 'android_gn_debug_static_bot_arm', 56 'Android32 Builder (dbg)': 'android_gn_debug_static_bot_arm',
69 'Android32 Builder x86': 'android_gn_release_bot_x86', 57 'Android32 Builder x86': 'android_gn_release_bot_x86',
70 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86', 58 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86',
71 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel' , 59 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel' ,
72 'Android32 Clang (dbg)': 'android_gn_clang_debug_static_bot_arm', 60 'Android32 Clang (dbg)': 'android_gn_clang_debug_static_bot_arm',
73 'Android64 Builder': 'android_gn_release_bot_arm64', 61 'Android64 Builder': 'android_gn_release_bot_arm64',
74 'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64', 62 'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
75 'Android64 Builder x64 (dbg)': 'android_gn_debug_static_bot_x64', 63 'Android64 Builder x64 (dbg)': 'android_gn_debug_static_bot_x64',
76 # TODO(kjellander): Remove the 'Android32 GN' configs as soon we've
77 # renamed these bots to Android32 GYP in the main waterfall.
78 'Android32 GN': 'android_gyp_release_bot_arm',
79 'Android32 GN (dbg)': 'android_gyp_debug_static_bot_arm',
80 'Android32 GYP': 'android_gyp_release_bot_arm', 64 'Android32 GYP': 'android_gyp_release_bot_arm',
81 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm', 65 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm',
82 'Android32 Tests (L Nexus5)(dbg)': 'none', 66 'Android32 Tests (L Nexus5)(dbg)': 'none',
83 'Android32 Tests (L Nexus5)': 'none', 67 'Android32 Tests (L Nexus5)': 'none',
84 'Android32 Tests (L Nexus7.2)(dbg)': 'none', 68 'Android32 Tests (L Nexus7.2)(dbg)': 'none',
85 'Android32 Tests (L Nexus7.2)': 'none', 69 'Android32 Tests (L Nexus7.2)': 'none',
86 'Android64 Tests (L Nexus9)': 'none', 70 'Android64 Tests (L Nexus9)': 'none',
87 71
88 # Windows 72 # Windows
89 'Win32 Debug': 'gn_debug_bot_x86', 73 'Win32 Debug': 'gn_debug_bot_x86',
90 'Win32 Release': 'gn_release_bot_x86', 74 'Win32 Release': 'gn_release_bot_x86',
91 'Win64 Debug': 'gn_debug_bot_x64', 75 'Win64 Debug': 'gn_debug_bot_x64',
92 'Win64 Release': 'gn_release_bot_x64', 76 'Win64 Release': 'gn_release_bot_x64',
93 'Win32 Debug (Clang)': 'win_gn_clang_debug_bot_x86', 77 'Win32 Debug (Clang)': 'win_gn_clang_debug_bot_x86',
94 'Win32 Release (Clang)': 'win_gn_clang_release_bot_x86', 78 'Win32 Release (Clang)': 'win_gn_clang_release_bot_x86',
95 'Win64 Debug (Clang)': 'win_gn_clang_debug_bot_x64', 79 'Win64 Debug (Clang)': 'win_gn_clang_debug_bot_x64',
96 'Win64 Release (Clang)': 'win_gn_clang_release_bot_x64', 80 'Win64 Release (Clang)': 'win_gn_clang_release_bot_x64',
97 'Win SyzyASan': 'win_gn_syzyasan_release_bot_x86', 81 'Win SyzyASan': 'win_gn_syzyasan_release_bot_x86',
98 'Win DrMemory Full': 'win_gn_drmemory_debug_bot_x86', 82 'Win DrMemory Full': 'win_gn_drmemory_debug_bot_x86',
99 'Win DrMemory Light': 'win_gn_drmemory_debug_bot_x86', 83 'Win DrMemory Light': 'win_gn_drmemory_debug_bot_x86',
100 'Win32 Release [large tests]': 'gn_release_bot_x86', 84 'Win32 Release [large tests]': 'gn_release_bot_x86',
101 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
102 # the bots to the GYP versions (duplicated now).
103 'Win64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests',
104 'Win64 Release (GN)': 'gyp_release_bot_x64_exclude_tests',
105 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', 85 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
106 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', 86 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
107 }, 87 },
108 'tryserver.webrtc': { 88 'tryserver.webrtc': {
109 # iOS 89 # iOS
110 'ios_dbg': 'ios_gn_debug_static_bot_arm_device', 90 'ios_dbg': 'ios_gn_debug_static_bot_arm_device',
111 'ios_rel': 'ios_gn_release_bot_arm_device', 91 'ios_rel': 'ios_gn_release_bot_arm_device',
112 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device', 92 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device',
113 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device', 93 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device',
114 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86', 94 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86',
115 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64', 95 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64',
116 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
117 # the bots to the GYP versions (duplicated now).
118 'ios64_gn_dbg': 'ios_gyp_debug_static_bot_arm64_device',
119 'ios64_gn_rel': 'ios_gyp_release_bot_arm64_device',
120 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device', 96 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device',
121 'ios64_gyp_rel': 'ios_gyp_release_bot_arm64_device', 97 'ios64_gyp_rel': 'ios_gyp_release_bot_arm64_device',
122 98
123 # Mac 99 # Mac
124 'mac_compile_dbg': 'gn_debug_bot_x64', 100 'mac_compile_dbg': 'gn_debug_bot_x64',
125 'mac_compile_rel': 'gn_release_bot_x64', 101 'mac_compile_rel': 'gn_release_bot_x64',
126 'mac_dbg': 'gn_debug_bot_x64', 102 'mac_dbg': 'gn_debug_bot_x64',
127 'mac_rel': 'gn_release_bot_x64', 103 'mac_rel': 'gn_release_bot_x64',
128 'mac_asan': 'mac_gn_asan_clang_release_bot_x64', 104 'mac_asan': 'mac_gn_asan_clang_release_bot_x64',
129 'mac_baremetal': 'gn_release_bot_x64', 105 'mac_baremetal': 'gn_release_bot_x64',
130 'mac_swarming': 'swarming_gn_debug_bot_x64', 106 'mac_swarming': 'swarming_gn_debug_bot_x64',
131 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
132 # the bots to the GYP versions (duplicated now).
133 'mac_gn_dbg': 'gyp_debug_bot_x64_exclude_tests',
134 'mac_gn_rel': 'gyp_release_bot_x64_exclude_tests',
135 'mac_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', 107 'mac_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
136 'mac_gyp_rel': 'gyp_release_bot_x64_exclude_tests', 108 'mac_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
137 109
138 # Linux 110 # Linux
139 'linux_compile_dbg': 'gn_debug_bot_x64', 111 'linux_compile_dbg': 'gn_debug_bot_x64',
140 'linux_compile_rel': 'gn_release_bot_x64', 112 'linux_compile_rel': 'gn_release_bot_x64',
141 'linux_dbg': 'gn_debug_bot_x64', 113 'linux_dbg': 'gn_debug_bot_x64',
142 'linux_rel': 'gn_release_bot_x64', 114 'linux_rel': 'gn_release_bot_x64',
143 'linux32_dbg': 'gn_debug_bot_x86', 115 'linux32_dbg': 'gn_debug_bot_x86',
144 'linux32_rel': 'gn_release_bot_x86', 116 'linux32_rel': 'gn_release_bot_x86',
145 'linux_arm': 'gn_crosscompile_release_bot_arm', 117 'linux_arm': 'gn_crosscompile_release_bot_arm',
146 'linux_asan': 'gn_asan_lsan_clang_release_bot_x64', 118 'linux_asan': 'gn_asan_lsan_clang_release_bot_x64',
147 'linux_memcheck': 'gn_memcheck_release_bot_x64', 119 'linux_memcheck': 'gn_memcheck_release_bot_x64',
148 'linux_msan': 'gn_msan_clang_release_bot_x64', 120 'linux_msan': 'gn_msan_clang_release_bot_x64',
149 'linux_tsan2': 'gn_tsan_clang_release_bot_x64', 121 'linux_tsan2': 'gn_tsan_clang_release_bot_x64',
150 'linux_ubsan': 'gn_ubsan_clang_release_bot_x64', 122 'linux_ubsan': 'gn_ubsan_clang_release_bot_x64',
151 'linux_ubsan_vptr': 'gn_ubsan_vptr_clang_release_bot_x64', 123 'linux_ubsan_vptr': 'gn_ubsan_vptr_clang_release_bot_x64',
152 'linux_baremetal': 'gn_release_bot_x64', 124 'linux_baremetal': 'gn_release_bot_x64',
153 'linux_swarming': 'swarming_gn_debug_bot_x64', 125 'linux_swarming': 'swarming_gn_debug_bot_x64',
154 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
155 # the bots to the GYP versions (duplicated now).
156 'linux_gn_dbg': 'gyp_debug_bot_x64_exclude_tests',
157 'linux_gn_rel': 'gyp_release_bot_x64_exclude_tests',
158 'linux_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', 126 'linux_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
159 'linux_gyp_rel': 'gyp_release_bot_x64_exclude_tests', 127 'linux_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
160 128
161 # Android 129 # Android
162 'android_compile_dbg': 'android_gn_debug_static_bot_arm', 130 'android_compile_dbg': 'android_gn_debug_static_bot_arm',
163 'android_compile_rel': 'android_gn_release_bot_arm', 131 'android_compile_rel': 'android_gn_release_bot_arm',
164 'android_compile_arm64_dbg': 'android_gn_debug_static_bot_arm64', 132 'android_compile_arm64_dbg': 'android_gn_debug_static_bot_arm64',
165 'android_compile_arm64_rel': 'android_gn_release_bot_arm64', 133 'android_compile_arm64_rel': 'android_gn_release_bot_arm64',
166 'android_compile_x86_dbg': 'android_gn_debug_static_bot_x86', 134 'android_compile_x86_dbg': 'android_gn_debug_static_bot_x86',
167 'android_compile_x86_rel': 'android_gn_release_bot_x86', 135 'android_compile_x86_rel': 'android_gn_release_bot_x86',
168 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64', 136 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64',
169 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel', 137 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel',
170 'android_dbg': 'android_gn_debug_static_bot_arm', 138 'android_dbg': 'android_gn_debug_static_bot_arm',
171 'android_rel': 'android_gn_release_bot_arm', 139 'android_rel': 'android_gn_release_bot_arm',
172 'android_clang_dbg': 'android_gn_clang_debug_static_bot_arm', 140 'android_clang_dbg': 'android_gn_clang_debug_static_bot_arm',
173 'android_arm64_rel': 'android_gn_release_bot_arm64', 141 'android_arm64_rel': 'android_gn_release_bot_arm64',
174 'android_n6': 'android_gn_debug_static_bot_arm', 142 'android_n6': 'android_gn_debug_static_bot_arm',
175 # TODO(kjellander): Remove the android_gn_* configs as soon we've renamed
176 # the bots to the GYP versions at the tryserver.
177 'android_gn_dbg': 'android_gyp_debug_static_bot_arm',
178 'android_gn_rel': 'android_gyp_release_bot_arm',
179 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm', 143 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm',
180 'android_gyp_rel': 'android_gyp_release_bot_arm', 144 'android_gyp_rel': 'android_gyp_release_bot_arm',
181 145
182 # Windows 146 # Windows
183 'win_compile_dbg': 'gn_debug_bot_x86', 147 'win_compile_dbg': 'gn_debug_bot_x86',
184 'win_compile_rel': 'gn_release_bot_x86', 148 'win_compile_rel': 'gn_release_bot_x86',
185 'win_compile_x64_dbg': 'gn_debug_bot_x64', 149 'win_compile_x64_dbg': 'gn_debug_bot_x64',
186 'win_compile_x64_rel': 'gn_release_bot_x64', 150 'win_compile_x64_rel': 'gn_release_bot_x64',
187 'win_dbg': 'gn_debug_bot_x86', 151 'win_dbg': 'gn_debug_bot_x86',
188 'win_rel': 'gn_release_bot_x86', 152 'win_rel': 'gn_release_bot_x86',
189 'win_x64_dbg': 'gn_debug_bot_x64', 153 'win_x64_dbg': 'gn_debug_bot_x64',
190 'win_x64_rel': 'gn_release_bot_x64', 154 'win_x64_rel': 'gn_release_bot_x64',
191 'win_clang_dbg': 'win_gn_clang_debug_bot_x86', 155 'win_clang_dbg': 'win_gn_clang_debug_bot_x86',
192 'win_clang_rel': 'win_gn_clang_release_bot_x86', 156 'win_clang_rel': 'win_gn_clang_release_bot_x86',
193 'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64', 157 'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64',
194 'win_x64_clang_rel': 'win_gn_clang_release_bot_x64', 158 'win_x64_clang_rel': 'win_gn_clang_release_bot_x64',
195 'win_asan': 'win_gn_syzyasan_release_bot_x86', 159 'win_asan': 'win_gn_syzyasan_release_bot_x86',
196 'win_drmemory_light': 'win_gn_drmemory_debug_bot_x86', 160 'win_drmemory_light': 'win_gn_drmemory_debug_bot_x86',
197 'win_drmemory_full': 'win_gn_drmemory_debug_bot_x86', 161 'win_drmemory_full': 'win_gn_drmemory_debug_bot_x86',
198 'win_baremetal': 'gn_release_bot_x86', 162 'win_baremetal': 'gn_release_bot_x86',
199 'win_swarming': 'swarming_gn_debug_bot_x64', 163 'win_swarming': 'swarming_gn_debug_bot_x64',
200 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
201 # the bots to the GYP versions (duplicated now).
202 'win_x64_gn_dbg': 'gyp_debug_bot_x64_exclude_tests',
203 'win_x64_gn_rel': 'gyp_release_bot_x64_exclude_tests',
204 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests', 164 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
205 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests', 165 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
206 }, 166 },
207 'client.webrtc.fyi': { 167 'client.webrtc.fyi': {
208 # Mac 168 # Mac
209 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64', 169 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64',
210 170
211 # Linux 171 # Linux
212 'Linux32 Debug': 'gn_debug_bot_x86', 172 'Linux32 Debug': 'gn_debug_bot_x86',
213 'Linux32 Release': 'gn_release_bot_x86', 173 'Linux32 Release': 'gn_release_bot_x86',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'gn_args': 'target_cpu="x64"', 531 'gn_args': 'target_cpu="x64"',
572 'gyp_defines': 'target_arch=x64', 532 'gyp_defines': 'target_arch=x64',
573 }, 533 },
574 534
575 'x86': { 535 'x86': {
576 'gn_args': 'target_cpu="x86"', 536 'gn_args': 'target_cpu="x86"',
577 'gyp_defines': 'target_arch=ia32', 537 'gyp_defines': 'target_arch=ia32',
578 }, 538 },
579 }, 539 },
580 } 540 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698