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

Side by Side Diff: tools_webrtc/mb/mb_config.pyl

Issue 2983583002: [Webrtc] Reenable libc++ on ubsan (Closed)
Patch Set: Created 3 years, 5 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 | tools_webrtc/ubsan/vptr_blacklist.txt » ('j') | 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'msan_clang_release_bot_x64': [ 221 'msan_clang_release_bot_x64': [
222 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64' 222 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64'
223 ], 223 ],
224 'tsan_clang_release_bot_x64': [ 224 'tsan_clang_release_bot_x64': [
225 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64' 225 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64'
226 ], 226 ],
227 'ubsan_clang_release_bot_x64': [ 227 'ubsan_clang_release_bot_x64': [
228 'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64' 228 'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64'
229 ], 229 ],
230 'ubsan_vptr_clang_release_bot_x64': [ 230 'ubsan_vptr_clang_release_bot_x64': [
231 'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64', 231 'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64'
232 'use_default_libcxx'
233 ], 232 ],
234 'debug_bot_x86': [ 233 'debug_bot_x86': [
235 'gn', 'openh264_debug_bot', 'x86' 234 'gn', 'openh264_debug_bot', 'x86'
236 ], 235 ],
237 'release_bot_x86': [ 236 'release_bot_x86': [
238 'gn', 'openh264_release_bot', 'x86' 237 'gn', 'openh264_release_bot', 'x86'
239 ], 238 ],
240 'debug_bot_x64': [ 239 'debug_bot_x64': [
241 'gn', 'openh264_debug_bot', 'x64' 240 'gn', 'openh264_debug_bot', 'x64'
242 ], 241 ],
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 471
473 'x86': { 472 'x86': {
474 'gn_args': 'target_cpu="x86"', 473 'gn_args': 'target_cpu="x86"',
475 }, 474 },
476 475
477 'use_default_libcxx': { 476 'use_default_libcxx': {
478 'gn_args': 'use_custom_libcxx=false', 477 'gn_args': 'use_custom_libcxx=false',
479 } 478 }
480 }, 479 },
481 } 480 }
OLDNEW
« no previous file with comments | « no previous file | tools_webrtc/ubsan/vptr_blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698