| Index: third_party/harfbuzz-ng/BUILD.gn
|
| diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
|
| index 1e48dfe7ff9edac4fb2ac8554e649b845a1f6ea4..c3cba83b1ea59e2975392af415e5a9d1b8ddf201 100644
|
| --- a/third_party/harfbuzz-ng/BUILD.gn
|
| +++ b/third_party/harfbuzz-ng/BUILD.gn
|
| @@ -9,7 +9,10 @@
|
| #
|
| # ChromeOS uses an up-to-date system one that we have control over, so we
|
| # don't want to bloat the binary more by including another copy.
|
| -use_system_harfbuzz = is_chromeos
|
| +
|
| +declare_args() {
|
| + use_system_harfbuzz = is_chromeos
|
| +}
|
|
|
| if (use_system_harfbuzz) {
|
| import("//build/config/linux/pkg_config.gni")
|
|
|