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

Unified Diff: BUILD.gn

Issue 1608343002: Configure icu to copy icudtl.dat into the application bundle on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Sync with GN tool changes Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 77f8aa6a06e90fc4df8f4126f0bb96e2ee33f2bb..e743593a25e791edf65bfac6ef6a8804ed17c8a2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -539,9 +539,9 @@ if (is_android) {
if (icu_use_data_file) {
if (is_ios) {
group("icudata") {
- # TODO(GYP): Provide an empty group so that this target does not
- # unconditionally fail. The dat file needs to be bundled separately. In
- # the longer term, need to figure out how to use system ICU
+ bundle_data = [
+ "source/data/in/icudtl.dat",
+ ]
}
} else {
copy("icudata") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698