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

Unified Diff: chrome/installer/mini_installer/chrome.release

Issue 99473012: Enable icu_use_data_file on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased again 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
Index: chrome/installer/mini_installer/chrome.release
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release
index c12e7b538266ebae07a47af7cc44b6231859ef35..68918f1f9a26b4a982f56f12ca73a634b234f3a9 100644
--- a/chrome/installer/mini_installer/chrome.release
+++ b/chrome/installer/mini_installer/chrome.release
@@ -25,7 +25,7 @@ chrome_elf.dll: %(VersionDir)s\
D3DCompiler_43.dll: %(VersionDir)s\
d3dcompiler_46.dll: %(VersionDir)s\
ffmpegsumo.dll: %(VersionDir)s\
-icudt.dll: %(VersionDir)s\
+icudt*.d*: %(VersionDir)s\
Mark Mentovai 2014/01/17 19:03:59 Doing a wildcard on the extension is a little weir
jungshik at Google 2014/01/17 19:50:40 I don't know either. :-) @grt, is it possible to
grt (UTC plus 2) 2014/01/17 20:35:31 The script that reads this file uses Python's glob
libEGL.dll: %(VersionDir)s\
libGLESv2.dll: %(VersionDir)s\
nacl64.exe: %(VersionDir)s\

Powered by Google App Engine
This is Rietveld 408576698