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

Side by Side Diff: chrome/tools/build/linux/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/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/win/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 24 matching lines...) Expand all
35 'filename': 'chrome-wrapper', 35 'filename': 'chrome-wrapper',
36 'arch': ['32bit', '64bit'], 36 'arch': ['32bit', '64bit'],
37 'buildtype': ['dev', 'official'], 37 'buildtype': ['dev', 'official'],
38 }, 38 },
39 { 39 {
40 'filename': 'chrome.pak', 40 'filename': 'chrome.pak',
41 'arch': ['32bit', '64bit'], 41 'arch': ['32bit', '64bit'],
42 'buildtype': ['dev', 'official'], 42 'buildtype': ['dev', 'official'],
43 }, 43 },
44 { 44 {
45 'filename': 'chrome_100_percent.pak',
46 'arch': ['32bit', '64bit'],
47 'buildtype': ['dev', 'official'],
48 },
49 {
45 'filename': 'chrome_sandbox', 50 'filename': 'chrome_sandbox',
46 'arch': ['32bit', '64bit'], 51 'arch': ['32bit', '64bit'],
47 'buildtype': ['dev', 'official'], 52 'buildtype': ['dev', 'official'],
48 }, 53 },
49 { 54 {
50 'filename': 'chrome.1', 55 'filename': 'chrome.1',
51 'arch': ['32bit', '64bit'], 56 'arch': ['32bit', '64bit'],
52 'buildtype': ['dev', 'official'], 57 'buildtype': ['dev', 'official'],
53 }, 58 },
54 { 59 {
(...skipping 25 matching lines...) Expand all
80 'filename': 'resources', 85 'filename': 'resources',
81 'arch': ['32bit', '64bit'], 86 'arch': ['32bit', '64bit'],
82 'buildtype': ['dev', 'official'], 87 'buildtype': ['dev', 'official'],
83 }, 88 },
84 { 89 {
85 'filename': 'resources.pak', 90 'filename': 'resources.pak',
86 'arch': ['32bit', '64bit'], 91 'arch': ['32bit', '64bit'],
87 'buildtype': ['dev', 'official'], 92 'buildtype': ['dev', 'official'],
88 }, 93 },
89 { 94 {
90 'filename': 'theme_resources_100_percent.pak',
91 'arch': ['32bit', '64bit'],
92 'buildtype': ['dev', 'official'],
93 },
94 {
95 'filename': 'ui_resources_100_percent.pak',
96 'arch': ['32bit', '64bit'],
97 'buildtype': ['dev', 'official'],
98 },
99 {
100 'filename': 'session', 95 'filename': 'session',
101 'arch': ['32bit', '64bit'], 96 'arch': ['32bit', '64bit'],
102 'buildtype': ['dev'], 97 'buildtype': ['dev'],
103 }, 98 },
104 { 99 {
105 'filename': 'xdg-mime', 100 'filename': 'xdg-mime',
106 'arch': ['32bit', '64bit'], 101 'arch': ['32bit', '64bit'],
107 'buildtype': ['dev', 'official'], 102 'buildtype': ['dev', 'official'],
108 }, 103 },
109 { 104 {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'buildtype': ['official'], 189 'buildtype': ['official'],
195 'archive': 'breakpad-info.zip', 190 'archive': 'breakpad-info.zip',
196 }, 191 },
197 { 192 {
198 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', 193 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64',
199 'arch': ['64bit'], 194 'arch': ['64bit'],
200 'buildtype': ['official'], 195 'buildtype': ['official'],
201 'archive': 'breakpad-info.zip', 196 'archive': 'breakpad-info.zip',
202 }, 197 },
203 ] 198 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698