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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 'Android GN': 'android_gn_release_bot', | 518 'Android GN': 'android_gn_release_bot', |
519 'Android GN (dbg)': 'android_gn_debug_bot', | 519 'Android GN (dbg)': 'android_gn_debug_bot', |
520 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot', | 520 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot', |
521 }, | 521 }, |
522 'chromium.mac': { | 522 'chromium.mac': { |
523 'Mac GN': 'gn_release_bot', | 523 'Mac GN': 'gn_release_bot', |
524 'Mac GN (dbg)': 'gn_debug_static_bot', | 524 'Mac GN (dbg)': 'gn_debug_static_bot', |
525 }, | 525 }, |
526 'chromium.mojo': { | 526 'chromium.mojo': { |
527 'Chromium Mojo Android': 'android_gn_release_bot', | 527 'Chromium Mojo Android': 'android_gn_release_bot', |
528 'Chromium Mojo Linux Perf': 'gn_release_bot', | |
529 'Chromium Mojo Android Nexus5 Perf': 'android_gn_release_bot', | |
530 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86', | 528 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86', |
531 'Chromium Mojo Linux': 'gn_release_bot', | 529 'Chromium Mojo Linux': 'gn_release_bot', |
532 'Chromium Mojo Windows 7 Perf': 'gn_release_bot_minimal_symbols_x86', | |
533 }, | 530 }, |
534 'chromium.perf': { | 531 'chromium.perf': { |
535 'Android Builder': 'gn_official_goma_minimal_symbols_android', | 532 'Android Builder': 'gn_official_goma_minimal_symbols_android', |
536 'Android arm64 Builder': 'gn_official_goma_minimal_symbols_android_arm64', | 533 'Android arm64 Builder': 'gn_official_goma_minimal_symbols_android_arm64', |
537 'Win Builder': 'gyp_official_goma_minimal_symbols_x86', | 534 'Win Builder': 'gyp_official_goma_minimal_symbols_x86', |
538 'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64', | 535 'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64', |
539 'Mac Builder': 'gyp_official_goma', | 536 'Mac Builder': 'gyp_official_goma', |
540 'Linux Builder': 'gn_official_goma', | 537 'Linux Builder': 'gn_official_goma', |
541 }, | 538 }, |
542 'chromium.win': { | 539 'chromium.win': { |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 792 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
796 'win_clang_x64_dbg': 'win_clang_debug_bot', | 793 'win_clang_x64_dbg': 'win_clang_debug_bot', |
797 }, | 794 }, |
798 'tryserver.v8': { | 795 'tryserver.v8': { |
799 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 796 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
800 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 797 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
801 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', | 798 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', |
802 }, | 799 }, |
803 }, | 800 }, |
804 } | 801 } |
OLD | NEW |