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

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

Issue 1838433002: [cronet] Switch android_cronet_tester to static_library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64', 645 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64',
646 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot', 646 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
647 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 647 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
648 'android_chromium_gn_rel': 'android_gn_release_trybot', 648 'android_chromium_gn_rel': 'android_gn_release_trybot',
649 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot' , 649 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot' ,
650 'android_compile_dbg': 'swarming_android_gyp_debug_trybot', 650 'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
651 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', 651 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
652 'android_compile_rel': 'swarming_android_gyp_release_trybot', 652 'android_compile_rel': 'swarming_android_gyp_release_trybot',
653 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', 653 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
654 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', 654 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
655 'android_cronet_tester': 'android_cronet_gyp_debug_trybot', 655 # TODO(crbug/598596): Switch this back to debug_trybot when cronet's
xunjieli 2016/03/25 15:38:17 Hmm the issue number is not found.
jbudorick 2016/03/25 15:40:00 oops, should be 597596. fixed.
656 # shared library loading is fixed.
657 'android_cronet_tester': 'android_cronet_gyp_debug_static_bot',
656 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot', 658 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
657 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot', 659 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
658 }, 660 },
659 661
660 'tryserver.chromium.angle': { 662 'tryserver.chromium.angle': {
661 'mac_angle_dbg_ng': 'tbd', 663 'mac_angle_dbg_ng': 'tbd',
662 'mac_angle_rel_ng': 'tbd', 664 'mac_angle_rel_ng': 'tbd',
663 'win_angle_dbg_ng': 'tbd', 665 'win_angle_dbg_ng': 'tbd',
664 'win_angle_rel_ng': 'tbd', 666 'win_angle_rel_ng': 'tbd',
665 'win_angle_x64_dbg_ng': 'tbd', 667 'win_angle_x64_dbg_ng': 'tbd',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 ], 866 ],
865 867
866 'android_cronet_gyp_debug_static_bot_arm64': [ 868 'android_cronet_gyp_debug_static_bot_arm64': [
867 'android', 'cronet', 'gyp', 'debug_static_bot', 'arm64' 869 'android', 'cronet', 'gyp', 'debug_static_bot', 'arm64'
868 ], 870 ],
869 871
870 'android_cronet_gyp_debug_static_bot_x86': [ 872 'android_cronet_gyp_debug_static_bot_x86': [
871 'android', 'cronet', 'gyp', 'debug_static_bot', 'x86' 873 'android', 'cronet', 'gyp', 'debug_static_bot', 'x86'
872 ], 874 ],
873 875
874 'android_cronet_gyp_debug_trybot': [
875 'android', 'cronet', 'gyp', 'debug_trybot'
876 ],
877
878 'android_cronet_gyp_release_bot_minimal_symbols': [ 876 'android_cronet_gyp_release_bot_minimal_symbols': [
879 'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'arm' 877 'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'arm'
880 ], 878 ],
881 879
882 'android_cronet_gyp_release_bot_minimal_symbols_arm64': [ 880 'android_cronet_gyp_release_bot_minimal_symbols_arm64': [
883 'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'arm64' 881 'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'arm64'
884 ], 882 ],
885 883
886 'android_cronet_gyp_release_bot_minimal_symbols_armv6': [ 884 'android_cronet_gyp_release_bot_minimal_symbols_armv6': [
887 'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'armv6' 885 'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'armv6'
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1757 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1760 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1758 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1761 }, 1759 },
1762 1760
1763 'valgrind': { 1761 'valgrind': {
1764 # TODO: add gn_args for 'build_for_tool=memcheck' 1762 # TODO: add gn_args for 'build_for_tool=memcheck'
1765 'gyp_defines': 'build_for_tool=memcheck', 1763 'gyp_defines': 'build_for_tool=memcheck',
1766 } 1764 }
1767 }, 1765 },
1768 } 1766 }
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