aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/icu
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2017-08-30 13:56:19 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-31 14:18:31 +0000
commita25fbef56a4e70192b0b322b6d87b78839fab0e5 (patch)
tree6ee0cc9f28a6a2c93cc742d01869e3190c669cb1 /third_party/icu
parentf95b17524628bd0caad7c7e26417be985905944b (diff)
Add bidi to SkShaper.
Change-Id: Iaab9a1d5091a3b157a582b7e8c3261a6c3283ffc Reviewed-on: https://skia-review.googlesource.com/40778 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'third_party/icu')
-rw-r--r--third_party/icu/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/icu/BUILD.gn b/third_party/icu/BUILD.gn
index 1d54c46edd..0a1683e81f 100644
--- a/third_party/icu/BUILD.gn
+++ b/third_party/icu/BUILD.gn
@@ -12,10 +12,12 @@ import("../third_party.gni")
if (skia_use_system_icu) {
system("icu") {
libs = [ "icuuc" ]
+ public_defines = [ "U_USING_ICU_NAMESPACE=0" ]
}
} else {
third_party("icu") {
public_include_dirs = [ "../externals/icu/source/common" ]
+ public_defines = [ "U_USING_ICU_NAMESPACE=0" ]
configs -= [ "//gn:no_rtti" ]
if (!is_win) {
libs = [ "dl" ]