| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'arch': ['32bit', '64bit'], | 367 'arch': ['32bit', '64bit'], |
| 368 'buildtype': ['dev', 'official'], | 368 'buildtype': ['dev', 'official'], |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 'filename': 'wow_helper.exe', | 371 'filename': 'wow_helper.exe', |
| 372 'arch': ['32bit', '64bit'], | 372 'arch': ['32bit', '64bit'], |
| 373 'buildtype': ['dev', 'official'], | 373 'buildtype': ['dev', 'official'], |
| 374 }, | 374 }, |
| 375 # Flash Player files: | 375 # Flash Player files: |
| 376 { | 376 { |
| 377 'filename': 'gcswf32.dll', | |
| 378 'arch': ['32bit', '64bit'], | |
| 379 'buildtype': ['official'], | |
| 380 }, | |
| 381 { | |
| 382 'filename': 'plugin.vch', | |
| 383 'arch': ['32bit', '64bit'], | |
| 384 'buildtype': ['official'], | |
| 385 }, | |
| 386 { | |
| 387 'filename': 'FlashPlayerCPLApp.cpl', | |
| 388 'arch': ['32bit', '64bit'], | |
| 389 'buildtype': ['official'], | |
| 390 }, | |
| 391 { | |
| 392 'filename': 'FlashPlayerApp.exe', | |
| 393 'arch': ['32bit', '64bit'], | |
| 394 'buildtype': ['official'], | |
| 395 }, | |
| 396 { | |
| 397 'filename': 'PepperFlash/pepflashplayer.dll', | 377 'filename': 'PepperFlash/pepflashplayer.dll', |
| 398 'arch': ['32bit', '64bit'], | 378 'arch': ['32bit', '64bit'], |
| 399 'buildtype': ['official'], | 379 'buildtype': ['official'], |
| 400 }, | 380 }, |
| 401 { | 381 { |
| 402 'filename': 'PepperFlash/manifest.json', | 382 'filename': 'PepperFlash/manifest.json', |
| 403 'arch': ['32bit', '64bit'], | 383 'arch': ['32bit', '64bit'], |
| 404 'buildtype': ['official'], | 384 'buildtype': ['official'], |
| 405 }, | 385 }, |
| 406 # PDF Plugin files: | 386 # PDF Plugin files: |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'buildtype': ['official'], | 771 'buildtype': ['official'], |
| 792 'archive': 'chrome-win32-syms.zip', | 772 'archive': 'chrome-win32-syms.zip', |
| 793 }, | 773 }, |
| 794 { | 774 { |
| 795 'filename': 'syzygy/mini_installer.pdb', | 775 'filename': 'syzygy/mini_installer.pdb', |
| 796 'arch': ['32bit', '64bit'], | 776 'arch': ['32bit', '64bit'], |
| 797 'buildtype': ['official'], | 777 'buildtype': ['official'], |
| 798 'archive': 'chrome-win32-syms.zip', | 778 'archive': 'chrome-win32-syms.zip', |
| 799 }, | 779 }, |
| 800 ] | 780 ] |
| OLD | NEW |