aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-02-08 15:16:28 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-12 15:51:01 +0000
commit8bb40837da773570ac80037405b8499e9f43e01d (patch)
treefae168fd88dff7565b115a35f96e38c9c794e62c /BUILD.gn
parente1a75ac27ed96f9ea42cf4b8cf0129d203f43d13 (diff)
Build ICU on iOS
Change-Id: Idc6d5ed987540bc41d64ceab87af103591dc1911 Reviewed-on: https://skia-review.googlesource.com/105800 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 364cde700d..9face988e7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1613,8 +1613,7 @@ if (skia_enable_tools) {
":skia",
]
- # TODO(halcanary): Build ICU on iOS.
- if (is_ios || target_cpu == "wasm") {
+ if (target_cpu == "wasm") {
sources = [
"tools/shape/SkShaper_primitive.cpp",
]