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

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

Issue 10024050: Metro/HiDPI: Move 1x icons into separate pak file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clobber build 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'arch': ['32bit', '64bit'], 334 'arch': ['32bit', '64bit'],
335 'buildtype': ['official'], 335 'buildtype': ['official'],
336 'archive': 'policy_templates.zip', 336 'archive': 'policy_templates.zip',
337 }, 337 },
338 { 338 {
339 'filename': 'resources.pak', 339 'filename': 'resources.pak',
340 'arch': ['32bit', '64bit'], 340 'arch': ['32bit', '64bit'],
341 'buildtype': ['dev', 'official'], 341 'buildtype': ['dev', 'official'],
342 }, 342 },
343 { 343 {
344 'filename': 'theme_resources_standard.pak',
345 'arch': ['32bit', '64bit'],
346 'buildtype': ['dev', 'official'],
347 },
348 {
349 'filename': 'theme_resources_2x.pak',
350 'arch': ['32bit', '64bit'],
351 'buildtype': ['dev', 'official'],
352 },
353 {
354 'filename': 'ui_resources_standard.pak',
355 'arch': ['32bit', '64bit'],
356 'buildtype': ['dev', 'official'],
357 },
358 {
359 'filename': 'ui_resources_2x.pak',
360 'arch': ['32bit', '64bit'],
361 'buildtype': ['dev', 'official'],
362 },
363 {
344 'filename': 'wow_helper.exe', 364 'filename': 'wow_helper.exe',
345 'arch': ['32bit', '64bit'], 365 'arch': ['32bit', '64bit'],
346 'buildtype': ['dev', 'official'], 366 'buildtype': ['dev', 'official'],
347 }, 367 },
348 # Flash Player files: 368 # Flash Player files:
349 { 369 {
350 'filename': 'gcswf32.dll', 370 'filename': 'gcswf32.dll',
351 'arch': ['32bit', '64bit'], 371 'arch': ['32bit', '64bit'],
352 'buildtype': ['official'], 372 'buildtype': ['official'],
353 }, 373 },
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'filegroup': ['symbols'], 722 'filegroup': ['symbols'],
703 }, 723 },
704 { 724 {
705 'filename': 'syzygy/mini_installer.pdb', 725 'filename': 'syzygy/mini_installer.pdb',
706 'arch': ['32bit', '64bit'], 726 'arch': ['32bit', '64bit'],
707 'buildtype': ['official'], 727 'buildtype': ['official'],
708 'archive': 'chrome-win32-syms.zip', 728 'archive': 'chrome-win32-syms.zip',
709 'filegroup': ['symbols'], 729 'filegroup': ['symbols'],
710 }, 730 },
711 ] 731 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698