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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'arch': ['32bit', '64bit'], | 372 'arch': ['32bit', '64bit'], |
373 'buildtype': ['dev', 'official'], | 373 'buildtype': ['dev', 'official'], |
374 }, | 374 }, |
375 { | 375 { |
376 'filename': 'ui_resources_200_percent.pak', | 376 'filename': 'ui_resources_200_percent.pak', |
377 'arch': ['32bit', '64bit'], | 377 'arch': ['32bit', '64bit'], |
378 'buildtype': ['dev', 'official'], | 378 'buildtype': ['dev', 'official'], |
379 'optional': ['dev', 'official'], | 379 'optional': ['dev', 'official'], |
380 }, | 380 }, |
381 { | 381 { |
| 382 'filename': 'webkit_resources_200_percent.pak', |
| 383 'arch': ['32bit', '64bit'], |
| 384 'buildtype': ['dev', 'official'], |
| 385 'optional': ['dev', 'official'], |
| 386 }, |
| 387 { |
382 'filename': 'wow_helper.exe', | 388 'filename': 'wow_helper.exe', |
383 'arch': ['32bit', '64bit'], | 389 'arch': ['32bit', '64bit'], |
384 'buildtype': ['dev', 'official'], | 390 'buildtype': ['dev', 'official'], |
385 }, | 391 }, |
386 # Flash Player files: | 392 # Flash Player files: |
387 { | 393 { |
388 'filename': 'gcswf32.dll', | 394 'filename': 'gcswf32.dll', |
389 'arch': ['32bit', '64bit'], | 395 'arch': ['32bit', '64bit'], |
390 'buildtype': ['official'], | 396 'buildtype': ['official'], |
391 }, | 397 }, |
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 'buildtype': ['official'], | 808 'buildtype': ['official'], |
803 'archive': 'chrome-win32-syms.zip', | 809 'archive': 'chrome-win32-syms.zip', |
804 }, | 810 }, |
805 { | 811 { |
806 'filename': 'syzygy/mini_installer.pdb', | 812 'filename': 'syzygy/mini_installer.pdb', |
807 'arch': ['32bit', '64bit'], | 813 'arch': ['32bit', '64bit'], |
808 'buildtype': ['official'], | 814 'buildtype': ['official'], |
809 'archive': 'chrome-win32-syms.zip', | 815 'archive': 'chrome-win32-syms.zip', |
810 }, | 816 }, |
811 ] | 817 ] |
OLD | NEW |