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

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: disable neon on bots Created 4 years, 5 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
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 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'debug_trybot', 927 'debug_trybot',
928 ], 928 ],
929 929
930 'android_clang_tot_asan': [ 930 'android_clang_tot_asan': [
931 'android_without_codecs', 'clang_tot', 'asan', 'gn', 931 'android_without_codecs', 'clang_tot', 'asan', 'gn',
932 'shared', 'debug', 'minimal_symbols', 932 'shared', 'debug', 'minimal_symbols',
933 ], 933 ],
934 934
935 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols': [ 935 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols': [
936 'android', 'cronet', 'data_reduction_proxy', 'gn', 936 'android', 'cronet', 'data_reduction_proxy', 'gn',
937 'release_bot_minimal_symbols', 'arm' 937 'release_bot_minimal_symbols', 'arm_no_neon'
938 ], 938 ],
939 939
940 'android_cronet_gn_debug_static_bot': [ 940 'android_cronet_gn_debug_static_bot': [
941 'android', 'cronet', 'gn', 'debug_static_bot', 'arm' 941 'android', 'cronet', 'gn', 'debug_static_bot', 'arm_no_neon'
942 ], 942 ],
943 943
944 'android_cronet_gn_debug_static_bot_arm64': [ 944 'android_cronet_gn_debug_static_bot_arm64': [
945 'android', 'cronet', 'gn', 'debug_static_bot', 'arm64' 945 'android', 'cronet', 'gn', 'debug_static_bot', 'arm64'
946 ], 946 ],
947 947
948 'android_cronet_gn_debug_static_bot_x86': [ 948 'android_cronet_gn_debug_static_bot_x86': [
949 'android', 'cronet', 'gn', 'debug_static_bot', 'x86' 949 'android', 'cronet', 'gn', 'debug_static_bot', 'x86'
950 ], 950 ],
951 951
952 'android_cronet_gn_release_bot_minimal_symbols': [ 952 'android_cronet_gn_release_bot_minimal_symbols': [
953 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm' 953 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm_no_neon'
954 ], 954 ],
955 955
956 'android_cronet_gn_release_bot_minimal_symbols_arm64': [ 956 'android_cronet_gn_release_bot_minimal_symbols_arm64': [
957 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm64' 957 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm64'
958 ], 958 ],
959 959
960 'android_cronet_gn_release_bot_minimal_symbols_armv6': [ 960 'android_cronet_gn_release_bot_minimal_symbols_armv6': [
961 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'armv6' 961 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'armv6'
962 ], 962 ],
963 963
964 'android_cronet_gn_release_bot_minimal_symbols_clang_asan': [ 964 'android_cronet_gn_release_bot_minimal_symbols_clang_asan': [
965 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm', 'clang', 965 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'arm_no_neon',
966 'asan' 966 'clang', 'asan'
967 ], 967 ],
968 968
969 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [ 969 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [
970 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel' 970 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel'
971 ], 971 ],
972 972
973 'android_cronet_gn_release_bot_minimal_symbols_x86': [ 973 'android_cronet_gn_release_bot_minimal_symbols_x86': [
974 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86' 974 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86'
975 ], 975 ],
976 976
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 'angle_deqp_tests': { 1889 'angle_deqp_tests': {
1890 'gyp_defines': 'build_angle_deqp_tests=1', 1890 'gyp_defines': 'build_angle_deqp_tests=1',
1891 'gn_args': 'build_angle_deqp_tests=true', 1891 'gn_args': 'build_angle_deqp_tests=true',
1892 }, 1892 },
1893 1893
1894 'arm': { 1894 'arm': {
1895 'gn_args': 'target_cpu="arm"', 1895 'gn_args': 'target_cpu="arm"',
1896 'gyp_defines': 'target_arch=arm', 1896 'gyp_defines': 'target_arch=arm',
1897 }, 1897 },
1898 1898
1899 'arm_no_neon': {
1900 'gn_args': 'target_cpu="arm" arm_use_neon=false',
jbudorick 2016/07/19 18:49:16 I don't think this should duplicate the arm parame
pauljensen 2016/07/20 15:04:38 Done.
1901 'gyp_defines': 'target_arch=arm arm_neon=0',
1902 },
1903
1899 'arm64': { 1904 'arm64': {
1900 'gn_args': 'target_cpu="arm64"', 1905 'gn_args': 'target_cpu="arm64"',
1901 'gyp_defines': 'target_arch=arm64', 1906 'gyp_defines': 'target_arch=arm64',
1902 }, 1907 },
1903 1908
1904 'armv6': { 1909 'armv6': {
1905 'gn_args': 'arm_version=6', 1910 'gn_args': 'arm_version=6',
1906 'gyp_defines': 'arm_version=6', 1911 'gyp_defines': 'arm_version=6',
1907 }, 1912 },
1908 1913
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
2312 }, 2317 },
2313 2318
2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2319 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2315 2320
2316 'drmemory': { 2321 'drmemory': {
2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2322 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2323 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2319 }, 2324 },
2320 }, 2325 },
2321 } 2326 }
OLDNEW
« components/cronet/tools/check_no_neon.py ('K') | « components/cronet/tools/cr_cronet.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698