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

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

Issue 10825111: Repack separate 100 / 200 / touch_100 / touch_200 files into single pak files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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') | 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 22 matching lines...) Expand all
33 'filename': 'chrome-wrapper', 33 'filename': 'chrome-wrapper',
34 'arch': ['32bit', '64bit'], 34 'arch': ['32bit', '64bit'],
35 'buildtype': ['dev', 'official'], 35 'buildtype': ['dev', 'official'],
36 }, 36 },
37 { 37 {
38 'filename': 'chrome.pak', 38 'filename': 'chrome.pak',
39 'arch': ['32bit', '64bit'], 39 'arch': ['32bit', '64bit'],
40 'buildtype': ['dev', 'official'], 40 'buildtype': ['dev', 'official'],
41 }, 41 },
42 { 42 {
43 'filename': 'chrome_100_percent.pak',
44 'arch': ['32bit', '64bit'],
45 'buildtype': ['dev', 'official'],
46 },
47 {
43 'filename': 'chrome_sandbox', 48 'filename': 'chrome_sandbox',
44 'arch': ['32bit', '64bit'], 49 'arch': ['32bit', '64bit'],
45 'buildtype': ['dev', 'official'], 50 'buildtype': ['dev', 'official'],
46 }, 51 },
47 { 52 {
48 'filename': 'chrome.1', 53 'filename': 'chrome.1',
49 'arch': ['32bit', '64bit'], 54 'arch': ['32bit', '64bit'],
50 'buildtype': ['dev', 'official'], 55 'buildtype': ['dev', 'official'],
51 }, 56 },
52 { 57 {
(...skipping 25 matching lines...) Expand all
78 'filename': 'resources', 83 'filename': 'resources',
79 'arch': ['32bit', '64bit'], 84 'arch': ['32bit', '64bit'],
80 'buildtype': ['dev', 'official'], 85 'buildtype': ['dev', 'official'],
81 }, 86 },
82 { 87 {
83 'filename': 'resources.pak', 88 'filename': 'resources.pak',
84 'arch': ['32bit', '64bit'], 89 'arch': ['32bit', '64bit'],
85 'buildtype': ['dev', 'official'], 90 'buildtype': ['dev', 'official'],
86 }, 91 },
87 { 92 {
88 'filename': 'theme_resources_100_percent.pak',
89 'arch': ['32bit', '64bit'],
90 'buildtype': ['dev', 'official'],
91 },
92 {
93 'filename': 'ui_resources_100_percent.pak',
94 'arch': ['32bit', '64bit'],
95 'buildtype': ['dev', 'official'],
96 },
97 {
98 'filename': 'session', 93 'filename': 'session',
99 'arch': ['32bit', '64bit'], 94 'arch': ['32bit', '64bit'],
100 'buildtype': ['dev'], 95 'buildtype': ['dev'],
101 }, 96 },
102 { 97 {
103 'filename': 'xdg-mime', 98 'filename': 'xdg-mime',
104 'arch': ['32bit', '64bit'], 99 'arch': ['32bit', '64bit'],
105 'buildtype': ['dev', 'official'], 100 'buildtype': ['dev', 'official'],
106 }, 101 },
107 { 102 {
(...skipping 27 matching lines...) Expand all
135 'filename': 'nacl_helper', 130 'filename': 'nacl_helper',
136 'arch': ['32bit', '64bit'], 131 'arch': ['32bit', '64bit'],
137 'buildtype': ['dev', 'official'], 132 'buildtype': ['dev', 'official'],
138 }, 133 },
139 { 134 {
140 'filename': 'nacl_helper_bootstrap', 135 'filename': 'nacl_helper_bootstrap',
141 'arch': ['32bit', '64bit'], 136 'arch': ['32bit', '64bit'],
142 'buildtype': ['dev', 'official'], 137 'buildtype': ['dev', 'official'],
143 }, 138 },
144 ] 139 ]
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698