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

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

Issue 2060333002: [Cronet] Enforce ARMv7 Cronet doesn't inadvertently use ARM Neon instructions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 | « components/cronet/tools/cr_cronet.py ('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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'debug_trybot', 1042 'debug_trybot',
1043 ], 1043 ],
1044 1044
1045 'android_clang_tot_asan': [ 1045 'android_clang_tot_asan': [
1046 'android_without_codecs', 'clang_tot', 'asan', 'gn', 1046 'android_without_codecs', 'clang_tot', 'asan', 'gn',
1047 'shared', 'debug', 'minimal_symbols', 1047 'shared', 'debug', 'minimal_symbols',
1048 ], 1048 ],
1049 1049
1050 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols': [ 1050 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols': [
1051 'android', 'cronet', 'data_reduction_proxy', 'gn', 1051 'android', 'cronet', 'data_reduction_proxy', 'gn',
1052 'release_bot_minimal_symbols', 'arm' 1052 'release_bot_minimal_symbols', 'arm_no_neon'
1053 ], 1053 ],
1054 1054
1055 'android_cronet_gn_debug_static_bot': [ 1055 'android_cronet_gn_debug_static_bot': [
1056 'android', 'cronet', 'gn', 'debug_static_bot', 'arm' 1056 'android', 'cronet', 'gn', 'debug_static_bot', 'arm_no_neon'
1057 ], 1057 ],
1058 1058
1059 'android_cronet_gn_debug_static_bot_arm64': [ 1059 'android_cronet_gn_debug_static_bot_arm64': [
1060 'android', 'cronet', 'gn', 'debug_static_bot', 'arm64' 1060 'android', 'cronet', 'gn', 'debug_static_bot', 'arm64'
1061 ], 1061 ],
1062 1062
1063 'android_cronet_gn_debug_static_bot_x86': [ 1063 'android_cronet_gn_debug_static_bot_x86': [
1064 'android', 'cronet', 'gn', 'debug_static_bot', 'x86' 1064 'android', 'cronet', 'gn', 'debug_static_bot', 'x86'
1065 ], 1065 ],
1066 1066
1067 'android_cronet_gn_release_bot_minimal_symbols': [ 1067 'android_cronet_gn_release_bot_minimal_symbols': [
1068 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm' 1068 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm_no_neon'
1069 ], 1069 ],
1070 1070
1071 'android_cronet_gn_release_bot_minimal_symbols_arm64': [ 1071 'android_cronet_gn_release_bot_minimal_symbols_arm64': [
1072 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm64' 1072 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm64'
1073 ], 1073 ],
1074 1074
1075 'android_cronet_gn_release_bot_minimal_symbols_armv6': [ 1075 'android_cronet_gn_release_bot_minimal_symbols_armv6': [
1076 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'armv6' 1076 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'armv6'
1077 ], 1077 ],
1078 1078
1079 'android_cronet_gn_release_bot_minimal_symbols_clang_asan': [ 1079 'android_cronet_gn_release_bot_minimal_symbols_clang_asan': [
1080 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm', 'clang', 1080 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm_no_neon',
1081 'asan' 1081 'clang', 'asan'
1082 ], 1082 ],
1083 1083
1084 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [ 1084 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [
1085 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel' 1085 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel'
1086 ], 1086 ],
1087 1087
1088 'android_cronet_gn_release_bot_minimal_symbols_x86': [ 1088 'android_cronet_gn_release_bot_minimal_symbols_x86': [
1089 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86' 1089 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86'
1090 ], 1090 ],
1091 1091
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 'angle_deqp_tests': { 2018 'angle_deqp_tests': {
2019 'gyp_defines': 'build_angle_deqp_tests=1', 2019 'gyp_defines': 'build_angle_deqp_tests=1',
2020 'gn_args': 'build_angle_deqp_tests=true', 2020 'gn_args': 'build_angle_deqp_tests=true',
2021 }, 2021 },
2022 2022
2023 'arm': { 2023 'arm': {
2024 'gn_args': 'target_cpu="arm"', 2024 'gn_args': 'target_cpu="arm"',
2025 'gyp_defines': 'target_arch=arm', 2025 'gyp_defines': 'target_arch=arm',
2026 }, 2026 },
2027 2027
2028 'arm_no_neon': {
2029 'mixins': ['arm'],
2030 'gn_args': 'arm_use_neon=false',
2031 'gyp_defines': 'arm_neon=0',
2032 },
2033
2028 'arm64': { 2034 'arm64': {
2029 'gn_args': 'target_cpu="arm64"', 2035 'gn_args': 'target_cpu="arm64"',
2030 'gyp_defines': 'target_arch=arm64', 2036 'gyp_defines': 'target_arch=arm64',
2031 }, 2037 },
2032 2038
2033 'armv6': { 2039 'armv6': {
2034 'gn_args': 'arm_version=6', 2040 'gn_args': 'arm_version=6',
2035 'gyp_defines': 'arm_version=6', 2041 'gyp_defines': 'arm_version=6',
2036 }, 2042 },
2037 2043
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 }, 2463 },
2458 2464
2459 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2465 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2460 2466
2461 'drmemory': { 2467 'drmemory': {
2462 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2468 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2463 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2469 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2464 }, 2470 },
2465 }, 2471 },
2466 } 2472 }
OLDNEW
« no previous file with comments | « components/cronet/tools/cr_cronet.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698