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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 { | 356 { |
357 'filename': 'FlashPlayerCPLApp.cpl', | 357 'filename': 'FlashPlayerCPLApp.cpl', |
358 'arch': ['32bit', '64bit'], | 358 'arch': ['32bit', '64bit'], |
359 'buildtype': ['official'], | 359 'buildtype': ['official'], |
360 }, | 360 }, |
361 { | 361 { |
362 'filename': 'FlashPlayerApp.exe', | 362 'filename': 'FlashPlayerApp.exe', |
363 'arch': ['32bit', '64bit'], | 363 'arch': ['32bit', '64bit'], |
364 'buildtype': ['official'], | 364 'buildtype': ['official'], |
365 }, | 365 }, |
| 366 { |
| 367 'filename': 'PepperFlash/pepflashplayer.dll', |
| 368 'arch': ['32bit', '64bit'], |
| 369 'buildtype': ['official'], |
| 370 }, |
| 371 { |
| 372 'filename': 'PepperFlash/manifest.json', |
| 373 'arch': ['32bit', '64bit'], |
| 374 'buildtype': ['official'], |
| 375 }, |
366 # PDF Plugin files: | 376 # PDF Plugin files: |
367 { | 377 { |
368 'filename': 'pdf.dll', | 378 'filename': 'pdf.dll', |
369 'arch': ['32bit', '64bit'], | 379 'arch': ['32bit', '64bit'], |
370 'buildtype': ['dev', 'official'], | 380 'buildtype': ['dev', 'official'], |
371 }, | 381 }, |
372 # ANGLE files: | 382 # ANGLE files: |
373 { | 383 { |
374 'filename': 'd3dx9_43.dll', | 384 'filename': 'd3dx9_43.dll', |
375 'arch': ['32bit', '64bit'], | 385 'arch': ['32bit', '64bit'], |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 'filegroup': ['symbols'], | 659 'filegroup': ['symbols'], |
650 }, | 660 }, |
651 { | 661 { |
652 'filename': 'syzygy/mini_installer.pdb', | 662 'filename': 'syzygy/mini_installer.pdb', |
653 'arch': ['32bit', '64bit'], | 663 'arch': ['32bit', '64bit'], |
654 'buildtype': ['official'], | 664 'buildtype': ['official'], |
655 'archive': 'chrome-win32-syms.zip', | 665 'archive': 'chrome-win32-syms.zip', |
656 'filegroup': ['symbols'], | 666 'filegroup': ['symbols'], |
657 }, | 667 }, |
658 ] | 668 ] |
OLD | NEW |