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

Unified Diff: BUILD.gn

Issue 1021673003: Set U_CHARSET_IS_UTF8 to 1 in BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 5 years, 9 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 53818c970057f1585d51291957b8e9937e38ddc8..60676179639119e188dbba5941a27dfb1674f17b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -18,6 +18,7 @@ config("icu_config") {
defines = [
"U_USING_ICU_NAMESPACE=0",
"U_ENABLE_DYLOAD=0",
+ "U_CHARSET_IS_UTF8=1",
]
if (component_mode != "shared_library") {
« 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