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

Side by Side Diff: chrome/tools/build/win/FILES.cfg

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « chrome/test/kasko/syzyasan_integration_test.py ('k') | components/crash/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is a buildbot configuration file containing a tagged list of files 8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are: 9 # processed by the stage/archive scripts. The known tags are:
10 # 10 #
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'buildtype': ['dev', 'official'], 514 'buildtype': ['dev', 'official'],
515 'archive': 'syzygy/chrome.packed.7z', 515 'archive': 'syzygy/chrome.packed.7z',
516 'optional': ['dev', 'official'], 516 'optional': ['dev', 'official'],
517 }, 517 },
518 { 518 {
519 'filename': 'syzygy/syzyasan_rtl.dll', 519 'filename': 'syzygy/syzyasan_rtl.dll',
520 'arch': ['32bit'], 520 'arch': ['32bit'],
521 'buildtype': ['dev', 'official'], 521 'buildtype': ['dev', 'official'],
522 'optional': ['dev', 'official'], 522 'optional': ['dev', 'official'],
523 }, 523 },
524 {
525 'filename': 'kasko.dll',
526 'arch': ['32bit'],
527 'buildtype': ['dev', 'official'],
528 'optional': ['dev', 'official'],
529 },
530 # Test binaries for external QA: 524 # Test binaries for external QA:
531 { 525 {
532 'filename': 'interactive_ui_tests.exe', 526 'filename': 'interactive_ui_tests.exe',
533 'buildtype': ['dev', 'official'], 527 'buildtype': ['dev', 'official'],
534 'optional': ['dev', 'official'], 528 'optional': ['dev', 'official'],
535 }, 529 },
536 # Installer files (official build only): 530 # Installer files (official build only):
537 { 531 {
538 'filename': 'setup.exe', 532 'filename': 'setup.exe',
539 'buildtype': ['official'], 533 'buildtype': ['official'],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'optional': ['dev', 'official'], 659 'optional': ['dev', 'official'],
666 }, 660 },
667 { 661 {
668 'filename': 'syzygy/syzyasan_rtl.dll.pdb', 662 'filename': 'syzygy/syzyasan_rtl.dll.pdb',
669 'arch': ['32bit'], 663 'arch': ['32bit'],
670 'buildtype': ['dev', 'official'], 664 'buildtype': ['dev', 'official'],
671 'archive': 'chrome-win32-syms.zip', 665 'archive': 'chrome-win32-syms.zip',
672 'optional': ['dev', 'official'], 666 'optional': ['dev', 'official'],
673 }, 667 },
674 { 668 {
675 'filename': 'kasko.dll.pdb',
676 'arch': ['32bit'],
677 'buildtype': ['dev', 'official'],
678 'archive': 'chrome-win32-syms.zip',
679 'optional': ['dev', 'official'],
680 },
681 {
682 'filename': 'nacl_irt_x86_32.nexe.debug', 669 'filename': 'nacl_irt_x86_32.nexe.debug',
683 'arch': ['32bit'], 670 'arch': ['32bit'],
684 'buildtype': ['official'], 671 'buildtype': ['official'],
685 'archive': 'chrome-win32-nacl-irt-syms.zip', 672 'archive': 'chrome-win32-nacl-irt-syms.zip',
686 }, 673 },
687 { 674 {
688 'filename': 'nacl_irt_x86_64.nexe.debug', 675 'filename': 'nacl_irt_x86_64.nexe.debug',
689 'buildtype': ['official'], 676 'buildtype': ['official'],
690 'archive': 'chrome-win32-nacl-irt-syms.zip', 677 'archive': 'chrome-win32-nacl-irt-syms.zip',
691 }, 678 },
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'archive': 'content-shell.zip', 731 'archive': 'content-shell.zip',
745 'optional': ['dev'], 732 'optional': ['dev'],
746 }, 733 },
747 { 734 {
748 'filename': 'resources', 735 'filename': 'resources',
749 'buildtype': ['dev'], 736 'buildtype': ['dev'],
750 'archive': 'content-shell.zip', 737 'archive': 'content-shell.zip',
751 'optional': ['dev'], 738 'optional': ['dev'],
752 }, 739 },
753 ] 740 ]
OLDNEW
« no previous file with comments | « chrome/test/kasko/syzyasan_integration_test.py ('k') | components/crash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698