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

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

Issue 2227043002: Rename linux_ubsan_clang_vptr to linux_ubsan_vptr. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Also erase libfuzzer bot. 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 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 26 matching lines...) Expand all
37 'Linux64 Release': 'gyp_release_bot_x64', 37 'Linux64 Release': 'gyp_release_bot_x64',
38 'Linux Asan': 'gyp_asan_lsan_clang_release_bot_x64', 38 'Linux Asan': 'gyp_asan_lsan_clang_release_bot_x64',
39 'Linux Memcheck': 'gyp_memcheck_release_bot_x64', 39 'Linux Memcheck': 'gyp_memcheck_release_bot_x64',
40 'Linux MSan': 'gyp_msan_clang_release_bot_x64', 40 'Linux MSan': 'gyp_msan_clang_release_bot_x64',
41 'Linux Tsan v2': 'gyp_tsan_clang_release_bot_x64', 41 'Linux Tsan v2': 'gyp_tsan_clang_release_bot_x64',
42 'Linux UBSan': 'gyp_ubsan_clang_release_bot_x64', 42 'Linux UBSan': 'gyp_ubsan_clang_release_bot_x64',
43 'Linux UBSan vptr': 'gyp_ubsan_vptr_clang_release_bot_x64', 43 'Linux UBSan vptr': 'gyp_ubsan_vptr_clang_release_bot_x64',
44 'Linux64 Release [large tests]': 'gyp_release_bot_x64', 44 'Linux64 Release [large tests]': 'gyp_release_bot_x64',
45 'Linux64 Debug (GN)': 'gn_openh264_debug_bot_x64', 45 'Linux64 Debug (GN)': 'gn_openh264_debug_bot_x64',
46 'Linux64 Release (GN)': 'gn_openh264_release_bot_x64', 46 'Linux64 Release (GN)': 'gn_openh264_release_bot_x64',
47 'Linux64 Release (Libfuzzer)':
48 'gn_openh264_libfuzzer_asan_clang_release_bot_x64',
49 }, 47 },
50 'tryserver.webrtc': { 48 'tryserver.webrtc': {
51 # iOS 49 # iOS
52 'ios_dbg': 'ios_gyp_debug_trybot_arm_device', 50 'ios_dbg': 'ios_gyp_debug_trybot_arm_device',
53 'ios_rel': 'ios_gyp_release_trybot_arm_device', 51 'ios_rel': 'ios_gyp_release_trybot_arm_device',
54 'ios_arm64_dbg': 'ios_gyp_debug_trybot_arm64_device', 52 'ios_arm64_dbg': 'ios_gyp_debug_trybot_arm64_device',
55 'ios_arm64_rel': 'ios_gyp_release_trybot_arm64_device', 53 'ios_arm64_rel': 'ios_gyp_release_trybot_arm64_device',
56 'ios32_sim_dbg': 'ios_gyp_debug_trybot_x86', 54 'ios32_sim_dbg': 'ios_gyp_debug_trybot_x86',
57 'ios64_sim_dbg': 'ios_gyp_debug_trybot_x64', 55 'ios64_sim_dbg': 'ios_gyp_debug_trybot_x64',
58 'ios64_gn_dbg': 'ios_gn_debug_trybot_arm64_device', 56 'ios64_gn_dbg': 'ios_gn_debug_trybot_arm64_device',
59 'ios64_gn_rel': 'ios_gn_release_trybot_arm64_device', 57 'ios64_gn_rel': 'ios_gn_release_trybot_arm64_device',
60 58
61 # Linux 59 # Linux
62 'linux_compile_dbg': 'gyp_debug_trybot_x64', 60 'linux_compile_dbg': 'gyp_debug_trybot_x64',
63 'linux_compile_rel': 'gyp_release_trybot_x64', 61 'linux_compile_rel': 'gyp_release_trybot_x64',
64 'linux_dbg': 'gyp_debug_trybot_x64', 62 'linux_dbg': 'gyp_debug_trybot_x64',
65 'linux_rel': 'gyp_release_trybot_x64', 63 'linux_rel': 'gyp_release_trybot_x64',
66 'linux_gn_dbg': 'gn_openh264_debug_trybot_x64', 64 'linux_gn_dbg': 'gn_openh264_debug_trybot_x64',
67 'linux_gn_rel': 'gn_openh264_release_trybot_x64', 65 'linux_gn_rel': 'gn_openh264_release_trybot_x64',
68 'linux_arm': 'gyp_release_trybot_arm', 66 'linux_arm': 'gyp_release_trybot_arm',
69 'linux_asan': 'gyp_asan_lsan_clang_release_trybot_x64', 67 'linux_asan': 'gyp_asan_lsan_clang_release_trybot_x64',
70 'linux_memcheck': 'gyp_memcheck_release_trybot_x64', 68 'linux_memcheck': 'gyp_memcheck_release_trybot_x64',
71 'linux_msan': 'gyp_msan_clang_release_trybot_x64', 69 'linux_msan': 'gyp_msan_clang_release_trybot_x64',
72 'linux_tsan2': 'gyp_tsan_clang_release_trybot_x64', 70 'linux_tsan2': 'gyp_tsan_clang_release_trybot_x64',
73 'linux_ubsan': 'gyp_ubsan_clang_release_trybot_x64', 71 'linux_ubsan': 'gyp_ubsan_clang_release_trybot_x64',
74 'linux_ubsan_clang_vptr': 'gyp_ubsan_vptr_clang_release_trybot_x64', 72 'linux_ubsan_vptr': 'gyp_ubsan_vptr_clang_release_trybot_x64',
75 'linux_baremetal': 'gyp_release_trybot_x64', 73 'linux_baremetal': 'gyp_release_trybot_x64',
76 'linux_swarming': 'swarming_gyp_debug_trybot_x64', 74 'linux_swarming': 'swarming_gyp_debug_trybot_x64',
77 }, 75 },
78 }, 76 },
79 77
80 # This is the list of configs that you can pass to mb; each config 78 # This is the list of configs that you can pass to mb; each config
81 # represents a particular combination of GYP_DEFINES/gn args that 79 # represents a particular combination of GYP_DEFINES/gn args that
82 # we must support. A given config *may* be platform-specific but 80 # we must support. A given config *may* be platform-specific but
83 # is not necessarily so (i.e., we might have mac, win, and linux 81 # is not necessarily so (i.e., we might have mac, win, and linux
84 # bots all using the 'gn_release_bot' config). 82 # bots all using the 'gn_release_bot' config).
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ], 165 ],
168 'gyp_ubsan_vptr_clang_release_bot_x64': [ 166 'gyp_ubsan_vptr_clang_release_bot_x64': [
169 'gyp', 'ubsan_vptr', 'clang', 'release_bot', 'x64' 167 'gyp', 'ubsan_vptr', 'clang', 'release_bot', 'x64'
170 ], 168 ],
171 'gn_openh264_debug_bot_x64': [ 169 'gn_openh264_debug_bot_x64': [
172 'gn', 'openh264', 'debug_bot', 'x64' 170 'gn', 'openh264', 'debug_bot', 'x64'
173 ], 171 ],
174 'gn_openh264_release_bot_x64': [ 172 'gn_openh264_release_bot_x64': [
175 'gn', 'openh264', 'release_bot', 'x64' 173 'gn', 'openh264', 'release_bot', 'x64'
176 ], 174 ],
177 'gn_openh264_libfuzzer_asan_clang_release_bot_x64': [
178 'gn', 'openh264', 'libfuzzer', 'asan', 'clang', 'release_bot', 'x64'
179 ],
180 # Linux trybot 175 # Linux trybot
181 'gyp_release_trybot_arm': [ 176 'gyp_release_trybot_arm': [
182 'gyp', 'release_trybot', 'arm' 177 'gyp', 'release_trybot', 'arm'
183 ], 178 ],
184 'gyp_debug_trybot_x64': [ 179 'gyp_debug_trybot_x64': [
185 'gyp', 'debug_trybot', 'x64' 180 'gyp', 'debug_trybot', 'x64'
186 ], 181 ],
187 'gyp_release_trybot_x64': [ 182 'gyp_release_trybot_x64': [
188 'gyp', 'release_trybot', 'x64' 183 'gyp', 'release_trybot', 'x64'
189 ], 184 ],
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }, 281 },
287 282
288 'ios_release_bot': { 283 'ios_release_bot': {
289 'mixins': ['release', 'static'] 284 'mixins': ['release', 'static']
290 }, 285 },
291 286
292 'ios_release_trybot': { 287 'ios_release_trybot': {
293 'mixins': ['ios_release_bot', 'dcheck_always_on'] 288 'mixins': ['ios_release_bot', 'dcheck_always_on']
294 }, 289 },
295 290
296 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
297
298 'lsan': { 291 'lsan': {
299 'gn_args': 'is_lsan=true', 292 'gn_args': 'is_lsan=true',
300 'gyp_defines': 'lsan=1', 293 'gyp_defines': 'lsan=1',
301 }, 294 },
302 295
303 'memcheck': { 296 'memcheck': {
304 'gyp_defines': 'build_for_tool=memcheck', 297 'gyp_defines': 'build_for_tool=memcheck',
305 }, 298 },
306 299
307 'msan': { 300 'msan': {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'gn_args': 'target_cpu="x64"', 355 'gn_args': 'target_cpu="x64"',
363 'gyp_defines': 'target_arch=x64', 356 'gyp_defines': 'target_arch=x64',
364 }, 357 },
365 358
366 'x86': { 359 'x86': {
367 'gn_args': 'target_cpu="x86"', 360 'gn_args': 'target_cpu="x86"',
368 'gyp_defines': 'target_arch=ia32', 361 'gyp_defines': 'target_arch=ia32',
369 }, 362 },
370 }, 363 },
371 } 364 }
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