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

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

Issue 2188473002: [Mac/GN] Configure ASan for bundled targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/shell/BUILD.gn ('k') | 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 819
820 'tryserver.chromium.mac': { 820 'tryserver.chromium.mac': {
821 'ios-device': 'ios_gyp', 821 'ios-device': 'ios_gyp',
822 'ios-device-gn': 'ios_gn', 822 'ios-device-gn': 'ios_gn',
823 'ios-simulator': 'ios_gyp', 823 'ios-simulator': 'ios_gyp',
824 'ios-simulator-cronet': 'ios_gyp', 824 'ios-simulator-cronet': 'ios_gyp',
825 'ios-simulator-gn': 'ios_gn', 825 'ios-simulator-gn': 'ios_gn',
826 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 826 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
827 'mac_chromium_10.10_macviews': 'mac_views_browser_gn_release_trybot', 827 'mac_chromium_10.10_macviews': 'mac_views_browser_gn_release_trybot',
828 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip', 828 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip',
829 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 829 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gn_release_bot',
830 'mac_chromium_asan_variable': 'findit', 830 'mac_chromium_asan_variable': 'findit',
831 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 831 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
832 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 832 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
833 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', 833 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot',
834 'mac_chromium_gyp_dbg': 'swarming_gyp_debug_trybot', 834 'mac_chromium_gyp_dbg': 'swarming_gyp_debug_trybot',
835 'mac_chromium_gyp_rel': 'swarming_gyp_release_trybot', 835 'mac_chromium_gyp_rel': 'swarming_gyp_release_trybot',
836 'mac_chromium_gn_upload': 'gn_release_bot', 836 'mac_chromium_gn_upload': 'gn_release_bot',
837 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 837 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
838 'mac_chromium_variable': 'findit', 838 'mac_chromium_variable': 'findit',
839 'mac_chromium_variable_10.10': 'findit', 839 'mac_chromium_variable_10.10': 'findit',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 ], 1521 ],
1522 1522
1523 'swarming_android_gn_release_trybot': [ 1523 'swarming_android_gn_release_trybot': [
1524 'swarming', 'android', 'gn', 'release_trybot', 1524 'swarming', 'android', 'gn', 'release_trybot',
1525 ], 1525 ],
1526 1526
1527 'swarming_android_gn_release_trybot_arm64': [ 1527 'swarming_android_gn_release_trybot_arm64': [
1528 'swarming', 'android', 'gn', 'release_trybot', 'arm64', 1528 'swarming', 'android', 'gn', 'release_trybot', 'arm64',
1529 ], 1529 ],
1530 1530
1531 'swarming_asan_dcheck_gyp_release_bot': [ 1531 'swarming_asan_dcheck_gn_release_bot': [
1532 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot', 1532 'swarming', 'asan', 'dcheck_always_on', 'gn', 'release_bot',
1533 ], 1533 ],
1534 1534
1535 'swarming_asan_lsan_chromeos_gn_release_trybot': [ 1535 'swarming_asan_lsan_chromeos_gn_release_trybot': [
1536 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_trybot', 1536 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_trybot',
1537 ], 1537 ],
1538 1538
1539 'swarming_asan_lsan_full_symbols_gyp_release_trybot': [ 1539 'swarming_asan_lsan_full_symbols_gyp_release_trybot': [
1540 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot', 1540 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot',
1541 'dcheck_always_on', 1541 'dcheck_always_on',
1542 ], 1542 ],
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2375 }, 2375 },
2376 2376
2377 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2377 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2378 2378
2379 'drmemory': { 2379 'drmemory': {
2380 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2380 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2381 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2381 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2382 }, 2382 },
2383 }, 2383 },
2384 } 2384 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698