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

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

Issue 102413007: Use the icu data file on Linux (but not on CrOS) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable icu_use_data_file_flag on CrOS Created 6 years, 11 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/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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 }, 45 },
46 { 46 {
47 'filename': 'chrome.1', 47 'filename': 'chrome.1',
48 'buildtype': ['dev', 'official'], 48 'buildtype': ['dev', 'official'],
49 }, 49 },
50 { 50 {
51 'filename': 'emit_login_prompt_ready', 51 'filename': 'emit_login_prompt_ready',
52 'buildtype': ['dev'], 52 'buildtype': ['dev'],
53 }, 53 },
54 { 54 {
55 'filename': 'icudtl.dat',
56 'buildtype': ['dev', 'official'],
57 },
58 {
55 'filename': 'installer', 59 'filename': 'installer',
56 'buildtype': ['official'], 60 'buildtype': ['official'],
57 }, 61 },
58 { 62 {
59 'filename': 'libffmpegsumo.so', 63 'filename': 'libffmpegsumo.so',
60 'buildtype': ['dev', 'official'], 64 'buildtype': ['dev', 'official'],
61 }, 65 },
62 { 66 {
63 'filename': 'lib/libpeerconnection.so', 67 'filename': 'lib/libpeerconnection.so',
64 'buildtype': ['dev', 'official'], 68 'buildtype': ['dev', 'official'],
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'buildtype': ['official'], 219 'buildtype': ['official'],
216 'archive': 'chrome-linux-nacl-irt-syms.zip', 220 'archive': 'chrome-linux-nacl-irt-syms.zip',
217 }, 221 },
218 { 222 {
219 'filename': 'nacl_irt_x86_64.nexe.debug', 223 'filename': 'nacl_irt_x86_64.nexe.debug',
220 'arch': ['64bit'], 224 'arch': ['64bit'],
221 'buildtype': ['official'], 225 'buildtype': ['official'],
222 'archive': 'chrome-linux-nacl-irt-syms.zip', 226 'archive': 'chrome-linux-nacl-irt-syms.zip',
223 }, 227 },
224 ] 228 ]
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