Chromium Code Reviews| 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 685 { | 685 { |
| 686 'filename': 'ppGoogleNaClPluginChrome.dll.pdb', | 686 'filename': 'ppGoogleNaClPluginChrome.dll.pdb', |
| 687 'buildtype': ['dev', 'official'], | 687 'buildtype': ['dev', 'official'], |
| 688 'archive': 'chrome-win32-syms.zip', | 688 'archive': 'chrome-win32-syms.zip', |
| 689 }, | 689 }, |
| 690 { | 690 { |
| 691 'filename': 'setup.exe.pdb', | 691 'filename': 'setup.exe.pdb', |
| 692 'buildtype': ['dev', 'official'], | 692 'buildtype': ['dev', 'official'], |
| 693 'archive': 'chrome-win32-syms.zip', | 693 'archive': 'chrome-win32-syms.zip', |
| 694 }, | 694 }, |
| 695 { | |
|
grt (UTC plus 2)
2014/04/25 19:30:18
how about moving this up a few lines so that it's
tommi (sloooow) - chröme
2014/04/26 07:37:23
Done.
| |
| 696 'filename': 'libpeerconnection.dll.pdb', | |
| 697 'buildtype': ['dev', 'official'], | |
| 698 'archive': 'chrome-win32-syms.zip', | |
| 699 'optional': ['dev', 'official'], | |
| 700 }, | |
| 695 # PDB files for Syzygy modified binaries. Only add to this section if you | 701 # PDB files for Syzygy modified binaries. Only add to this section if you |
| 696 # know what you're doing! The build configuration has to be modified to run | 702 # know what you're doing! The build configuration has to be modified to run |
| 697 # Syzygy on the target in question before adding a staging dependency here! | 703 # Syzygy on the target in question before adding a staging dependency here! |
| 698 { | 704 { |
| 699 'filename': 'syzygy/chrome.dll.pdb', | 705 'filename': 'syzygy/chrome.dll.pdb', |
| 700 'arch': ['32bit'], | 706 'arch': ['32bit'], |
| 701 'buildtype': ['dev', 'official'], | 707 'buildtype': ['dev', 'official'], |
| 702 'archive': 'chrome-win32-syms.zip', | 708 'archive': 'chrome-win32-syms.zip', |
| 703 'optional': ['dev'], | 709 'optional': ['dev'], |
| 704 }, | 710 }, |
| (...skipping 23 matching lines...) Expand all Loading... | |
| 728 'arch': ['32bit'], | 734 'arch': ['32bit'], |
| 729 'buildtype': ['official'], | 735 'buildtype': ['official'], |
| 730 'archive': 'chrome-win32-nacl-irt-syms.zip', | 736 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 731 }, | 737 }, |
| 732 { | 738 { |
| 733 'filename': 'nacl_irt_x86_64.nexe.debug', | 739 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 734 'buildtype': ['official'], | 740 'buildtype': ['official'], |
| 735 'archive': 'chrome-win32-nacl-irt-syms.zip', | 741 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 736 }, | 742 }, |
| 737 ] | 743 ] |
| OLD | NEW |