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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 'arch': ['32bit', '64bit'], | 349 'arch': ['32bit', '64bit'], |
350 'buildtype': ['dev', 'official'], | 350 'buildtype': ['dev', 'official'], |
351 }, | 351 }, |
352 { | 352 { |
353 'filename': 'theme_resources_2x.pak', | 353 'filename': 'theme_resources_2x.pak', |
354 'arch': ['32bit', '64bit'], | 354 'arch': ['32bit', '64bit'], |
355 'buildtype': ['dev', 'official'], | 355 'buildtype': ['dev', 'official'], |
356 'optional': ['dev', 'official'], | 356 'optional': ['dev', 'official'], |
357 }, | 357 }, |
358 { | 358 { |
359 'filename': 'theme_resources_metro_1x.pak', | 359 'filename': 'theme_resources_touch_1x.pak', |
360 'arch': ['32bit', '64bit'], | 360 'arch': ['32bit', '64bit'], |
361 'buildtype': ['dev', 'official'], | 361 'buildtype': ['dev', 'official'], |
362 'optional': ['dev', 'official'], | 362 'optional': ['dev', 'official'], |
363 }, | 363 }, |
364 { | 364 { |
365 'filename': 'ui_resources_standard.pak', | 365 'filename': 'ui_resources_standard.pak', |
366 'arch': ['32bit', '64bit'], | 366 'arch': ['32bit', '64bit'], |
367 'buildtype': ['dev', 'official'], | 367 'buildtype': ['dev', 'official'], |
368 }, | 368 }, |
369 { | 369 { |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 'buildtype': ['official'], | 747 'buildtype': ['official'], |
748 'archive': 'chrome-win32-syms.zip', | 748 'archive': 'chrome-win32-syms.zip', |
749 }, | 749 }, |
750 { | 750 { |
751 'filename': 'syzygy/mini_installer.pdb', | 751 'filename': 'syzygy/mini_installer.pdb', |
752 'arch': ['32bit', '64bit'], | 752 'arch': ['32bit', '64bit'], |
753 'buildtype': ['official'], | 753 'buildtype': ['official'], |
754 'archive': 'chrome-win32-syms.zip', | 754 'archive': 'chrome-win32-syms.zip', |
755 }, | 755 }, |
756 ] | 756 ] |
OLD | NEW |