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

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

Issue 2976533002: Update macOS FYI toolchain bot to compile with 10.12 SDK. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'CFI Linux Full': 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always _on_goma', 107 'CFI Linux Full': 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always _on_goma',
108 'CFI ThinLTO Linux ToT': 'cfi_thin_lto_clang_tot_full_symbols_release_stat ic_use_lld', 108 'CFI ThinLTO Linux ToT': 'cfi_thin_lto_clang_tot_full_symbols_release_stat ic_use_lld',
109 'Chromium Linux Goma Canary': 'release_bot', 109 'Chromium Linux Goma Canary': 'release_bot',
110 'Chromium Linux Goma Canary': 'release_bot', 110 'Chromium Linux Goma Canary': 'release_bot',
111 'Chromium Linux Goma Canary (clobber)': 'release_bot', 111 'Chromium Linux Goma Canary (clobber)': 'release_bot',
112 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot', 112 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot',
113 'Chromium Linux Precise Goma LinkTest': 'release_bot', 113 'Chromium Linux Precise Goma LinkTest': 'release_bot',
114 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', 114 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86',
115 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', 115 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot',
116 'Chromium Mac 10.11': 'release_bot', 116 'Chromium Mac 10.11': 'release_bot',
117 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_hermetic', 117 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_new_sdk',
118 'Chromium Mac 10.9 Goma Canary': 'release_bot', 118 'Chromium Mac 10.9 Goma Canary': 'release_bot',
119 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot', 119 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot',
120 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot', 120 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot',
121 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'debug_bot', 121 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'debug_bot',
122 'Chromium Mac Goma Canary LocalOutputCache': 'release_bot', 122 'Chromium Mac Goma Canary LocalOutputCache': 'release_bot',
123 'Chromium Win PGO Builder': { 123 'Chromium Win PGO Builder': {
124 '1': 'official_optimize_chrome_pgo_phase_1_x86', 124 '1': 'official_optimize_chrome_pgo_phase_1_x86',
125 '2': 'official_optimize_chrome_pgo_phase_2_x86', 125 '2': 'official_optimize_chrome_pgo_phase_2_x86',
126 }, 126 },
127 'Chromium Win x64 PGO Builder': { 127 'Chromium Win x64 PGO Builder': {
(...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 ], 1425 ],
1426 1426
1427 'release_bot_arm64': [ 1427 'release_bot_arm64': [
1428 'release_bot', 'arm64', 1428 'release_bot', 'arm64',
1429 ], 1429 ],
1430 1430
1431 'release_bot_chrome_with_codecs': [ 1431 'release_bot_chrome_with_codecs': [
1432 'release_bot', 'chrome_with_codecs', 1432 'release_bot', 'chrome_with_codecs',
1433 ], 1433 ],
1434 1434
1435 'release_bot_mac_hermetic': [ 1435 'release_bot_mac_new_sdk': [
1436 'release_bot', 'mac_hermetic_toolchain', 1436 'release_bot', 'mac_new_sdk',
1437 ], 1437 ],
1438 1438
1439 'release_bot_mac_strip': [ 1439 'release_bot_mac_strip': [
1440 'release_bot', 'mac_strip', 1440 'release_bot', 'mac_strip',
1441 ], 1441 ],
1442 1442
1443 'release_bot_x86': [ 1443 'release_bot_x86': [
1444 'release_bot', 'x86', 1444 'release_bot', 'x86',
1445 ], 1445 ],
1446 1446
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 }, 1768 },
1769 1769
1770 'gpu_fyi_tests': { 1770 'gpu_fyi_tests': {
1771 'mixins': ['gpu_tests', 'internal_gles2_conform_tests', 'angle_deqp_tests' ], 1771 'mixins': ['gpu_tests', 'internal_gles2_conform_tests', 'angle_deqp_tests' ],
1772 }, 1772 },
1773 1773
1774 'gpu_tests': { 1774 'gpu_tests': {
1775 'mixins': ['chrome_with_codecs'], 1775 'mixins': ['chrome_with_codecs'],
1776 }, 1776 },
1777 1777
1778 'mac_hermetic_toolchain': { 1778 'mac_new_sdk': {
1779 'gn_args': 'use_system_xcode=false', 1779 'gn_args': 'mac_sdk_min=10.12',
1780 }, 1780 },
1781 1781
1782 'headless': { 1782 'headless': {
1783 'args_file': '//build/args/headless.gn', 1783 'args_file': '//build/args/headless.gn',
1784 }, 1784 },
1785 1785
1786 'hybrid': { 1786 'hybrid': {
1787 'gn_args': 'v8_target_cpu="arm" target_cpu="x86"', 1787 'gn_args': 'v8_target_cpu="arm" target_cpu="x86"',
1788 'mixins': ['disable_nacl'], 1788 'mixins': ['disable_nacl'],
1789 }, 1789 },
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 1972
1973 'x64': { 1973 'x64': {
1974 'gn_args': 'target_cpu="x64"', 1974 'gn_args': 'target_cpu="x64"',
1975 }, 1975 },
1976 1976
1977 'x86': { 1977 'x86': {
1978 'gn_args': 'target_cpu="x86"', 1978 'gn_args': 'target_cpu="x86"',
1979 }, 1979 },
1980 }, 1980 },
1981 } 1981 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698