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

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: same as ps 3(git cl upload test) 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..f2e31265fad02cf695073c3e95068be8402b3595 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -68,6 +68,13 @@
# dependency but not copied to the final target. See
# common.gypi for more info.
],
+ 'conditions': [
+ ['icu_use_data_file_flag', {
+ 'mac_bundle_resources': [
+ '<(DEPTH)/third_party/icu/source/data/in/icudtl.dat',
+ ],
+ }],
+ ],
'mac_bundle_resources!': [
'app/framework-Info.plist',
],
« 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