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

Unified Diff: BUILD.gn

Issue 2743123002: ICU data customization for iOS (Closed)
Patch Set: update BUILD.gn and icudtl.dat for iOS Created 3 years, 7 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 | README.chromium » ('j') | 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 4e9364b7eabd9bf024632f7df41ae66a436fc632..30de8078440dd7054e00580c391b2d4db8512290 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -967,6 +967,8 @@ if (is_android && enable_java_templates) {
# that have not been ported over.
if (is_android) {
data_dir = "android"
+} else if (is_ios) {
+ data_dir = "ios"
} else {
data_dir = "common"
}
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698