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

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

Issue 2629933003: Remove references to blimp from the build files. (Closed)
Patch Set: restore //build files Created 3 years, 11 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 'chromium.fyi': { 94 'chromium.fyi': {
95 'Afl Upload Linux ASan': 'release_afl_asan', 95 'Afl Upload Linux ASan': 'release_afl_asan',
96 'Android Cloud Tests': 'android_debug_static_bot_x86', 96 'Android Cloud Tests': 'android_debug_static_bot_x86',
97 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86', 97 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86',
98 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell', 98 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell',
99 'Android Builder Goma Canary (dbg)': 'android_debug_bot', 99 'Android Builder Goma Canary (dbg)': 'android_debug_bot',
100 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', 100 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls',
101 'Android deterministic (dbg)': 'android_debug_bot', 101 'Android deterministic (dbg)': 'android_debug_bot',
102 'Android x64 Tests': 'android_shared_release_bot_x64', 102 'Android x64 Tests': 'android_shared_release_bot_x64',
103 'Blimp Android Client':
104 '//build/args/bots/chromium.fyi/blimp_client_rel.gn',
105 'Blimp Linux Engine':
106 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn',
107 'Blimp Client Engine Integration': {
108 'client': '//build/args/bots/chromium.fyi/blimp_client_rel.gn',
109 'engine': '//build/args/bots/chromium.fyi/blimp_engine_rel.gn',
110 },
111 'Browser Side Navigation Linux': 'release_bot', 103 'Browser Side Navigation Linux': 'release_bot',
112 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', 104 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
113 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', 105 'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
114 'CFI Linux': 'cfi_release_static', 106 'CFI Linux': 'cfi_release_static',
115 'CFI Linux Full': 'cfi_full_release_static', 107 'CFI Linux Full': 'cfi_full_release_static',
116 'Chromium Linux Goma Canary': 'release_bot', 108 'Chromium Linux Goma Canary': 'release_bot',
117 'Chromium Linux Goma Canary (clobber)': 'release_bot', 109 'Chromium Linux Goma Canary (clobber)': 'release_bot',
118 'Chromium Linux Precise Goma LinkTest': 'release_bot', 110 'Chromium Linux Precise Goma LinkTest': 'release_bot',
119 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', 111 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86',
120 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', 112 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', 251 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan',
260 }, 252 },
261 253
262 'chromium.linux': { 254 'chromium.linux': {
263 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', 255 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64',
264 'Android Builder (dbg)': 'android_debug_static_bot', 256 'Android Builder (dbg)': 'android_debug_static_bot',
265 'Android Builder': 'android_release_bot_minimal_symbols', 257 'Android Builder': 'android_release_bot_minimal_symbols',
266 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb ug_bot_minimal_symbols', 258 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb ug_bot_minimal_symbols',
267 'Android Tests (dbg)': 'android_debug_static_bot', 259 'Android Tests (dbg)': 'android_debug_static_bot',
268 'Android Tests': 'android_release_bot_minimal_symbols', 260 'Android Tests': 'android_release_bot_minimal_symbols',
269 'Blimp Linux (dbg)': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn' ,
270 'Cast Android (dbg)': 'android_cast_debug_static_bot', 261 'Cast Android (dbg)': 'android_cast_debug_static_bot',
271 'Cast Linux': 'cast_release_bot', 262 'Cast Linux': 'cast_release_bot',
272 'Linux Builder (dbg)': 'debug_bot', 263 'Linux Builder (dbg)': 'debug_bot',
273 'Linux Builder (dbg)(32)': 'debug_bot_x86', 264 'Linux Builder (dbg)(32)': 'debug_bot_x86',
274 'Linux Builder': 'release_bot', 265 'Linux Builder': 'release_bot',
275 # Trusty bots. 266 # Trusty bots.
276 'Cast Linux Trusty': 'cast_release_bot', 267 'Cast Linux Trusty': 'cast_release_bot',
277 'Linux Builder Trusty (dbg)': 'debug_bot', 268 'Linux Builder Trusty (dbg)': 'debug_bot',
278 'Linux Builder Trusty (dbg)(32)': 'debug_bot_x86', 269 'Linux Builder Trusty (dbg)(32)': 'debug_bot_x86',
279 'Linux Builder Trusty': 'release_bot', 270 'Linux Builder Trusty': 'release_bot',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'WinClang64 (dbg)': 'win_clang_debug_bot', 406 'WinClang64 (dbg)': 'win_clang_debug_bot',
416 }, 407 },
417 408
418 'internal.client.kitchensync': { 409 'internal.client.kitchensync': {
419 'Linux Canary': 'debug_bot', 410 'Linux Canary': 'debug_bot',
420 'Linux Dev': 'debug_bot', 411 'Linux Dev': 'debug_bot',
421 'Mac Dev': 'debug_bot', 412 'Mac Dev': 'debug_bot',
422 'Windows Dev': 'debug_bot', 413 'Windows Dev': 'debug_bot',
423 }, 414 },
424 415
425 'official.android': {
426 'blimp-engine': '//build/args/bots/official.android/blimp-engine.gn',
427 },
428
429 'official.desktop': { 416 'official.desktop': {
430 'mac64': 'official', 417 'mac64': 'official',
431 'precise64': 'official', 418 'precise64': 'official',
432 419
433 # Currently the official bots set mini_installer_official_deps=1 420 # Currently the official bots set mini_installer_official_deps=1
434 # but it's not clear if that's actually used anywhere. 421 # but it's not clear if that's actually used anywhere.
435 'win': 'official_x86', 422 'win': 'official_x86',
436 'win-asan': 'official_syzyasan_x86', 423 'win-asan': 'official_syzyasan_x86',
437 'win-clang': 'official_clang_x86', 424 'win-clang': 'official_clang_x86',
438 'win-pgo': { 425 'win-pgo': {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'linux_angle_rel_ng': 'gpu_fyi_tests_release_trybot', 505 'linux_angle_rel_ng': 'gpu_fyi_tests_release_trybot',
519 'mac_angle_dbg_ng': 'gpu_fyi_tests_debug_trybot', 506 'mac_angle_dbg_ng': 'gpu_fyi_tests_debug_trybot',
520 'mac_angle_rel_ng': 'gpu_fyi_tests_release_trybot', 507 'mac_angle_rel_ng': 'gpu_fyi_tests_release_trybot',
521 'win_angle_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot_x86', 508 'win_angle_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot_x86',
522 'win_angle_rel_ng': 'gpu_tests_deqp_gles_release_trybot_x86', 509 'win_angle_rel_ng': 'gpu_tests_deqp_gles_release_trybot_x86',
523 'win_angle_x64_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot', 510 'win_angle_x64_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot',
524 'win_angle_x64_rel_ng': 'gpu_tests_deqp_gles_release_trybot', 511 'win_angle_x64_rel_ng': 'gpu_tests_deqp_gles_release_trybot',
525 }, 512 },
526 513
527 'tryserver.chromium.linux': { 514 'tryserver.chromium.linux': {
528 'blimp_linux_dbg': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn',
529 'Chromium Linux Codesearch Builder': 'codesearch', 515 'Chromium Linux Codesearch Builder': 'codesearch',
530 'ChromiumOS Codesearch Builder': 'codesearch', 516 'ChromiumOS Codesearch Builder': 'codesearch',
531 'cast_shell_linux': 'cast_release_trybot', 517 'cast_shell_linux': 'cast_release_trybot',
532 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk', 518 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk',
533 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk', 519 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk',
534 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk', 520 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk',
535 'closure_compilation': 'closure_compilation', 521 'closure_compilation': 'closure_compilation',
536 'linux_arm': 'release_trybot_arm', 522 'linux_arm': 'release_trybot_arm',
537 'linux_chromium_archive_rel_ng': 'release_bot', 523 'linux_chromium_archive_rel_ng': 'release_bot',
538 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', 524 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot',
(...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 1869
1884 'x64': { 1870 'x64': {
1885 'gn_args': 'target_cpu="x64"', 1871 'gn_args': 'target_cpu="x64"',
1886 }, 1872 },
1887 1873
1888 'x86': { 1874 'x86': {
1889 'gn_args': 'target_cpu="x86"', 1875 'gn_args': 'target_cpu="x86"',
1890 }, 1876 },
1891 }, 1877 },
1892 } 1878 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698