aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/icu
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/icu')
-rw-r--r--third_party/icu/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/icu/BUILD.gn b/third_party/icu/BUILD.gn
index 0a1683e81f..68a5923cc6 100644
--- a/third_party/icu/BUILD.gn
+++ b/third_party/icu/BUILD.gn
@@ -12,7 +12,7 @@ import("../third_party.gni")
if (skia_use_system_icu) {
system("icu") {
libs = [ "icuuc" ]
- public_defines = [ "U_USING_ICU_NAMESPACE=0" ]
+ defines = [ "U_USING_ICU_NAMESPACE=0" ]
}
} else {
third_party("icu") {