Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: chrome/tools/build/win/FILES.cfg

Issue 10082020: Metro/HiDPI: Use metro resource pak in metro mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'filename': 'theme_resources_standard.pak', 341 'filename': 'theme_resources_standard.pak',
342 'arch': ['32bit', '64bit'], 342 'arch': ['32bit', '64bit'],
343 'buildtype': ['dev', 'official'], 343 'buildtype': ['dev', 'official'],
344 }, 344 },
345 { 345 {
346 'filename': 'theme_resources_2x.pak', 346 'filename': 'theme_resources_2x.pak',
347 'arch': ['32bit', '64bit'], 347 'arch': ['32bit', '64bit'],
348 'buildtype': ['dev', 'official'], 348 'buildtype': ['dev', 'official'],
349 }, 349 },
350 { 350 {
351 'filename': 'theme_resources_metro_1x.pak',
352 'arch': ['32bit', '64bit'],
353 'buildtype': ['dev', 'official'],
354 },
355 {
351 'filename': 'ui_resources_standard.pak', 356 'filename': 'ui_resources_standard.pak',
352 'arch': ['32bit', '64bit'], 357 'arch': ['32bit', '64bit'],
353 'buildtype': ['dev', 'official'], 358 'buildtype': ['dev', 'official'],
354 }, 359 },
355 { 360 {
356 'filename': 'ui_resources_2x.pak', 361 'filename': 'ui_resources_2x.pak',
357 'arch': ['32bit', '64bit'], 362 'arch': ['32bit', '64bit'],
358 'buildtype': ['dev', 'official'], 363 'buildtype': ['dev', 'official'],
359 }, 364 },
360 { 365 {
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'filegroup': ['symbols'], 702 'filegroup': ['symbols'],
698 }, 703 },
699 { 704 {
700 'filename': 'syzygy/mini_installer.pdb', 705 'filename': 'syzygy/mini_installer.pdb',
701 'arch': ['32bit', '64bit'], 706 'arch': ['32bit', '64bit'],
702 'buildtype': ['official'], 707 'buildtype': ['official'],
703 'archive': 'chrome-win32-syms.zip', 708 'archive': 'chrome-win32-syms.zip',
704 'filegroup': ['symbols'], 709 'filegroup': ['symbols'],
705 }, 710 },
706 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698