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

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

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

Powered by Google App Engine
This is Rietveld 408576698