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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 99473012: Enable icu_use_data_file on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: load icudtl.dat in DIR_MODULE instead of DIR_EXE on WIndows 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/mini_installer/chrome.release ('k') | chrome/tools/build/win/TESTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index d829eb6fafdb41d54dc64b7d5e86af5b95784d86..7c1defd51b491d870923a56149370277ac98da91 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -95,8 +95,14 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
+ 'filename': 'icudtl.dat',
+ 'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
+ },
+ {
'filename': 'icudt.dll',
'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
},
{
'filename': 'libpeerconnection.dll',
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/tools/build/win/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698