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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/linux/common/installer.include ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/linux/FILES.cfg
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index a0a844ef0ac980b4b1a8ee43a26f09be99a1f023..7cbdc4948a2f353234eb95e8224b36cd82960915 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -52,6 +52,10 @@ FILES = [
'buildtype': ['dev'],
},
{
+ 'filename': 'icudtl.dat',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
'filename': 'installer',
'buildtype': ['official'],
},
« 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