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

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

Issue 2480573003: Add ozone_platform_gbm=true to Ozone Linux bot (Closed)
Patch Set: Created 4 years, 1 month 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 { 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 'optimize_for_fuzzing': { 1720 'optimize_for_fuzzing': {
1721 'gn_args': 'optimize_for_fuzzing=true', 1721 'gn_args': 'optimize_for_fuzzing=true',
1722 }, 1722 },
1723 1723
1724 'ozone': { 1724 'ozone': {
1725 'gn_args': 'use_ozone=true', 1725 'gn_args': 'use_ozone=true',
1726 }, 1726 },
1727 1727
1728 'ozone_linux': { 1728 'ozone_linux': {
1729 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true ' 1729 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true '
1730 'ozone_platform_x11=true enable_package_mash_services=true ' 1730 'ozone_platform_x11=true ozone_platform_gbm=true '
1731 'use_ash=false'), 1731 'enable_package_mash_services=true use_ash=false'),
1732 }, 1732 },
1733 1733
1734 'pdf_xfa': { 1734 'pdf_xfa': {
1735 'gn_args': 'pdf_enable_xfa=true', 1735 'gn_args': 'pdf_enable_xfa=true',
1736 }, 1736 },
1737 1737
1738 # Note: This is probably not what you want to use. Instead use one of the 1738 # Note: This is probably not what you want to use. Instead use one of the
1739 # chrome_with_codecs or chromeos_with_codecs mixins. 1739 # chrome_with_codecs or chromeos_with_codecs mixins.
1740 'proprietary_codecs': { 1740 'proprietary_codecs': {
1741 'gn_args': 'proprietary_codecs=true', 1741 'gn_args': 'proprietary_codecs=true',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 'gn_args': 'target_cpu="x86"', 1825 'gn_args': 'target_cpu="x86"',
1826 }, 1826 },
1827 1827
1828 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1828 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1829 1829
1830 'drmemory': { 1830 'drmemory': {
1831 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1831 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1832 }, 1832 },
1833 }, 1833 },
1834 } 1834 }
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