OLD | NEW |
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 }, | 362 }, |
363 { | 363 { |
364 'filename': 'PepperFlash/manifest.json', | 364 'filename': 'PepperFlash/manifest.json', |
365 'buildtype': ['official'], | 365 'buildtype': ['official'], |
366 }, | 366 }, |
367 # Widevine CDM adapter files: | 367 # Widevine CDM adapter files: |
368 { | 368 { |
369 'filename': 'widevinecdmadapter.dll', | 369 'filename': 'widevinecdmadapter.dll', |
370 'buildtype': ['official'], | 370 'buildtype': ['official'], |
371 }, | 371 }, |
372 # PDF Plugin files: | |
373 { | |
374 'filename': 'pdf.dll', | |
375 'buildtype': ['dev', 'official'], | |
376 'filegroup': ['default', 'symsrc'], | |
377 }, | |
378 # ANGLE files: | 372 # ANGLE files: |
379 { | 373 { |
380 'filename': 'D3DCompiler_47.dll', | 374 'filename': 'D3DCompiler_47.dll', |
381 'buildtype': ['dev', 'official'], | 375 'buildtype': ['dev', 'official'], |
382 }, | 376 }, |
383 { | 377 { |
384 'filename': 'libEGL.dll', | 378 'filename': 'libEGL.dll', |
385 'buildtype': ['dev', 'official'], | 379 'buildtype': ['dev', 'official'], |
386 'filegroup': ['default', 'symsrc'], | 380 'filegroup': ['default', 'symsrc'], |
387 }, | 381 }, |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'buildtype': ['dev', 'official'], | 696 'buildtype': ['dev', 'official'], |
703 'archive': 'chrome-win32-syms.zip', | 697 'archive': 'chrome-win32-syms.zip', |
704 }, | 698 }, |
705 { | 699 { |
706 'filename': 'nacl64.exe.pdb', | 700 'filename': 'nacl64.exe.pdb', |
707 'arch': ['32bit'], | 701 'arch': ['32bit'], |
708 'buildtype': ['dev', 'official'], | 702 'buildtype': ['dev', 'official'], |
709 'archive': 'chrome-win32-syms.zip', | 703 'archive': 'chrome-win32-syms.zip', |
710 }, | 704 }, |
711 { | 705 { |
712 'filename': 'pdf.dll.pdb', | |
713 'buildtype': ['dev', 'official'], | |
714 'archive': 'chrome-win32-syms.zip', | |
715 }, | |
716 { | |
717 'filename': 'setup.exe.pdb', | 706 'filename': 'setup.exe.pdb', |
718 'buildtype': ['dev', 'official'], | 707 'buildtype': ['dev', 'official'], |
719 'archive': 'chrome-win32-syms.zip', | 708 'archive': 'chrome-win32-syms.zip', |
720 }, | 709 }, |
721 # Partner API files. | 710 # Partner API files. |
722 { | 711 { |
723 'filename': 'gcapi_dll.dll', | 712 'filename': 'gcapi_dll.dll', |
724 'buildtype': ['dev', 'official'], | 713 'buildtype': ['dev', 'official'], |
725 }, | 714 }, |
726 # Chrome App Installer files (official build only): | 715 # Chrome App Installer files (official build only): |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
770 'arch': ['32bit'], | 759 'arch': ['32bit'], |
771 'buildtype': ['official'], | 760 'buildtype': ['official'], |
772 'archive': 'chrome-win32-nacl-irt-syms.zip', | 761 'archive': 'chrome-win32-nacl-irt-syms.zip', |
773 }, | 762 }, |
774 { | 763 { |
775 'filename': 'nacl_irt_x86_64.nexe.debug', | 764 'filename': 'nacl_irt_x86_64.nexe.debug', |
776 'buildtype': ['official'], | 765 'buildtype': ['official'], |
777 'archive': 'chrome-win32-nacl-irt-syms.zip', | 766 'archive': 'chrome-win32-nacl-irt-syms.zip', |
778 }, | 767 }, |
779 ] | 768 ] |
OLD | NEW |