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

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

Issue 2521273002: MB: Add Win32 SyzyASan (swarming) config. (Closed)
Patch Set: Created 4 years 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'Linux Memcheck (swarming)': 'release_bot_x64', 87 'Linux Memcheck (swarming)': 'release_bot_x64',
88 88
89 # Android 89 # Android
90 'Android32 ASan (L Nexus6)': 'android_asan_shared_release_bot_arm', 90 'Android32 ASan (L Nexus6)': 'android_asan_shared_release_bot_arm',
91 'Android32 Builder': 'android_release_bot_arm', 91 'Android32 Builder': 'android_release_bot_arm',
92 'Android32 Tests (J Nexus4)': 'none', 92 'Android32 Tests (J Nexus4)': 'none',
93 'Android32 Tests (K Nexus5)': 'none', 93 'Android32 Tests (K Nexus5)': 'none',
94 'Android32 Tests (L Nexus6)': 'none', 94 'Android32 Tests (L Nexus6)': 'none',
95 95
96 # Windows 96 # Windows
97 'Win64 Debug (swarming)': 'debug_bot_x64', 97 'Win32 SyzyASan (swarming)': 'win_syzyasan_release_bot_x86',
98 'Win64 Debug (Win8)': 'debug_bot_x64', 98 'Win64 Debug (Win8)': 'debug_bot_x64',
99 'Win64 Debug (Win10)': 'debug_bot_x64', 99 'Win64 Debug (Win10)': 'debug_bot_x64',
100 }, 100 },
101 'tryserver.webrtc': { 101 'tryserver.webrtc': {
102 # iOS 102 # iOS
103 'ios_dbg': 'ios_debug_static_bot_arm_device', 103 'ios_dbg': 'ios_debug_static_bot_arm_device',
104 'ios_rel': 'ios_release_bot_arm_device', 104 'ios_rel': 'ios_release_bot_arm_device',
105 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device', 105 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device',
106 'ios_arm64_rel': 'ios_release_bot_arm64_device', 106 'ios_arm64_rel': 'ios_release_bot_arm64_device',
107 'ios32_sim_dbg': 'ios_debug_static_bot_x86', 107 'ios32_sim_dbg': 'ios_debug_static_bot_x86',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 431
432 'x64': { 432 'x64': {
433 'gn_args': 'target_cpu="x64"', 433 'gn_args': 'target_cpu="x64"',
434 }, 434 },
435 435
436 'x86': { 436 'x86': {
437 'gn_args': 'target_cpu="x86"', 437 'gn_args': 'target_cpu="x86"',
438 }, 438 },
439 }, 439 },
440 } 440 }
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