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

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

Issue 1881823002: Support references to args files in MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mb_write_args_file
Patch Set: fix indent Created 4 years, 8 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 | « tools/mb/mb.py ('k') | tools/mb/mb_unittest.py » ('j') | 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 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'Win 7 Tests x64 (1)': 'none', 556 'Win 7 Tests x64 (1)': 'none',
557 'Win10 Tests x64': 'none', 557 'Win10 Tests x64': 'none',
558 'Win7 (32) Tests': 'none', 558 'Win7 (32) Tests': 'none',
559 'Win7 Tests (1)': 'none', 559 'Win7 Tests (1)': 'none',
560 'Win7 Tests (dbg)(1)': 'none', 560 'Win7 Tests (dbg)(1)': 'none',
561 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', 561 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
562 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 562 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
563 }, 563 },
564 564
565 'official.desktop': { 565 'official.desktop': {
566 'blimp-engine': 'gn_blimp_debug', 566 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
567 'mac64': 'gyp_official', 567 'mac64': 'gyp_official',
568 'precise64': 'gn_official', 568 'precise64': 'gn_official',
569 569
570 # Currently the official bots set mini_installer_official_deps=1 570 # Currently the official bots set mini_installer_official_deps=1
571 # but it's not clear if that's actually used anywhere. 571 # but it's not clear if that's actually used anywhere.
572 'win': 'gyp_official', 572 'win': 'gyp_official',
573 'win-asan': 'gyp_official_syzyasan', 573 'win-asan': 'gyp_official_syzyasan',
574 'win-pgo': 'gyp_official_winpgo', 574 'win-pgo': 'gyp_official_winpgo',
575 'win64': 'gyp_official_x64', 575 'win64': 'gyp_official_x64',
576 'win64-pgo': 'gyp_official_winpgo_x64', 576 'win64-pgo': 'gyp_official_winpgo_x64',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 1009
1010 # The 'findit' config is used by the *_variable_* bots, which run 1010 # The 'findit' config is used by the *_variable_* bots, which run
1011 # the 'FindIt' recipes and code to bisect failures that happen on the 1011 # the 'FindIt' recipes and code to bisect failures that happen on the
1012 # other waterfall bots. The findit recipes actually override and 1012 # other waterfall bots. The findit recipes actually override and
1013 # re-use the configs from the matching waterfall bots, and so it should 1013 # re-use the configs from the matching waterfall bots, and so it should
1014 # be an error if MB ever sees an actual *_variable_* bot name. 1014 # be an error if MB ever sees an actual *_variable_* bot name.
1015 'findit': [ 1015 'findit': [
1016 'error', 1016 'error',
1017 ], 1017 ],
1018 1018
1019 # This is the "deployment" config for the blimp builds. Currently
1020 # we want them to be debug, non-optimized builds (and we don't need any
1021 # chrome branding), so we don't use the "official" mixin.
1022 'gn_blimp_debug': [
1023 'gn', 'blimp', 'debug',
1024 ],
1025
1026 'gn_cfi_release_bot': [ 1019 'gn_cfi_release_bot': [
1027 'gn', 'cfi', 'release_bot', 1020 'gn', 'cfi', 'release_bot',
1028 ], 1021 ],
1029 1022
1030 'gn_cfi_release_trybot': [ 1023 'gn_cfi_release_trybot': [
1031 'gn', 'cfi', 'release_trybot', 1024 'gn', 'cfi', 'release_trybot',
1032 ], 1025 ],
1033 1026
1034 'gn_cfi_diag_release_bot': [ 1027 'gn_cfi_diag_release_bot': [
1035 'gn', 'cfi', 'cfi_diag', 'release_bot', 1028 'gn', 'cfi', 'cfi_diag', 'release_bot',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 'armv6': { 1550 'armv6': {
1558 'gn_args': 'arm_version=6', 1551 'gn_args': 'arm_version=6',
1559 'gyp_defines': 'arm_version=6', 1552 'gyp_defines': 'arm_version=6',
1560 }, 1553 },
1561 1554
1562 'asan': { 1555 'asan': {
1563 'gn_args': 'is_asan=true', 1556 'gn_args': 'is_asan=true',
1564 'gyp_defines': 'asan=1', 1557 'gyp_defines': 'asan=1',
1565 }, 1558 },
1566 1559
1567 # Removes dependencies on X11 and audio libraries for a containerized
1568 # build.
1569 'blimp': {
1570 # This list must be kept in sync with the list in
1571 # //build/args/blimp_engine.gn.
1572 'gn_args': ('use_aura=true use_ozone=true ozone_auto_platforms=false '
1573 'ozone_platform="headless" ozone_platform_headless=true '
1574 'metrics_use_blimp=true '
1575 'use_low_quality_image_interpolation=true use_alsa=false '
1576 'use_pulseaudio=false use_cups=false use_glib=false'),
1577 'gyp_defines': 'target_arch=unknown',
1578 },
1579
1580 'cast': { 1560 'cast': {
1581 'gn_args': 'is_chromecast=true', 1561 'gn_args': 'is_chromecast=true',
1582 'gyp_defines': 'chromecast=1', 1562 'gyp_defines': 'chromecast=1',
1583 }, 1563 },
1584 1564
1585 'cfi': { 1565 'cfi': {
1586 'gn_args': 'is_cfi=true', 1566 'gn_args': 'is_cfi=true',
1587 'gyp_defines': 'cfi_vptr=1', 1567 'gyp_defines': 'cfi_vptr=1',
1588 }, 1568 },
1589 1569
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1858 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1838 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1859 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1839 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1860 }, 1840 },
1861 1841
1862 'valgrind': { 1842 'valgrind': {
1863 # TODO: add gn_args for 'build_for_tool=memcheck' 1843 # TODO: add gn_args for 'build_for_tool=memcheck'
1864 'gyp_defines': 'build_for_tool=memcheck', 1844 'gyp_defines': 'build_for_tool=memcheck',
1865 } 1845 }
1866 }, 1846 },
1867 } 1847 }
OLDNEW
« no previous file with comments | « tools/mb/mb.py ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698