diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/harfbuzz/harfbuzz.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/harfbuzz/harfbuzz.gyp b/third_party/harfbuzz/harfbuzz.gyp index 6039e0d..eb6cc53 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': [ |