b6f5378333
New tests that use skshaper should hide behind SK_USING_SKSHAPER define. Change-Id: Ifcd726d931e3eb1ff209085a63e8129c9cd5596d Reviewed-on: https://skia-review.googlesource.com/c/192026 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# Copyright 2019 Google LLC.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
declare_args() {
|
|
skia_use_icu = !is_fuchsia && !is_ios
|
|
skia_enable_skshaper = true
|
|
}
|