| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 { | 336 { |
| 337 'filename': 'WidevineCdm/manifest.json', | 337 'filename': 'WidevineCdm/manifest.json', |
| 338 'buildtype': ['official'], | 338 'buildtype': ['official'], |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdm.dll', | 341 'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdm.dll', |
| 342 'arch': ['32bit'], | 342 'arch': ['32bit'], |
| 343 'buildtype': ['official'], | 343 'buildtype': ['official'], |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdm.dll.sig', |
| 347 'arch': ['32bit'], |
| 348 'buildtype': ['official'], |
| 349 }, |
| 350 { |
| 346 'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdmadapter.dll', | 351 'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdmadapter.dll', |
| 347 'arch': ['32bit'], | 352 'arch': ['32bit'], |
| 348 'buildtype': ['official'], | 353 'buildtype': ['official'], |
| 349 }, | 354 }, |
| 350 { | 355 { |
| 351 'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdm.dll', | 356 'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdm.dll', |
| 352 'arch': ['64bit'], | 357 'arch': ['64bit'], |
| 353 'buildtype': ['official'], | 358 'buildtype': ['official'], |
| 354 }, | 359 }, |
| 355 { | 360 { |
| 361 'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdm.dll.sig', |
| 362 'arch': ['64bit'], |
| 363 'buildtype': ['official'], |
| 364 }, |
| 365 { |
| 356 'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdmadapter.dll', | 366 'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdmadapter.dll', |
| 357 'arch': ['64bit'], | 367 'arch': ['64bit'], |
| 358 'buildtype': ['official'], | 368 'buildtype': ['official'], |
| 359 }, | 369 }, |
| 360 # ANGLE files: | 370 # ANGLE files: |
| 361 { | 371 { |
| 362 'filename': 'D3DCompiler_47.dll', | 372 'filename': 'D3DCompiler_47.dll', |
| 363 'buildtype': ['dev', 'official'], | 373 'buildtype': ['dev', 'official'], |
| 364 }, | 374 }, |
| 365 { | 375 { |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'archive': 'content-shell.zip', | 741 'archive': 'content-shell.zip', |
| 732 'optional': ['dev'], | 742 'optional': ['dev'], |
| 733 }, | 743 }, |
| 734 { | 744 { |
| 735 'filename': 'resources', | 745 'filename': 'resources', |
| 736 'buildtype': ['dev'], | 746 'buildtype': ['dev'], |
| 737 'archive': 'content-shell.zip', | 747 'archive': 'content-shell.zip', |
| 738 'optional': ['dev'], | 748 'optional': ['dev'], |
| 739 }, | 749 }, |
| 740 ] | 750 ] |
| OLD | NEW |