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

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

Issue 2006983002: Flip linux_chromium_browser_side_navigation_rel to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_linux_arm
Patch Set: rebase Created 4 years, 7 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 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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 707 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
708 'chromeos_daisy_variable': 'findit', 708 'chromeos_daisy_variable': 'findit',
709 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 709 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
710 'chromeos_x86-generic_variable': 'findit', 710 'chromeos_x86-generic_variable': 'findit',
711 'chromium_presubmit': 'none', 711 'chromium_presubmit': 'none',
712 'closure_compilation': 'closure_compilation', 712 'closure_compilation': 'closure_compilation',
713 'linux_arm': 'swarming_gyp_release_trybot_arm', 713 'linux_arm': 'swarming_gyp_release_trybot_arm',
714 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 714 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
715 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 715 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
716 'linux_chromium_asan_variable': 'findit', 716 'linux_chromium_asan_variable': 'findit',
717 'linux_chromium_browser_side_navigation_rel': 'gyp_release_trybot', 717 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot',
718 'linux_chromium_cast_variable': 'findit', 718 'linux_chromium_cast_variable': 'findit',
719 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on', 719 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on',
720 'linux_chromium_chromeos_asan_rel_ng': 720 'linux_chromium_chromeos_asan_rel_ng':
721 'swarming_asan_lsan_chromeos_gyp_release_trybot', 721 'swarming_asan_lsan_chromeos_gyp_release_trybot',
722 'linux_chromium_chromeos_asan_variable': 'findit', 722 'linux_chromium_chromeos_asan_variable': 'findit',
723 'linux_chromium_chromeos_compile_dbg_ng': 723 'linux_chromium_chromeos_compile_dbg_ng':
724 'swarming_chromeos_gyp_debug_trybot', 724 'swarming_chromeos_gyp_debug_trybot',
725 'linux_chromium_chromeos_compile_rel_ng': 725 'linux_chromium_chromeos_compile_rel_ng':
726 'swarming_chromeos_gn_release_trybot', 726 'swarming_chromeos_gn_release_trybot',
727 'linux_chromium_chromeos_dbg_ng': 727 'linux_chromium_chromeos_dbg_ng':
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 ], 1335 ],
1336 1336
1337 'gyp_release_bot': [ 1337 'gyp_release_bot': [
1338 'gyp', 'release_bot', 1338 'gyp', 'release_bot',
1339 ], 1339 ],
1340 1340
1341 'gyp_release_bot_minimal_symbols_x86': [ 1341 'gyp_release_bot_minimal_symbols_x86': [
1342 'gyp', 'release_bot_minimal_symbols', 'x86' 1342 'gyp', 'release_bot_minimal_symbols', 'x86'
1343 ], 1343 ],
1344 1344
1345 'gyp_release_trybot': [
1346 'gyp', 'release_trybot',
1347 ],
1348
1349 'gyp_release_trybot_x64': [ 1345 'gyp_release_trybot_x64': [
1350 'gyp', 'release_trybot', 'x64', 1346 'gyp', 'release_trybot', 'x64',
1351 ], 1347 ],
1352 1348
1353 'gyp_shared_release_bot_minimal_symbols_x86': [ 1349 'gyp_shared_release_bot_minimal_symbols_x86': [
1354 'gyp', 'shared_release_bot', 'minimal_symbols', 'x86', 1350 'gyp', 'shared_release_bot', 'minimal_symbols', 'x86',
1355 ], 1351 ],
1356 1352
1357 'gyp_syzyasan_no_pch_win_z7_x86': [ 1353 'gyp_syzyasan_no_pch_win_z7_x86': [
1358 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', 1354 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86',
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 }, 2298 },
2303 2299
2304 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2300 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2305 2301
2306 'drmemory': { 2302 'drmemory': {
2307 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2303 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2308 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2304 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2309 }, 2305 },
2310 }, 2306 },
2311 } 2307 }
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