| 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 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 | 1035 |
| 1036 'chromeos_with_codecs_release_trybot': [ | 1036 'chromeos_with_codecs_release_trybot': [ |
| 1037 'chromeos_with_codecs', 'x11_cros', 'release_trybot', | 1037 'chromeos_with_codecs', 'x11_cros', 'release_trybot', |
| 1038 ], | 1038 ], |
| 1039 | 1039 |
| 1040 'clang_debug_trybot_x86': [ | 1040 'clang_debug_trybot_x86': [ |
| 1041 'clang', 'debug_trybot', 'x86', | 1041 'clang', 'debug_trybot', 'x86', |
| 1042 ], | 1042 ], |
| 1043 | 1043 |
| 1044 'clang_debug_bot_minimal_symbols_x86': [ | 1044 'clang_debug_bot_minimal_symbols_x86': [ |
| 1045 # Now that the default win bots use clang, use a "clang" bot to make sure | 1045 'clang', 'debug_bot', 'minimal_symbols', 'x86', |
| 1046 # things stay compilable with msvc. TODO(thakis): Having a "clang" bot | |
| 1047 # check that is very confusing, so rename the bot to "msvc". | |
| 1048 'no_clang', 'debug_bot', 'minimal_symbols', 'x86', | |
| 1049 ], | 1046 ], |
| 1050 | 1047 |
| 1051 'clang_release_bot_minimal_symbols_x86': [ | 1048 'clang_release_bot_minimal_symbols_x86': [ |
| 1052 'clang', 'release_bot', 'minimal_symbols', 'x86', | 1049 'clang', 'release_bot', 'minimal_symbols', 'x86', |
| 1053 ], | 1050 ], |
| 1054 | 1051 |
| 1055 'clang_minimal_symbols_shared_release_bot_x86_dcheck': [ | 1052 'clang_minimal_symbols_shared_release_bot_x86_dcheck': [ |
| 1056 # Now that the default win bots use clang, use a "clang" bot to make sure | 1053 'clang', 'minimal_symbols', 'shared_release_bot', 'x86', 'dcheck_always_on
', |
| 1057 # things stay compilable with msvc. TODO(thakis): Having a "clang" bot | |
| 1058 # check that is very confusing, so rename the bot to "msvc". | |
| 1059 'no_clang', 'minimal_symbols', 'shared_release_bot', 'x86', 'dcheck_always
_on', | |
| 1060 ], | 1054 ], |
| 1061 | 1055 |
| 1062 'clang_official_release_bot_minimal_symbols': [ | 1056 'clang_official_release_bot_minimal_symbols': [ |
| 1063 # Now that the default win bots use clang, use a "clang" bot to make sure | 1057 'clang', 'official', 'release_bot', 'minimal_symbols', |
| 1064 # things stay compilable with msvc. TODO(thakis): Having a "clang" bot | |
| 1065 # check that is very confusing, so rename the bot to "msvc". | |
| 1066 'no_clang', 'official', 'release_bot', 'minimal_symbols', | |
| 1067 ], | 1058 ], |
| 1068 | 1059 |
| 1069 'clang_official_release_bot_minimal_symbols_x86': [ | 1060 'clang_official_release_bot_minimal_symbols_x86': [ |
| 1070 # Now that the default win bots use clang, use a "clang" bot to make sure | 1061 'clang', 'official', 'release_bot', 'minimal_symbols', 'x86', |
| 1071 # things stay compilable with msvc. TODO(thakis): Having a "clang" bot | |
| 1072 # check that is very confusing, so rename the bot to "msvc". | |
| 1073 'no_clang', 'official', 'release_bot', 'minimal_symbols', 'x86', | |
| 1074 ], | 1062 ], |
| 1075 | 1063 |
| 1076 'clang_official_optimize_release_bot_minimal_symbols_x86': [ | 1064 'clang_official_optimize_release_bot_minimal_symbols_x86': [ |
| 1077 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86', | 1065 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86', |
| 1078 ], | 1066 ], |
| 1079 | 1067 |
| 1080 'clang_official_release_trybot': [ | 1068 'clang_official_release_trybot': [ |
| 1081 'clang', 'official', 'release_trybot', | 1069 'clang', 'official', 'release_trybot', |
| 1082 ], | 1070 ], |
| 1083 | 1071 |
| 1084 'clang_official_release_trybot_x86': [ | 1072 'clang_official_release_trybot_x86': [ |
| 1085 'clang', 'official', 'release_trybot', 'x86', | 1073 'clang', 'official', 'release_trybot', 'x86', |
| 1086 ], | 1074 ], |
| 1087 | 1075 |
| 1088 'clang_shared_release_bot_dcheck': [ | 1076 'clang_shared_release_bot_dcheck': [ |
| 1089 # Now that the default win bots use clang, use a "clang" bot to make sure | 1077 'clang', 'shared_release_bot', 'dcheck_always_on', |
| 1090 # things stay compilable with msvc. TODO(thakis): Having a "clang" bot | |
| 1091 # check that is very confusing, so rename the bot to "msvc". | |
| 1092 'no_clang', 'shared_release_bot', 'dcheck_always_on', | |
| 1093 ], | 1078 ], |
| 1094 | 1079 |
| 1095 'clang_tot_asan_lsan_static_release': [ | 1080 'clang_tot_asan_lsan_static_release': [ |
| 1096 'clang_tot', 'asan', 'lsan', 'static', 'release', | 1081 'clang_tot', 'asan', 'lsan', 'static', 'release', |
| 1097 ], | 1082 ], |
| 1098 | 1083 |
| 1099 'clang_tot_edge_ubsan_no_recover_hack_static_release': [ | 1084 'clang_tot_edge_ubsan_no_recover_hack_static_release': [ |
| 1100 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release', | 1085 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release', |
| 1101 ], | 1086 ], |
| 1102 | 1087 |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 | 1490 |
| 1506 'v8_future_debug_bot': [ | 1491 'v8_future_debug_bot': [ |
| 1507 'v8_future', 'debug_bot', | 1492 'v8_future', 'debug_bot', |
| 1508 ], | 1493 ], |
| 1509 | 1494 |
| 1510 'v8_future_release_bot': [ | 1495 'v8_future_release_bot': [ |
| 1511 'v8_future', 'release_bot', | 1496 'v8_future', 'release_bot', |
| 1512 ], | 1497 ], |
| 1513 | 1498 |
| 1514 'win_clang_debug_bot': [ | 1499 'win_clang_debug_bot': [ |
| 1515 # Now that the default win bots use clang, use a "clang" bot to make sure | 1500 'clang', 'debug_bot', 'minimal_symbols', |
| 1516 # things stay compilable with msvc. TODO(thakis): Having a "clang" bot | |
| 1517 # check that is very confusing, so rename the bot to "msvc". | |
| 1518 'no_clang', 'debug_bot', 'minimal_symbols', | |
| 1519 ], | 1501 ], |
| 1520 | 1502 |
| 1521 'windows_analyze': [ | 1503 'windows_analyze': [ |
| 1522 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', | 1504 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', |
| 1523 ], | 1505 ], |
| 1524 }, | 1506 }, |
| 1525 | 1507 |
| 1526 # This is a dict mapping a given 'mixin' name to a dict of settings that | 1508 # This is a dict mapping a given 'mixin' name to a dict of settings that |
| 1527 # mb should use. See //tools/mb/docs/user_guide.md for more information. | 1509 # mb should use. See //tools/mb/docs/user_guide.md for more information. |
| 1528 'mixins': { | 1510 'mixins': { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1598 'cfi_full': { | 1580 'cfi_full': { |
| 1599 'gn_args': 'use_cfi_cast=true', | 1581 'gn_args': 'use_cfi_cast=true', |
| 1600 'mixins': ['cfi'], | 1582 'mixins': ['cfi'], |
| 1601 }, | 1583 }, |
| 1602 | 1584 |
| 1603 'cfi_diag': { | 1585 'cfi_diag': { |
| 1604 'gn_args': 'use_cfi_diag=true', | 1586 'gn_args': 'use_cfi_diag=true', |
| 1605 }, | 1587 }, |
| 1606 | 1588 |
| 1607 'chrome_pgo_phase_1': { | 1589 'chrome_pgo_phase_1': { |
| 1608 'gn_args': 'chrome_pgo_phase=1 is_clang=false', | 1590 'gn_args': 'chrome_pgo_phase=1', |
| 1609 }, | 1591 }, |
| 1610 | 1592 |
| 1611 'chrome_pgo_phase_2': { | 1593 'chrome_pgo_phase_2': { |
| 1612 'gn_args': 'chrome_pgo_phase=2 is_clang=false', | 1594 'gn_args': 'chrome_pgo_phase=2', |
| 1613 }, | 1595 }, |
| 1614 | 1596 |
| 1615 'chrome_with_codecs': { | 1597 'chrome_with_codecs': { |
| 1616 'mixins': ['ffmpeg_branding_chrome', 'proprietary_codecs'], | 1598 'mixins': ['ffmpeg_branding_chrome', 'proprietary_codecs'], |
| 1617 }, | 1599 }, |
| 1618 | 1600 |
| 1619 'chromeos': { | 1601 'chromeos': { |
| 1620 'gn_args': 'target_os="chromeos"', | 1602 'gn_args': 'target_os="chromeos"', |
| 1621 }, | 1603 }, |
| 1622 | 1604 |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1878 | 1860 |
| 1879 'static': { | 1861 'static': { |
| 1880 'gn_args': 'is_component_build=false', | 1862 'gn_args': 'is_component_build=false', |
| 1881 }, | 1863 }, |
| 1882 | 1864 |
| 1883 'system_gbm_libdrm': { | 1865 'system_gbm_libdrm': { |
| 1884 'gn_args': 'use_system_libdrm=true use_system_minigbm=true', | 1866 'gn_args': 'use_system_libdrm=true use_system_minigbm=true', |
| 1885 }, | 1867 }, |
| 1886 | 1868 |
| 1887 'syzyasan': { | 1869 'syzyasan': { |
| 1888 # TODO(thakis): Figure out SyzyASan + clang story. | 1870 'gn_args': 'is_syzyasan=true', |
| 1889 'gn_args': 'is_syzyasan=true is_clang=false', | |
| 1890 }, | 1871 }, |
| 1891 | 1872 |
| 1892 'thin_lto': { | 1873 'thin_lto': { |
| 1893 'gn_args': 'use_thin_lto=true', | 1874 'gn_args': 'use_thin_lto=true', |
| 1894 'mixins': ['lto'], | 1875 'mixins': ['lto'], |
| 1895 }, | 1876 }, |
| 1896 | 1877 |
| 1897 'tsan': { | 1878 'tsan': { |
| 1898 'gn_args': 'is_tsan=true', | 1879 'gn_args': 'is_tsan=true', |
| 1899 }, | 1880 }, |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1936 | 1917 |
| 1937 'x64': { | 1918 'x64': { |
| 1938 'gn_args': 'target_cpu="x64"', | 1919 'gn_args': 'target_cpu="x64"', |
| 1939 }, | 1920 }, |
| 1940 | 1921 |
| 1941 'x86': { | 1922 'x86': { |
| 1942 'gn_args': 'target_cpu="x86"', | 1923 'gn_args': 'target_cpu="x86"', |
| 1943 }, | 1924 }, |
| 1944 }, | 1925 }, |
| 1945 } | 1926 } |
| OLD | NEW |