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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 { | 343 { |
344 'filename': 'PepperFlash/pepflashplayer.dll', | 344 'filename': 'PepperFlash/pepflashplayer.dll', |
345 'buildtype': ['official'], | 345 'buildtype': ['official'], |
346 }, | 346 }, |
347 { | 347 { |
348 'filename': 'PepperFlash/manifest.json', | 348 'filename': 'PepperFlash/manifest.json', |
349 'buildtype': ['official'], | 349 'buildtype': ['official'], |
350 }, | 350 }, |
351 # Widevine CDM adapter files: | 351 # Widevine CDM adapter files: |
352 { | 352 { |
353 'filename': 'widevinecdmadapter.dll', | 353 'filename': 'WidevineCdm/widevinecdmadapter.dll', |
354 'buildtype': ['official'], | 354 'buildtype': ['official'], |
355 }, | 355 }, |
356 # ANGLE files: | 356 # ANGLE files: |
357 { | 357 { |
358 'filename': 'D3DCompiler_47.dll', | 358 'filename': 'D3DCompiler_47.dll', |
359 'buildtype': ['dev', 'official'], | 359 'buildtype': ['dev', 'official'], |
360 }, | 360 }, |
361 { | 361 { |
362 'filename': 'libEGL.dll', | 362 'filename': 'libEGL.dll', |
363 'buildtype': ['dev', 'official'], | 363 'buildtype': ['dev', 'official'], |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'arch': ['32bit'], | 650 'arch': ['32bit'], |
651 'buildtype': ['official'], | 651 'buildtype': ['official'], |
652 'archive': 'chrome-win32-nacl-irt-syms.zip', | 652 'archive': 'chrome-win32-nacl-irt-syms.zip', |
653 }, | 653 }, |
654 { | 654 { |
655 'filename': 'nacl_irt_x86_64.nexe.debug', | 655 'filename': 'nacl_irt_x86_64.nexe.debug', |
656 'buildtype': ['official'], | 656 'buildtype': ['official'], |
657 'archive': 'chrome-win32-nacl-irt-syms.zip', | 657 'archive': 'chrome-win32-nacl-irt-syms.zip', |
658 }, | 658 }, |
659 ] | 659 ] |
OLD | NEW |