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

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: use PRODUCT_DIR instead of DEPTH Created 6 years, 12 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/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 0031964ae62445a8244159d608c885a1cf110431..e6723a739f7246c50b56a34ea714bda1c6f2c11c 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -473,6 +473,13 @@
],
},
],
+ 'conditions': [
+ ['icu_use_data_file_flag==1', {
+ 'mac_bundle_resources': [
+ '<(PRODUCT_DIR)/icudtl.dat',
+ ],
+ }],
jungshik at Google 2014/01/22 19:38:42 I'll move this under content_shell_framework targe
+ ],
'postbuilds': [
{
'postbuild_name': 'Copy <(content_shell_product_name) Framework.framework',
« no previous file with comments | « chrome/chrome_dll_bundle.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698