| 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 27 matching lines...) Expand all Loading... |
| 38 'gn_blimp_debug': ['gn', 'chromeos', 'ozone', 'debug'], | 38 'gn_blimp_debug': ['gn', 'chromeos', 'ozone', 'debug'], |
| 39 | 39 |
| 40 'gn_cfi_release_bot': ['gn', 'cfi', 'release_bot'], | 40 'gn_cfi_release_bot': ['gn', 'cfi', 'release_bot'], |
| 41 'gn_cfi_release_trybot': ['gn', 'cfi', 'release_trybot'], | 41 'gn_cfi_release_trybot': ['gn', 'cfi', 'release_trybot'], |
| 42 'gn_debug_bot': ['gn', 'debug_bot'], | 42 'gn_debug_bot': ['gn', 'debug_bot'], |
| 43 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], | 43 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], |
| 44 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86
'], | 44 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86
'], |
| 45 'gn_debug_static_bot': ['gn', 'debug_static_bot'], | 45 'gn_debug_static_bot': ['gn', 'debug_static_bot'], |
| 46 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'], | 46 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'], |
| 47 'gn_official': ['gn', 'official'], | 47 'gn_official': ['gn', 'official'], |
| 48 'gn_official_cfi': ['gn', 'official', 'cfi'], | |
| 49 'gn_official_goma': ['gn', 'official', 'goma'], | 48 'gn_official_goma': ['gn', 'official', 'goma'], |
| 50 'gn_release_bot': ['gn', 'release_bot'], | 49 'gn_release_bot': ['gn', 'release_bot'], |
| 51 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'], | 50 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'], |
| 52 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols',
'x86'], | 51 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols',
'x86'], |
| 53 'gn_release_trybot': ['gn', 'release_trybot'], | 52 'gn_release_trybot': ['gn', 'release_trybot'], |
| 54 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], | 53 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], |
| 55 'gyp_debug_bot': ['gyp', 'debug_bot'], | 54 'gyp_debug_bot': ['gyp', 'debug_bot'], |
| 56 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'], | 55 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'], |
| 57 'gyp_official_goma': ['gyp', 'official', 'goma'], | 56 'gyp_official_goma': ['gyp', 'official', 'goma'], |
| 58 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'], | 57 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'], |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64', | 509 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64', |
| 511 'WebKit Linux Leak': 'swarming_gn_release_bot_x64', | 510 'WebKit Linux Leak': 'swarming_gn_release_bot_x64', |
| 512 'WebKit Linux Oilpan Leak': 'swarming_gn_oilpan_release_bot_x64', | 511 'WebKit Linux Oilpan Leak': 'swarming_gn_oilpan_release_bot_x64', |
| 513 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64', | 512 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64', |
| 514 'WebKit Linux Oilpan (dbg)': 'swarming_gn_oilpan_debug_bot_x64', | 513 'WebKit Linux Oilpan (dbg)': 'swarming_gn_oilpan_debug_bot_x64', |
| 515 'Android Builder': 'gyp_release_bot_android', | 514 'Android Builder': 'gyp_release_bot_android', |
| 516 'WebKit Android (Nexus4)': 'gyp_release_bot_android', | 515 'WebKit Android (Nexus4)': 'gyp_release_bot_android', |
| 517 }, | 516 }, |
| 518 'chromium.fyi': { | 517 'chromium.fyi': { |
| 519 'CFI Linux': 'gn_cfi_release_bot', | 518 'CFI Linux': 'gn_cfi_release_bot', |
| 520 'CFI Linux ToT': 'gn_official_cfi', | 519 'CFI Linux ToT': 'gn_cfi_release_bot', |
| 521 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 520 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
| 522 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot', | 521 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot', |
| 523 'Site Isolation Linux': 'gn_release_trybot', | 522 'Site Isolation Linux': 'gn_release_trybot', |
| 524 'Site Isolation Win': 'gyp_release_trybot_x64', | 523 'Site Isolation Win': 'gyp_release_trybot_x64', |
| 525 'Linux ARM': 'swarming_gyp_release_bot_arm', | 524 'Linux ARM': 'swarming_gyp_release_bot_arm', |
| 526 }, | 525 }, |
| 527 'chromium.webrtc.fyi': { | 526 'chromium.webrtc.fyi': { |
| 528 'Android GN': 'android_gn_release_bot', | 527 'Android GN': 'android_gn_release_bot', |
| 529 'Android GN (dbg)': 'android_gn_debug_bot', | 528 'Android GN (dbg)': 'android_gn_debug_bot', |
| 530 'Linux Builder': 'gn_release_bot', | 529 'Linux Builder': 'gn_release_bot', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 656 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 658 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 657 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
| 659 'win_clang_x64_dbg': 'win_clang_debug_bot', | 658 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 660 }, | 659 }, |
| 661 'tryserver.v8': { | 660 'tryserver.v8': { |
| 662 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 661 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 663 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 662 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 664 }, | 663 }, |
| 665 }, | 664 }, |
| 666 } | 665 } |
| OLD | NEW |