| OLD | NEW |
| 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 | 10 |
| (...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 | 944 |
| 945 'asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ | 945 'asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ |
| 946 'clang', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot',
'x86', | 946 'clang', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot',
'x86', |
| 947 ], | 947 ], |
| 948 | 948 |
| 949 'asan_fuzzer_v8_heap_release_bot_x86': [ | 949 'asan_fuzzer_v8_heap_release_bot_x86': [ |
| 950 'clang', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', | 950 'clang', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', |
| 951 ], | 951 ], |
| 952 | 952 |
| 953 'asan_lsan_chromeos_release_trybot': [ | 953 'asan_lsan_chromeos_release_trybot': [ |
| 954 'asan', 'lsan', 'chromeos', 'release_trybot', | 954 'asan', 'lsan', 'chromeos', 'x11_cros', 'release_trybot', |
| 955 ], | 955 ], |
| 956 | 956 |
| 957 'asan_lsan_edge_debug_bot': [ | 957 'asan_lsan_edge_debug_bot': [ |
| 958 'asan', 'lsan', 'edge', 'debug_bot', | 958 'asan', 'lsan', 'edge', 'debug_bot', |
| 959 ], | 959 ], |
| 960 | 960 |
| 961 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ | 961 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ |
| 962 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', 'release_bot', | 962 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', 'release_bot', |
| 963 ], | 963 ], |
| 964 | 964 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 | 1016 |
| 1017 'chrome_with_codecs_blink_logging_release_trybot': [ | 1017 'chrome_with_codecs_blink_logging_release_trybot': [ |
| 1018 'chrome_with_codecs', 'blink_logging', 'release_trybot', | 1018 'chrome_with_codecs', 'blink_logging', 'release_trybot', |
| 1019 ], | 1019 ], |
| 1020 | 1020 |
| 1021 'chrome_with_codecs_blink_logging_release_trybot_x86': [ | 1021 'chrome_with_codecs_blink_logging_release_trybot_x86': [ |
| 1022 'chrome_with_codecs', 'blink_logging', 'release_trybot', 'x86', | 1022 'chrome_with_codecs', 'blink_logging', 'release_trybot', 'x86', |
| 1023 ], | 1023 ], |
| 1024 | 1024 |
| 1025 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ | 1025 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ |
| 1026 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', | 1026 'chromeos', 'x11_cros', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'rele
ase_bot', |
| 1027 ], | 1027 ], |
| 1028 | 1028 |
| 1029 'chromeos_msan_release_bot': [ | 1029 'chromeos_msan_release_bot': [ |
| 1030 'chromeos', 'msan', 'release_bot', | 1030 'chromeos', 'x11_cros', 'msan', 'release_bot', |
| 1031 ], | 1031 ], |
| 1032 | 1032 |
| 1033 'chromeos_with_codecs_debug_bot': [ | 1033 'chromeos_with_codecs_debug_bot': [ |
| 1034 'chromeos_with_codecs', 'debug_bot', | 1034 'chromeos_with_codecs', 'x11_cros', 'debug_bot', |
| 1035 ], | 1035 ], |
| 1036 | 1036 |
| 1037 'chromeos_with_codecs_debug_trybot': [ | 1037 'chromeos_with_codecs_debug_trybot': [ |
| 1038 'chromeos_with_codecs', 'debug_trybot', | 1038 'chromeos_with_codecs', 'x11_cros', 'debug_trybot', |
| 1039 ], | 1039 ], |
| 1040 | 1040 |
| 1041 'chromeos_with_codecs_ozone_release_bot': [ | 1041 'chromeos_with_codecs_ozone_release_bot': [ |
| 1042 'chromeos_with_codecs', 'ozone', 'release_bot', | 1042 'chromeos_with_codecs', 'ozone', 'release_bot', |
| 1043 ], | 1043 ], |
| 1044 | 1044 |
| 1045 'chromeos_with_codecs_ozone_release_trybot': [ | 1045 'chromeos_with_codecs_ozone_release_trybot': [ |
| 1046 'chromeos_with_codecs', 'ozone', 'release_trybot', | 1046 'chromeos_with_codecs', 'ozone', 'release_trybot', |
| 1047 ], | 1047 ], |
| 1048 | 1048 |
| 1049 'chromeos_with_codecs_release_bot': [ | 1049 'chromeos_with_codecs_release_bot': [ |
| 1050 'chromeos_with_codecs', 'release_bot', | 1050 'chromeos_with_codecs', 'x11_cros', 'release_bot', |
| 1051 ], | 1051 ], |
| 1052 | 1052 |
| 1053 'chromeos_with_codecs_release_trybot': [ | 1053 'chromeos_with_codecs_release_trybot': [ |
| 1054 'chromeos_with_codecs', 'release_trybot', | 1054 'chromeos_with_codecs', 'x11_cros', 'release_trybot', |
| 1055 ], | 1055 ], |
| 1056 | 1056 |
| 1057 'clang_debug_trybot_x86': [ | 1057 'clang_debug_trybot_x86': [ |
| 1058 'clang', 'debug_trybot', 'x86', | 1058 'clang', 'debug_trybot', 'x86', |
| 1059 ], | 1059 ], |
| 1060 | 1060 |
| 1061 'clang_debug_bot_minimal_symbols_x86': [ | 1061 'clang_debug_bot_minimal_symbols_x86': [ |
| 1062 'clang', 'debug_bot', 'minimal_symbols', 'x86', | 1062 'clang', 'debug_bot', 'minimal_symbols', 'x86', |
| 1063 ], | 1063 ], |
| 1064 | 1064 |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1198 | 1198 |
| 1199 'debug_trybot_x86': [ | 1199 'debug_trybot_x86': [ |
| 1200 'debug_trybot', 'x86', | 1200 'debug_trybot', 'x86', |
| 1201 ], | 1201 ], |
| 1202 | 1202 |
| 1203 'gpu_fyi_tests_chromeos_ozone_release_trybot': [ | 1203 'gpu_fyi_tests_chromeos_ozone_release_trybot': [ |
| 1204 'gpu_fyi_tests', 'release_trybot', 'ozone', 'ozone_linux', 'system_gbm_lib
drm', | 1204 'gpu_fyi_tests', 'release_trybot', 'ozone', 'ozone_linux', 'system_gbm_lib
drm', |
| 1205 ], | 1205 ], |
| 1206 | 1206 |
| 1207 'gpu_fyi_tests_chromeos_release_trybot': [ | 1207 'gpu_fyi_tests_chromeos_release_trybot': [ |
| 1208 'gpu_fyi_tests', 'release_trybot', 'chromeos', | 1208 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'x11_cros', |
| 1209 ], | 1209 ], |
| 1210 | 1210 |
| 1211 'gpu_fyi_tests_debug_trybot': [ | 1211 'gpu_fyi_tests_debug_trybot': [ |
| 1212 'gpu_fyi_tests', 'debug_trybot', | 1212 'gpu_fyi_tests', 'debug_trybot', |
| 1213 ], | 1213 ], |
| 1214 | 1214 |
| 1215 'gpu_fyi_tests_release_trybot': [ | 1215 'gpu_fyi_tests_release_trybot': [ |
| 1216 'gpu_fyi_tests', 'release_trybot', | 1216 'gpu_fyi_tests', 'release_trybot', |
| 1217 ], | 1217 ], |
| 1218 | 1218 |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1341 | 1341 |
| 1342 'official_clang_x86': [ | 1342 'official_clang_x86': [ |
| 1343 'clang', 'official', 'x86', | 1343 'clang', 'official', 'x86', |
| 1344 ], | 1344 ], |
| 1345 | 1345 |
| 1346 'official_goma': [ | 1346 'official_goma': [ |
| 1347 'official', 'goma', | 1347 'official', 'goma', |
| 1348 ], | 1348 ], |
| 1349 | 1349 |
| 1350 'official_goma_chromeos': [ | 1350 'official_goma_chromeos': [ |
| 1351 'official', 'goma', 'chromeos', | 1351 'official', 'goma', 'chromeos', 'x11_cros', |
| 1352 ], | 1352 ], |
| 1353 | 1353 |
| 1354 'official_goma_thin_lto_use_lld': [ | 1354 'official_goma_thin_lto_use_lld': [ |
| 1355 'official', 'goma', 'thin_lto', 'use_lld', | 1355 'official', 'goma', 'thin_lto', 'use_lld', |
| 1356 ], | 1356 ], |
| 1357 | 1357 |
| 1358 'official_goma_minimal_symbols_android': [ | 1358 'official_goma_minimal_symbols_android': [ |
| 1359 'official', 'goma', 'minimal_symbols', 'android', | 1359 'official', 'goma', 'minimal_symbols', 'android', |
| 1360 ], | 1360 ], |
| 1361 | 1361 |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1799 }, | 1799 }, |
| 1800 | 1800 |
| 1801 'no_pch': { | 1801 'no_pch': { |
| 1802 'gn_args': 'enable_precompiled_headers=false', | 1802 'gn_args': 'enable_precompiled_headers=false', |
| 1803 }, | 1803 }, |
| 1804 | 1804 |
| 1805 'no_symbols': { | 1805 'no_symbols': { |
| 1806 'gn_args': 'symbol_level=0', | 1806 'gn_args': 'symbol_level=0', |
| 1807 }, | 1807 }, |
| 1808 | 1808 |
| 1809 'x11_cros': { |
| 1810 # When use_ozone=false then use_x11=true. |
| 1811 'gn_args': 'use_ozone=false', |
| 1812 }, |
| 1813 |
| 1809 'official': { | 1814 'official': { |
| 1810 'mixins': ['official_optimize'], | 1815 'mixins': ['official_optimize'], |
| 1811 'gn_args': 'is_chrome_branded=true', | 1816 'gn_args': 'is_chrome_branded=true', |
| 1812 }, | 1817 }, |
| 1813 | 1818 |
| 1814 'official_optimize': { | 1819 'official_optimize': { |
| 1815 'gn_args': 'is_official_build=true is_debug=false', | 1820 'gn_args': 'is_official_build=true is_debug=false', |
| 1816 }, | 1821 }, |
| 1817 | 1822 |
| 1818 'optimize_for_fuzzing': { | 1823 'optimize_for_fuzzing': { |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1926 | 1931 |
| 1927 'x64': { | 1932 'x64': { |
| 1928 'gn_args': 'target_cpu="x64"', | 1933 'gn_args': 'target_cpu="x64"', |
| 1929 }, | 1934 }, |
| 1930 | 1935 |
| 1931 'x86': { | 1936 'x86': { |
| 1932 'gn_args': 'target_cpu="x86"', | 1937 'gn_args': 'target_cpu="x86"', |
| 1933 }, | 1938 }, |
| 1934 }, | 1939 }, |
| 1935 } | 1940 } |
| OLD | NEW |