| Index: third_party/harfbuzz/harfbuzz.gyp
|
| diff --git a/third_party/harfbuzz/harfbuzz.gyp b/third_party/harfbuzz/harfbuzz.gyp
|
| index 6039e0d1182b41c76904cfa09a920412e890e58b..eb6cc53b068a33f8b0ac9cd6d0338566dfef3fa0 100644
|
| --- a/third_party/harfbuzz/harfbuzz.gyp
|
| +++ b/third_party/harfbuzz/harfbuzz.gyp
|
| @@ -3,6 +3,11 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| + 'variables': {
|
| + # Set to 1 to use Harfbuzz-NG instead of Harfbuzz.
|
| + # Under development: http://crbug.com/68551
|
| + 'use_harfbuzz_ng%': 0
|
| + },
|
| 'conditions': [
|
| ['use_harfbuzz_ng==0', {
|
| 'includes': [
|
|
|