aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-02-08 13:06:56 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-08 19:36:49 +0000
commit0e07ad7fe7e95365eebde4e870792f0abb1d0890 (patch)
tree7e3631143f119817a159aa3e40928cedfec94a01 /BUILD.gn
parent4c790bd7dd8a6edacfc39b65b7043742331ab4da (diff)
ICU on windows
Change-Id: Ib1a2f017d96c5157c60d512332fddfef77c5ae8e Reviewed-on: https://skia-review.googlesource.com/103001 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn9
1 files changed, 4 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3d3a9bf424..b214a25546 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1609,8 +1609,8 @@ if (skia_enable_tools) {
}
}
- # We can't yet build ICU on iOS or Windows.
- if (!is_ios && !is_win && target_cpu != "wasm") {
+ # TODO(halcanary): Build ICU on iOS.
+ if (!is_ios && target_cpu != "wasm") {
test_app("sktexttopdf-hb") {
sources = [
"tools/shape/SkShaper_harfbuzz.cpp",
@@ -1794,9 +1794,8 @@ if (skia_enable_tools) {
if (!is_win && skia_enable_gpu) {
test_lib("skqp_lib") {
public_include_dirs = [ "tools/skqp" ]
- defines = [
- "SK_SKQP_GLOBAL_ERROR_TOLERANCE=$skia_skqp_global_error_tolerance"
- ]
+ defines =
+ [ "SK_SKQP_GLOBAL_ERROR_TOLERANCE=$skia_skqp_global_error_tolerance" ]
if (skia_skqp_enable_driver_correctness_workarounds) {
defines += [ "SK_SKQP_ENABLE_DRIVER_CORRECTNESS_WORKAROUNDS" ]
}