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

Unified Diff: content/content_shell.gypi

Issue 109013004: Use icudat*.dat file on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add icudtl.dat only when icu_use_data_file_flag is set 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
« chrome/chrome_dll_bundle.gypi ('K') | « chrome/chrome_dll_bundle.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index c4ef4427f29c492c32308159203978fb02903321..77547d1d12ae31e3c4b7f7e79408ef70c1482faa 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -404,6 +404,13 @@
'shell/app/app.icns',
'shell/app/app-Info.plist',
],
+ 'conditions': [
+ ['icu_use_data_file_flag', {
+ 'mac_bundle_resources': [
+ '<(DEPTH)/third_party/icu/source/data/in/icudtl.dat',
+ ],
+ }],
+ ],
# TODO(mark): Come up with a fancier way to do this. It should only
# be necessary to list app-Info.plist once, not the three times it is
# listed here.
« chrome/chrome_dll_bundle.gypi ('K') | « chrome/chrome_dll_bundle.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698