| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'archive': 'policy_templates.zip', | 297 'archive': 'policy_templates.zip', |
| 298 }, | 298 }, |
| 299 { | 299 { |
| 300 'filename': 'resources.pak', | 300 'filename': 'resources.pak', |
| 301 'buildtype': ['dev', 'official'], | 301 'buildtype': ['dev', 'official'], |
| 302 }, | 302 }, |
| 303 { | 303 { |
| 304 'filename': 'wow_helper.exe', | 304 'filename': 'wow_helper.exe', |
| 305 'buildtype': ['dev', 'official'], | 305 'buildtype': ['dev', 'official'], |
| 306 }, | 306 }, |
| 307 # PNaCl translator (only for dev builds, components use for shipping). |
| 308 { |
| 309 'filename': 'pnacl', |
| 310 'buildtype': ['dev'], |
| 311 }, |
| 307 # Flash Player files: | 312 # Flash Player files: |
| 308 { | 313 { |
| 309 'filename': 'PepperFlash/pepflashplayer.dll', | 314 'filename': 'PepperFlash/pepflashplayer.dll', |
| 310 'buildtype': ['official'], | 315 'buildtype': ['official'], |
| 311 }, | 316 }, |
| 312 { | 317 { |
| 313 'filename': 'PepperFlash/manifest.json', | 318 'filename': 'PepperFlash/manifest.json', |
| 314 'buildtype': ['official'], | 319 'buildtype': ['official'], |
| 315 }, | 320 }, |
| 316 # Widevine CDM adapter files: | 321 # Widevine CDM adapter files: |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 'filename': 'nacl_irt_x86_32.nexe.debug', | 718 'filename': 'nacl_irt_x86_32.nexe.debug', |
| 714 'buildtype': ['official'], | 719 'buildtype': ['official'], |
| 715 'archive': 'chrome-win32-nacl-irt-syms.zip', | 720 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 716 }, | 721 }, |
| 717 { | 722 { |
| 718 'filename': 'nacl_irt_x86_64.nexe.debug', | 723 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 719 'buildtype': ['official'], | 724 'buildtype': ['official'], |
| 720 'archive': 'chrome-win32-nacl-irt-syms.zip', | 725 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 721 }, | 726 }, |
| 722 ] | 727 ] |
| OLD | NEW |