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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'filename': 'libGLESv2.dll', | 372 'filename': 'libGLESv2.dll', |
373 'buildtype': ['dev', 'official'], | 373 'buildtype': ['dev', 'official'], |
374 }, | 374 }, |
375 # XInput files: | 375 # XInput files: |
376 { | 376 { |
377 'filename': 'xinput1_3.dll', | 377 'filename': 'xinput1_3.dll', |
378 'buildtype': ['dev', 'official'], | 378 'buildtype': ['dev', 'official'], |
379 }, | 379 }, |
380 # Native Client plugin files: | 380 # Native Client plugin files: |
381 { | 381 { |
382 'filename': 'ppGoogleNaClPluginChrome.dll', | |
383 'buildtype': ['dev', 'official'], | |
384 'filegroup': ['default', 'symsrc'], | |
385 }, | |
386 { | |
387 'filename': 'nacl_irt_x86_32.nexe', | 382 'filename': 'nacl_irt_x86_32.nexe', |
388 'arch': ['32bit'], | 383 'arch': ['32bit'], |
389 'buildtype': ['dev', 'official'], | 384 'buildtype': ['dev', 'official'], |
390 }, | 385 }, |
391 { | 386 { |
392 'filename': 'nacl_irt_x86_64.nexe', | 387 'filename': 'nacl_irt_x86_64.nexe', |
393 'buildtype': ['dev', 'official'], | 388 'buildtype': ['dev', 'official'], |
394 }, | 389 }, |
395 # Remoting files: | 390 # Remoting files: |
396 { | 391 { |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 'arch': ['32bit'], | 689 'arch': ['32bit'], |
695 'buildtype': ['dev', 'official'], | 690 'buildtype': ['dev', 'official'], |
696 'archive': 'chrome-win32-syms.zip', | 691 'archive': 'chrome-win32-syms.zip', |
697 }, | 692 }, |
698 { | 693 { |
699 'filename': 'pdf.dll.pdb', | 694 'filename': 'pdf.dll.pdb', |
700 'buildtype': ['dev', 'official'], | 695 'buildtype': ['dev', 'official'], |
701 'archive': 'chrome-win32-syms.zip', | 696 'archive': 'chrome-win32-syms.zip', |
702 }, | 697 }, |
703 { | 698 { |
704 'filename': 'ppGoogleNaClPluginChrome.dll.pdb', | |
705 'buildtype': ['dev', 'official'], | |
706 'archive': 'chrome-win32-syms.zip', | |
707 }, | |
708 { | |
709 'filename': 'setup.exe.pdb', | 699 'filename': 'setup.exe.pdb', |
710 'buildtype': ['dev', 'official'], | 700 'buildtype': ['dev', 'official'], |
711 'archive': 'chrome-win32-syms.zip', | 701 'archive': 'chrome-win32-syms.zip', |
712 }, | 702 }, |
713 # PDB files for Syzygy modified binaries. Only add to this section if you | 703 # PDB files for Syzygy modified binaries. Only add to this section if you |
714 # know what you're doing! The build configuration has to be modified to run | 704 # know what you're doing! The build configuration has to be modified to run |
715 # Syzygy on the target in question before adding a staging dependency here! | 705 # Syzygy on the target in question before adding a staging dependency here! |
716 { | 706 { |
717 'filename': 'syzygy/chrome.dll.pdb', | 707 'filename': 'syzygy/chrome.dll.pdb', |
718 'arch': ['32bit'], | 708 'arch': ['32bit'], |
(...skipping 27 matching lines...) Expand all Loading... |
746 'arch': ['32bit'], | 736 'arch': ['32bit'], |
747 'buildtype': ['official'], | 737 'buildtype': ['official'], |
748 'archive': 'chrome-win32-nacl-irt-syms.zip', | 738 'archive': 'chrome-win32-nacl-irt-syms.zip', |
749 }, | 739 }, |
750 { | 740 { |
751 'filename': 'nacl_irt_x86_64.nexe.debug', | 741 'filename': 'nacl_irt_x86_64.nexe.debug', |
752 'buildtype': ['official'], | 742 'buildtype': ['official'], |
753 'archive': 'chrome-win32-nacl-irt-syms.zip', | 743 'archive': 'chrome-win32-nacl-irt-syms.zip', |
754 }, | 744 }, |
755 ] | 745 ] |
OLD | NEW |