| Index: third_party/harfbuzz-ng/harfbuzz.gni
|
| diff --git a/third_party/harfbuzz-ng/harfbuzz.gni b/third_party/harfbuzz-ng/harfbuzz.gni
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d9e17db1e61bdadc71b622bef297bf59859bb80d
|
| --- /dev/null
|
| +++ b/third_party/harfbuzz-ng/harfbuzz.gni
|
| @@ -0,0 +1,13 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +# This file is the GN version of harfbuzz.gypi. We rebase most paths to
|
| +# be absolute so these lists can be used by BUILD files in different directories
|
| +# without worrying about the base directory.
|
| +_gypi = exec_script("//build/gypi_to_gn.py",
|
| + [ rebase_path("harfbuzz.gypi") ],
|
| + "scope",
|
| + [ "harfbuzz.gypi" ])
|
| +
|
| +harfbuzz_files = _gypi.harfbuzz_files
|
|
|