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

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

Issue 2484703002: MB: Replace Win32 Release by Win64 Debug in FYI. (Closed)
Patch Set: Created 4 years, 1 month 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
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 103
104 # Android 104 # Android
105 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm', 105 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
106 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', 106 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
107 'Android32 Builder': 'android_gn_release_bot_arm', 107 'Android32 Builder': 'android_gn_release_bot_arm',
108 'Android32 Tests (J Nexus4)': 'none', 108 'Android32 Tests (J Nexus4)': 'none',
109 'Android32 Tests (K Nexus5)': 'none', 109 'Android32 Tests (K Nexus5)': 'none',
110 'Android32 Tests (L Nexus6)': 'none', 110 'Android32 Tests (L Nexus6)': 'none',
111 111
112 # Windows 112 # Windows
113 'Win32 Release (swarming)': 'swarming_gn_release_bot_x86', 113 'Win64 Debug (swarming)': 'gn_debug_bot_x64',
114 }, 114 },
115 'tryserver.webrtc': { 115 'tryserver.webrtc': {
116 # iOS 116 # iOS
117 'ios_dbg': 'ios_gn_debug_static_bot_arm_device', 117 'ios_dbg': 'ios_gn_debug_static_bot_arm_device',
118 'ios_rel': 'ios_gn_release_bot_arm_device', 118 'ios_rel': 'ios_gn_release_bot_arm_device',
119 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device', 119 'ios_arm64_dbg': 'ios_gn_debug_static_bot_arm64_device',
120 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device', 120 'ios_arm64_rel': 'ios_gn_release_bot_arm64_device',
121 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86', 121 'ios32_sim_dbg': 'ios_gn_debug_static_bot_x86',
122 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64', 122 'ios64_sim_dbg': 'ios_gn_debug_static_bot_x64',
123 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device', 123 'ios64_gyp_dbg': 'ios_gyp_debug_static_bot_arm64_device',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 ], 262 ],
263 'gn_release_bot_x86': [ 263 'gn_release_bot_x86': [
264 'gn', 'openh264_release_bot', 'x86' 264 'gn', 'openh264_release_bot', 'x86'
265 ], 265 ],
266 'gn_debug_bot_x64': [ 266 'gn_debug_bot_x64': [
267 'gn', 'openh264_debug_bot', 'x64' 267 'gn', 'openh264_debug_bot', 'x64'
268 ], 268 ],
269 'gn_release_bot_x64': [ 269 'gn_release_bot_x64': [
270 'gn', 'openh264_release_bot', 'x64' 270 'gn', 'openh264_release_bot', 'x64'
271 ], 271 ],
272 'swarming_gn_release_bot_x86': [
273 'swarming', 'gn', 'openh264_release_bot', 'x86'
274 ],
275 'swarming_gn_debug_bot_x64': [ 272 'swarming_gn_debug_bot_x64': [
276 'swarming', 'gn', 'openh264_debug_bot', 'x64' 273 'swarming', 'gn', 'openh264_debug_bot', 'x64'
277 ], 274 ],
278 275
279 # Windows 276 # Windows
280 'win_gn_clang_debug_bot_x86': [ 277 'win_gn_clang_debug_bot_x86': [
281 'gn', 'clang', 'openh264_debug_bot', 'x86', 278 'gn', 'clang', 'openh264_debug_bot', 'x86',
282 ], 279 ],
283 'win_gn_clang_release_bot_x86': [ 280 'win_gn_clang_release_bot_x86': [
284 'gn', 'clang', 'openh264_release_bot', 'x86', 281 'gn', 'clang', 'openh264_release_bot', 'x86',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'gn_args': 'target_cpu="x64"', 532 'gn_args': 'target_cpu="x64"',
536 'gyp_defines': 'target_arch=x64', 533 'gyp_defines': 'target_arch=x64',
537 }, 534 },
538 535
539 'x86': { 536 'x86': {
540 'gn_args': 'target_cpu="x86"', 537 'gn_args': 'target_cpu="x86"',
541 'gyp_defines': 'target_arch=ia32', 538 'gyp_defines': 'target_arch=ia32',
542 }, 539 },
543 }, 540 },
544 } 541 }
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