| 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 { | 5 { |
| 6 # This is the list of configs that you can pass to mb; each config | 6 # This is the list of configs that you can pass to mb; each config |
| 7 # represents a particular combination of GYP_DEFINES/gn args that | 7 # represents a particular combination of GYP_DEFINES/gn args that |
| 8 # we must support. A given config *may* be platform-specific but | 8 # we must support. A given config *may* be platform-specific but |
| 9 # is not necessarily so (i.e., we might have mac, win, and linux | 9 # is not necessarily so (i.e., we might have mac, win, and linux |
| 10 # bots all using the 'gn_release_bot' config). | 10 # bots all using the 'gn_release_bot' config). |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'gyp_official_goma': ['gyp', 'official', 'goma'], | 48 'gyp_official_goma': ['gyp', 'official', 'goma'], |
| 49 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'], | 49 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'], |
| 50 'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'], | 50 'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'], |
| 51 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi
nimal_symbols', 'android'], | 51 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi
nimal_symbols', 'android'], |
| 52 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma
', 'minimal_symbols', 'android', 'arm64'], | 52 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma
', 'minimal_symbols', 'android', 'arm64'], |
| 53 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x64'], | 53 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x64'], |
| 54 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x86'], | 54 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x86'], |
| 55 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'], | 55 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'], |
| 56 'gyp_release_trybot': ['gyp', 'release_trybot'], | 56 'gyp_release_trybot': ['gyp', 'release_trybot'], |
| 57 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'], | 57 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'], |
| 58 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan'], | 58 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_
codecs'], |
| 59 | 59 |
| 60 # This is just for completeness; any bot that uses this config should never
actually run MB. | 60 # This is just for completeness; any bot that uses this config should never
actually run MB. |
| 61 'none': ['none'], | 61 'none': ['none'], |
| 62 | 62 |
| 63 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], | 63 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], |
| 64 'noswarming_gyp_release_bot_linux_dump_symbols': ['noswarming', 'gyp', 'rele
ase_bot', 'linux_dump_symbols'], | 64 'noswarming_gyp_release_bot_linux_dump_symbols': ['noswarming', 'gyp', 'rele
ase_bot', 'linux_dump_symbols'], |
| 65 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot',
'mac_strip'], | 65 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot',
'mac_strip'], |
| 66 'noswarming_gyp_release_bot_x86_linux_dump_symbols': ['noswarming', 'gyp', '
release_bot', 'x86', 'linux_dump_symbols'], | 66 'noswarming_gyp_release_bot_x86_linux_dump_symbols': ['noswarming', 'gyp', '
release_bot', 'x86', 'linux_dump_symbols'], |
| 67 | 67 |
| 68 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea
se_trybot'], | 68 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea
se_trybot'], |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'noswarming': { | 285 'noswarming': { |
| 286 'gn_args': '', | 286 'gn_args': '', |
| 287 'gyp_defines': 'test_isolation_mode=noop', | 287 'gyp_defines': 'test_isolation_mode=noop', |
| 288 }, | 288 }, |
| 289 | 289 |
| 290 'official': { | 290 'official': { |
| 291 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false', | 291 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false', |
| 292 'gyp_defines': 'branding=Chrome buildtype=Official', | 292 'gyp_defines': 'branding=Chrome buildtype=Official', |
| 293 }, | 293 }, |
| 294 | 294 |
| 295 'proprietary_codecs': { |
| 296 'gn_args': 'proprietary_codecs=1', |
| 297 'gyp_defines': 'proprietary_codecs=1', |
| 298 }, |
| 299 |
| 295 'release': { | 300 'release': { |
| 296 'gn_args': 'is_debug=false', | 301 'gn_args': 'is_debug=false', |
| 297 }, | 302 }, |
| 298 | 303 |
| 299 'release_bot': { | 304 'release_bot': { |
| 300 'mixins': ['release', 'static', 'goma'], | 305 'mixins': ['release', 'static', 'goma'], |
| 301 }, | 306 }, |
| 302 | 307 |
| 303 'release_bot_minimal_symbols': { | 308 'release_bot_minimal_symbols': { |
| 304 'mixins': ['release_bot', 'minimal_symbols'], | 309 'mixins': ['release_bot', 'minimal_symbols'], |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 551 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 547 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 552 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
| 548 'win_clang_x64_dbg': 'win_clang_debug_bot', | 553 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 549 }, | 554 }, |
| 550 'tryserver.v8': { | 555 'tryserver.v8': { |
| 551 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 556 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 552 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 557 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 553 }, | 558 }, |
| 554 }, | 559 }, |
| 555 } | 560 } |
| OLD | NEW |