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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 'arch': ['32bit', '64bit'], | 344 'arch': ['32bit', '64bit'], |
345 'buildtype': ['official'], | 345 'buildtype': ['official'], |
346 'archive': 'policy_templates.zip', | 346 'archive': 'policy_templates.zip', |
347 }, | 347 }, |
348 { | 348 { |
349 'filename': 'resources.pak', | 349 'filename': 'resources.pak', |
350 'arch': ['32bit', '64bit'], | 350 'arch': ['32bit', '64bit'], |
351 'buildtype': ['dev', 'official'], | 351 'buildtype': ['dev', 'official'], |
352 }, | 352 }, |
353 { | 353 { |
354 'filename': 'theme_resources_standard.pak', | 354 'filename': 'theme_resources_100_percent.pak', |
355 'arch': ['32bit', '64bit'], | 355 'arch': ['32bit', '64bit'], |
356 'buildtype': ['dev', 'official'], | 356 'buildtype': ['dev', 'official'], |
357 }, | 357 }, |
358 { | 358 { |
359 'filename': 'theme_resources_2x.pak', | 359 'filename': 'theme_resources_200_percent.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': 'theme_resources_touch_1x.pak', | 365 'filename': 'theme_resources_touch_100_percent.pak', |
366 'arch': ['32bit', '64bit'], | 366 'arch': ['32bit', '64bit'], |
367 'buildtype': ['dev', 'official'], | 367 'buildtype': ['dev', 'official'], |
368 'optional': ['dev', 'official'], | 368 'optional': ['dev', 'official'], |
369 }, | 369 }, |
370 { | 370 { |
371 'filename': 'ui_resources_standard.pak', | 371 'filename': 'ui_resources_100_percent.pak', |
372 'arch': ['32bit', '64bit'], | 372 'arch': ['32bit', '64bit'], |
373 'buildtype': ['dev', 'official'], | 373 'buildtype': ['dev', 'official'], |
374 }, | 374 }, |
375 { | 375 { |
376 'filename': 'ui_resources_2x.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': 'wow_helper.exe', | 382 'filename': 'wow_helper.exe', |
383 'arch': ['32bit', '64bit'], | 383 'arch': ['32bit', '64bit'], |
384 'buildtype': ['dev', 'official'], | 384 'buildtype': ['dev', 'official'], |
385 }, | 385 }, |
386 # Flash Player files: | 386 # Flash Player files: |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 'buildtype': ['official'], | 802 'buildtype': ['official'], |
803 'archive': 'chrome-win32-syms.zip', | 803 'archive': 'chrome-win32-syms.zip', |
804 }, | 804 }, |
805 { | 805 { |
806 'filename': 'syzygy/mini_installer.pdb', | 806 'filename': 'syzygy/mini_installer.pdb', |
807 'arch': ['32bit', '64bit'], | 807 'arch': ['32bit', '64bit'], |
808 'buildtype': ['official'], | 808 'buildtype': ['official'], |
809 'archive': 'chrome-win32-syms.zip', | 809 'archive': 'chrome-win32-syms.zip', |
810 }, | 810 }, |
811 ] | 811 ] |
OLD | NEW |