c1a2ea33a3
Change-Id: Id79cf08223d46d2f2558693208d7cb8a82d6d0a5 Reviewed-on: https://skia-review.googlesource.com/c/190001 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
8 lines
191 B
Plaintext
8 lines
191 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
|
|
}
|