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

Unified Diff: chrome/installer/mini_installer.gypi

Issue 139403006: Revert of Enable icu_use_data_file on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.gyp ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gypi
diff --git a/chrome/installer/mini_installer.gypi b/chrome/installer/mini_installer.gypi
index 0a2e1e05f5b8822779e8dd152a8dc2cf8b92116e..f0fcbbdb4e08cd8a29eab89d22af0e9212d23b35 100644
--- a/chrome/installer/mini_installer.gypi
+++ b/chrome/installer/mini_installer.gypi
@@ -185,15 +185,6 @@
'target_arch_flag': '--target_arch=x86',
},
}],
- ['icu_use_data_file_flag == 0', {
- 'inputs': [
- '<(PRODUCT_DIR)/icudt.dll',
- ],
- }, { # else icu_use_data_file_flag != 0
- 'inputs': [
- '<(PRODUCT_DIR)/icudtl.dat',
- ],
- }],
],
'inputs': [
'<(create_installer_archive_py_path)',
@@ -204,6 +195,7 @@
'<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
'<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
'<(PRODUCT_DIR)/locales/en-US.pak',
+ '<(PRODUCT_DIR)/icudt.dll',
],
'outputs': [
'xxx.out',
« no previous file with comments | « chrome/installer/mini_installer.gyp ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698