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

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

Issue 1475483002: Add an MB config for the blimp_engine official builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments/rationale for the blimp config Created 5 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 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 13 matching lines...) Expand all
24 'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'], 24 'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'],
25 'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'], 25 'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'],
26 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], 26 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
27 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'], 27 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
28 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'], 28 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'],
29 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], 29 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
30 'dev_gn_release': ['gn', 'release', 'shared'], 30 'dev_gn_release': ['gn', 'release', 'shared'],
31 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 31 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
32 'dev_gyp_release': ['gyp', 'release', 'shared'], 32 'dev_gyp_release': ['gyp', 'release', 'shared'],
33 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'], 33 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
34
35 # This is the "deployment" config for the blimp builds. Currently
36 # we want them to be debug, non-optimized builds (and we don't need any
37 # chrome branding), so we don't use the "official" mixin.
38 # We need chromeos and ozone to eliminate any dependencies on X11. We
39 # dont need aura as it is implied by chromeos and ozone.
40 'gn_blimp_debug': ['gn', 'chromeos', 'ozone', 'debug'],
41
34 'gn_debug_bot': ['gn', 'debug_bot'], 42 'gn_debug_bot': ['gn', 'debug_bot'],
35 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], 43 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'],
36 '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 '],
37 'gn_debug_static_bot': ['gn', 'debug_static_bot'], 45 'gn_debug_static_bot': ['gn', 'debug_static_bot'],
38 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'], 46 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'],
39 'gn_official': ['gn', 'official'], 47 'gn_official': ['gn', 'official'],
40 'gn_official_goma': ['gn', 'official', 'goma'], 48 'gn_official_goma': ['gn', 'official', 'goma'],
41 'gn_release_bot': ['gn', 'release_bot'], 49 'gn_release_bot': ['gn', 'release_bot'],
42 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'], 50 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'],
43 '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'],
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'Linux Builder-Trybot': 'swarming_gn_release_bot', 460 'Linux Builder-Trybot': 'swarming_gn_release_bot',
453 'Linux Tests': 'swarming_gn_release_bot', 461 'Linux Tests': 'swarming_gn_release_bot',
454 }, 462 },
455 'client.v8.fyi': { 463 'client.v8.fyi': {
456 'Linux Debug Builder': 'gn_debug_bot', 464 'Linux Debug Builder': 'gn_debug_bot',
457 'V8 Linux GN': 'gn_release_bot', 465 'V8 Linux GN': 'gn_release_bot',
458 'V8 Android GN (dbg)': 'android_gn_debug_bot', 466 'V8 Android GN (dbg)': 'android_gn_debug_bot',
459 }, 467 },
460 'official.desktop': { 468 'official.desktop': {
461 'precise64': 'gn_official', 469 'precise64': 'gn_official',
470 'blimp-engine': 'gn_blimp_debug',
462 }, 471 },
463 'official.desktop.continuous': { 472 'official.desktop.continuous': {
464 'precise64 trunk': 'gn_official', 473 'precise64 trunk': 'gn_official',
465 }, 474 },
466 'tryserver.blink': { 475 'tryserver.blink': {
467 'android_blink_compile_dbg': 'android_gyp_debug_bot', 476 'android_blink_compile_dbg': 'android_gyp_debug_bot',
468 'android_blink_compile_rel': 'android_gyp_release_trybot', 477 'android_blink_compile_rel': 'android_gyp_release_trybot',
469 'android_chromium_gn_compile_rel': 'android_gn_release_bot', 478 'android_chromium_gn_compile_rel': 'android_gn_release_bot',
470 'linux_chromium_gn_rel': 'gn_release_bot', 479 'linux_chromium_gn_rel': 'gn_release_bot',
471 }, 480 },
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 554 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
546 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 555 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
547 'win_clang_x64_dbg': 'win_clang_debug_bot', 556 'win_clang_x64_dbg': 'win_clang_debug_bot',
548 }, 557 },
549 'tryserver.v8': { 558 'tryserver.v8': {
550 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 559 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
551 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 560 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
552 }, 561 },
553 }, 562 },
554 } 563 }
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