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

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

Issue 2510033004: Add rtc_use_memcheck flag, update MB and GN to handle it, and add gni files listing the runtime deps (Closed)
Patch Set: Fixed android and added unittest. 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 | « tools/valgrind-webrtc/valgrind-webrtc.gni ('k') | webrtc/build/webrtc.gni » ('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 22 matching lines...) Expand all
33 'Mac Asan': 'mac_asan_clang_release_bot_x64', 33 'Mac Asan': 'mac_asan_clang_release_bot_x64',
34 'Mac64 Release [large tests]': 'release_bot_x64', 34 'Mac64 Release [large tests]': 'release_bot_x64',
35 35
36 # Linux 36 # Linux
37 'Linux32 Debug': 'debug_bot_x86', 37 'Linux32 Debug': 'debug_bot_x86',
38 'Linux32 Release': 'release_bot_x86', 38 'Linux32 Release': 'release_bot_x86',
39 'Linux32 ARM': 'release_bot_arm', 39 'Linux32 ARM': 'release_bot_arm',
40 'Linux64 Debug': 'debug_bot_x64', 40 'Linux64 Debug': 'debug_bot_x64',
41 'Linux64 Release': 'release_bot_x64', 41 'Linux64 Release': 'release_bot_x64',
42 'Linux Asan': 'asan_lsan_clang_release_bot_x64', 42 'Linux Asan': 'asan_lsan_clang_release_bot_x64',
43 'Linux Memcheck': 'release_bot_x64', 43 'Linux Memcheck': 'memcheck_release_bot_x64',
44 'Linux MSan': 'msan_clang_release_bot_x64', 44 'Linux MSan': 'msan_clang_release_bot_x64',
45 'Linux Tsan v2': 'tsan_clang_release_bot_x64', 45 'Linux Tsan v2': 'tsan_clang_release_bot_x64',
46 'Linux UBSan': 'ubsan_clang_release_bot_x64', 46 'Linux UBSan': 'ubsan_clang_release_bot_x64',
47 'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64', 47 'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64',
48 'Linux64 Release [large tests]': 'release_bot_x64', 48 'Linux64 Release [large tests]': 'release_bot_x64',
49 49
50 # Android 50 # Android
51 'Android32 (M Nexus5X)': 'android_release_bot_arm', 51 'Android32 (M Nexus5X)': 'android_release_bot_arm',
52 'Android32 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm', 52 'Android32 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm',
53 'Android64 (M Nexus5X)': 'android_release_bot_arm64', 53 'Android64 (M Nexus5X)': 'android_release_bot_arm64',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 ], 224 ],
225 'release_bot_x64': [ 225 'release_bot_x64': [
226 'gn', 'openh264_release_bot', 'x64' 226 'gn', 'openh264_release_bot', 'x64'
227 ], 227 ],
228 'perf_release_bot_x86': [ 228 'perf_release_bot_x86': [
229 'gn', 'openh264', 'release', 'static', 'goma', 'x86' 229 'gn', 'openh264', 'release', 'static', 'goma', 'x86'
230 ], 230 ],
231 'perf_release_bot_x64': [ 231 'perf_release_bot_x64': [
232 'gn', 'openh264', 'release', 'static', 'goma', 'x64' 232 'gn', 'openh264', 'release', 'static', 'goma', 'x64'
233 ], 233 ],
234 'memcheck_release_bot_x64': [
235 'memcheck', 'gn', 'openh264_release_bot', 'x64'
236 ],
234 237
235 # Windows 238 # Windows
236 'win_clang_debug_bot_x86': [ 239 'win_clang_debug_bot_x86': [
237 'gn', 'clang', 'openh264_debug_bot', 'x86', 240 'gn', 'clang', 'openh264_debug_bot', 'x86',
238 ], 241 ],
239 'win_clang_release_bot_x86': [ 242 'win_clang_release_bot_x86': [
240 'gn', 'clang', 'openh264_release_bot', 'x86', 243 'gn', 'clang', 'openh264_release_bot', 'x86',
241 ], 244 ],
242 'win_clang_debug_bot_x64': [ 245 'win_clang_debug_bot_x64': [
243 'gn', 'clang', 'openh264_debug_bot', 'x64', 246 'gn', 'clang', 'openh264_debug_bot', 'x64',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 }, 364 },
362 365
363 'ios': { 366 'ios': {
364 'gn_args': 'target_os="ios"', 367 'gn_args': 'target_os="ios"',
365 }, 368 },
366 369
367 'lsan': { 370 'lsan': {
368 'gn_args': 'is_lsan=true', 371 'gn_args': 'is_lsan=true',
369 }, 372 },
370 373
374 'memcheck': {
375 'gn_args': 'rtc_use_memcheck=true',
376 },
377
371 'minimal_symbols': { 378 'minimal_symbols': {
372 'gn_args': 'symbol_level=1', 379 'gn_args': 'symbol_level=1',
373 }, 380 },
374 381
375 'mipsel': { 382 'mipsel': {
376 'gn_args': 'target_cpu="mipsel"', 383 'gn_args': 'target_cpu="mipsel"',
377 }, 384 },
378 385
379 'minimal_symbols': { 386 'minimal_symbols': {
380 'gn_args': 'symbol_level=1', 387 'gn_args': 'symbol_level=1',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 438
432 'x64': { 439 'x64': {
433 'gn_args': 'target_cpu="x64"', 440 'gn_args': 'target_cpu="x64"',
434 }, 441 },
435 442
436 'x86': { 443 'x86': {
437 'gn_args': 'target_cpu="x86"', 444 'gn_args': 'target_cpu="x86"',
438 }, 445 },
439 }, 446 },
440 } 447 }
OLDNEW
« no previous file with comments | « tools/valgrind-webrtc/valgrind-webrtc.gni ('k') | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698