| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 'filename': 'theme_resources_standard.pak', | 350 'filename': 'theme_resources_standard.pak', |
| 351 'arch': ['32bit', '64bit'], | 351 'arch': ['32bit', '64bit'], |
| 352 'buildtype': ['dev', 'official'], | 352 'buildtype': ['dev', 'official'], |
| 353 }, | 353 }, |
| 354 { | 354 { |
| 355 'filename': 'theme_resources_2x.pak', | 355 'filename': 'theme_resources_2x.pak', |
| 356 'arch': ['32bit', '64bit'], | 356 'arch': ['32bit', '64bit'], |
| 357 'buildtype': ['dev', 'official'], | 357 'buildtype': ['dev', 'official'], |
| 358 }, | 358 }, |
| 359 { | 359 { |
| 360 'filename': 'theme_resources_metro_1x.pak', |
| 361 'arch': ['32bit', '64bit'], |
| 362 'buildtype': ['dev', 'official'], |
| 363 }, |
| 364 { |
| 360 'filename': 'ui_resources_standard.pak', | 365 'filename': 'ui_resources_standard.pak', |
| 361 'arch': ['32bit', '64bit'], | 366 'arch': ['32bit', '64bit'], |
| 362 'buildtype': ['dev', 'official'], | 367 'buildtype': ['dev', 'official'], |
| 363 }, | 368 }, |
| 364 { | 369 { |
| 365 'filename': 'ui_resources_2x.pak', | 370 'filename': 'ui_resources_2x.pak', |
| 366 'arch': ['32bit', '64bit'], | 371 'arch': ['32bit', '64bit'], |
| 367 'buildtype': ['dev', 'official'], | 372 'buildtype': ['dev', 'official'], |
| 368 }, | 373 }, |
| 369 { | 374 { |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 'filegroup': ['symbols'], | 733 'filegroup': ['symbols'], |
| 729 }, | 734 }, |
| 730 { | 735 { |
| 731 'filename': 'syzygy/mini_installer.pdb', | 736 'filename': 'syzygy/mini_installer.pdb', |
| 732 'arch': ['32bit', '64bit'], | 737 'arch': ['32bit', '64bit'], |
| 733 'buildtype': ['official'], | 738 'buildtype': ['official'], |
| 734 'archive': 'chrome-win32-syms.zip', | 739 'archive': 'chrome-win32-syms.zip', |
| 735 'filegroup': ['symbols'], | 740 'filegroup': ['symbols'], |
| 736 }, | 741 }, |
| 737 ] | 742 ] |
| OLD | NEW |