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

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

Issue 10265012: Rename theme_resources_metro_1x.grd to theme_resources_touch_1x.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698