| 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'filename': 'chrome_elf.dll.pdb', | 581 'filename': 'chrome_elf.dll.pdb', |
| 582 'buildtype': ['dev', 'official'], | 582 'buildtype': ['dev', 'official'], |
| 583 'archive': 'chrome-win32-syms.zip', | 583 'archive': 'chrome-win32-syms.zip', |
| 584 }, | 584 }, |
| 585 { | 585 { |
| 586 'filename': 'chrome.exe.pdb', | 586 'filename': 'chrome.exe.pdb', |
| 587 'buildtype': ['dev', 'official'], | 587 'buildtype': ['dev', 'official'], |
| 588 'archive': 'chrome-win32-syms.zip', | 588 'archive': 'chrome-win32-syms.zip', |
| 589 }, | 589 }, |
| 590 { | 590 { |
| 591 'filename': 'eventlog_provider.dll.pdb', |
| 592 'buildtype': ['dev', 'official'], |
| 593 'archive': 'chrome-win32-syms.zip', |
| 594 }, |
| 595 { |
| 591 'filename': 'libEGL.dll.pdb', | 596 'filename': 'libEGL.dll.pdb', |
| 592 'buildtype': ['dev', 'official'], | 597 'buildtype': ['dev', 'official'], |
| 593 'archive': 'chrome-win32-syms.zip', | 598 'archive': 'chrome-win32-syms.zip', |
| 594 }, | 599 }, |
| 595 { | 600 { |
| 596 'filename': 'libGLESv2.dll.pdb', | 601 'filename': 'libGLESv2.dll.pdb', |
| 597 'buildtype': ['dev', 'official'], | 602 'buildtype': ['dev', 'official'], |
| 598 'archive': 'chrome-win32-syms.zip', | 603 'archive': 'chrome-win32-syms.zip', |
| 599 }, | 604 }, |
| 600 { | 605 { |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 'archive': 'content-shell.zip', | 744 'archive': 'content-shell.zip', |
| 740 'optional': ['dev'], | 745 'optional': ['dev'], |
| 741 }, | 746 }, |
| 742 { | 747 { |
| 743 'filename': 'resources', | 748 'filename': 'resources', |
| 744 'buildtype': ['dev'], | 749 'buildtype': ['dev'], |
| 745 'archive': 'content-shell.zip', | 750 'archive': 'content-shell.zip', |
| 746 'optional': ['dev'], | 751 'optional': ['dev'], |
| 747 }, | 752 }, |
| 748 ] | 753 ] |
| OLD | NEW |