| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'filename': 'PepperFlash/manifest.json', | 307 'filename': 'PepperFlash/manifest.json', |
| 308 'buildtype': ['official'], | 308 'buildtype': ['official'], |
| 309 }, | 309 }, |
| 310 # PDF Plugin files: | 310 # PDF Plugin files: |
| 311 { | 311 { |
| 312 'filename': 'pdf.dll', | 312 'filename': 'pdf.dll', |
| 313 'buildtype': ['dev', 'official'], | 313 'buildtype': ['dev', 'official'], |
| 314 }, | 314 }, |
| 315 # ANGLE files: | 315 # ANGLE files: |
| 316 { | 316 { |
| 317 'filename': 'd3dx9_43.dll', | |
| 318 'buildtype': ['dev', 'official'], | |
| 319 }, | |
| 320 { | |
| 321 'filename': 'D3DCompiler_43.dll', | 317 'filename': 'D3DCompiler_43.dll', |
| 322 'buildtype': ['dev', 'official'], | 318 'buildtype': ['dev', 'official'], |
| 323 }, | 319 }, |
| 324 { | 320 { |
| 325 'filename': 'libEGL.dll', | 321 'filename': 'libEGL.dll', |
| 326 'buildtype': ['dev', 'official'], | 322 'buildtype': ['dev', 'official'], |
| 327 }, | 323 }, |
| 328 { | 324 { |
| 329 'filename': 'libGLESv2.dll', | 325 'filename': 'libGLESv2.dll', |
| 330 'buildtype': ['dev', 'official'], | 326 'buildtype': ['dev', 'official'], |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 'filename': 'syzygy/chrome.dll.pdb', | 637 'filename': 'syzygy/chrome.dll.pdb', |
| 642 'buildtype': ['official'], | 638 'buildtype': ['official'], |
| 643 'archive': 'chrome-win32-syms.zip', | 639 'archive': 'chrome-win32-syms.zip', |
| 644 }, | 640 }, |
| 645 { | 641 { |
| 646 'filename': 'syzygy/mini_installer.exe.pdb', | 642 'filename': 'syzygy/mini_installer.exe.pdb', |
| 647 'buildtype': ['official'], | 643 'buildtype': ['official'], |
| 648 'archive': 'chrome-win32-syms.zip', | 644 'archive': 'chrome-win32-syms.zip', |
| 649 }, | 645 }, |
| 650 ] | 646 ] |
| OLD | NEW |