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

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

Issue 1048123004: Include chrome_200_percent.pak in Linux builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/installer/linux/common/installer.include ('k') | no next file » | 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 }, 33 },
34 { 34 {
35 'filename': 'chrome-wrapper', 35 'filename': 'chrome-wrapper',
36 'buildtype': ['dev', 'official'], 36 'buildtype': ['dev', 'official'],
37 }, 37 },
38 { 38 {
39 'filename': 'chrome_100_percent.pak', 39 'filename': 'chrome_100_percent.pak',
40 'buildtype': ['dev', 'official'], 40 'buildtype': ['dev', 'official'],
41 }, 41 },
42 { 42 {
43 'filename': 'chrome_200_percent.pak',
44 'buildtype': ['dev', 'official'],
45 },
46 {
43 'filename': 'chrome_sandbox', 47 'filename': 'chrome_sandbox',
44 'buildtype': ['dev', 'official'], 48 'buildtype': ['dev', 'official'],
45 }, 49 },
46 { 50 {
47 'filename': 'chrome.1', 51 'filename': 'chrome.1',
48 'buildtype': ['dev', 'official'], 52 'buildtype': ['dev', 'official'],
49 }, 53 },
50 { 54 {
51 'filename': 'emit_login_prompt_ready', 55 'filename': 'emit_login_prompt_ready',
52 'buildtype': ['dev'], 56 'buildtype': ['dev'],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'buildtype': ['official'], 199 'buildtype': ['official'],
196 'archive': 'chrome-linux-nacl-irt-syms.zip', 200 'archive': 'chrome-linux-nacl-irt-syms.zip',
197 }, 201 },
198 { 202 {
199 'filename': 'nacl_irt_x86_64.nexe.debug', 203 'filename': 'nacl_irt_x86_64.nexe.debug',
200 'arch': ['64bit'], 204 'arch': ['64bit'],
201 'buildtype': ['official'], 205 'buildtype': ['official'],
202 'archive': 'chrome-linux-nacl-irt-syms.zip', 206 'archive': 'chrome-linux-nacl-irt-syms.zip',
203 }, 207 },
204 ] 208 ]
OLDNEW
« no previous file with comments | « chrome/installer/linux/common/installer.include ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698