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

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

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) Created 8 years, 5 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/test/gpu/test_support_gpu.gypi ('k') | chrome/tools/build/linux/FILES.cfg » ('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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'filename': 'resources', 78 'filename': 'resources',
79 'arch': ['32bit', '64bit'], 79 'arch': ['32bit', '64bit'],
80 'buildtype': ['dev', 'official'], 80 'buildtype': ['dev', 'official'],
81 }, 81 },
82 { 82 {
83 'filename': 'resources.pak', 83 'filename': 'resources.pak',
84 'arch': ['32bit', '64bit'], 84 'arch': ['32bit', '64bit'],
85 'buildtype': ['dev', 'official'], 85 'buildtype': ['dev', 'official'],
86 }, 86 },
87 { 87 {
88 'filename': 'theme_resources_standard.pak', 88 'filename': 'theme_resources_100_percent.pak',
89 'arch': ['32bit', '64bit'], 89 'arch': ['32bit', '64bit'],
90 'buildtype': ['dev', 'official'], 90 'buildtype': ['dev', 'official'],
91 }, 91 },
92 { 92 {
93 'filename': 'ui_resources_standard.pak', 93 'filename': 'ui_resources_100_percent.pak',
94 'arch': ['32bit', '64bit'], 94 'arch': ['32bit', '64bit'],
95 'buildtype': ['dev', 'official'], 95 'buildtype': ['dev', 'official'],
96 }, 96 },
97 { 97 {
98 'filename': 'session', 98 'filename': 'session',
99 'arch': ['32bit', '64bit'], 99 'arch': ['32bit', '64bit'],
100 'buildtype': ['dev'], 100 'buildtype': ['dev'],
101 }, 101 },
102 { 102 {
103 'filename': 'xdg-mime', 103 'filename': 'xdg-mime',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'filename': 'nacl_helper', 135 'filename': 'nacl_helper',
136 'arch': ['32bit', '64bit'], 136 'arch': ['32bit', '64bit'],
137 'buildtype': ['dev', 'official'], 137 'buildtype': ['dev', 'official'],
138 }, 138 },
139 { 139 {
140 'filename': 'nacl_helper_bootstrap', 140 'filename': 'nacl_helper_bootstrap',
141 'arch': ['32bit', '64bit'], 141 'arch': ['32bit', '64bit'],
142 'buildtype': ['dev', 'official'], 142 'buildtype': ['dev', 'official'],
143 }, 143 },
144 ] 144 ]
OLDNEW
« no previous file with comments | « chrome/test/gpu/test_support_gpu.gypi ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698