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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'arch': ['32bit'], | 633 'arch': ['32bit'], |
634 'buildtype': ['official'], | 634 'buildtype': ['official'], |
635 'archive': 'chrome-win32-nacl-irt-syms.zip', | 635 'archive': 'chrome-win32-nacl-irt-syms.zip', |
636 }, | 636 }, |
637 { | 637 { |
638 'filename': 'nacl_irt_x86_64.nexe.debug', | 638 'filename': 'nacl_irt_x86_64.nexe.debug', |
639 'buildtype': ['official'], | 639 'buildtype': ['official'], |
640 'archive': 'chrome-win32-nacl-irt-syms.zip', | 640 'archive': 'chrome-win32-nacl-irt-syms.zip', |
641 }, | 641 }, |
642 ] | 642 ] |
OLD | NEW |