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

Unified Diff: chrome/chrome_dll_bundle.gypi

Issue 109013004: Use icudat*.dat file on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add '==1' to icu_use_data_file_flag check Created 7 years 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/chrome_dll_bundle.gypi
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
index dc721ffe865b635d14504fedf4ce2de01f5e165c..933af1d9f9b13469984063e46012db4a84878652 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -308,5 +308,10 @@
],
}],
}],
+ ['icu_use_data_file_flag==1', {
+ 'mac_bundle_resources': [
+ '<(DEPTH)/third_party/icu/source/data/in/icudtl.dat',
Mark Mentovai 2013/12/20 14:27:35 You should specify this path using ../third_party/
+ ],
+ }],
], # conditions
}
« no previous file with comments | « build/common.gypi ('k') | content/content_shell.gypi » ('j') | content/content_shell.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698