diff options
-rw-r--r-- | build/common.gypi | 4 | ||||
-rw-r--r-- | third_party/harfbuzz/harfbuzz.gyp | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi index a4deaca..e779f01 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -649,10 +649,6 @@ 'grit_defines': [], - # Use Harfbuzz-NG instead of Harfbuzz. - # Under development: http://crbug.com/68551 - 'use_harfbuzz_ng%': 0, - # If debug_devtools is set to 1, JavaScript files for DevTools are # stored as is and loaded from disk. Otherwise, a concatenated file # is stored in resources.pak. It is still possible to load JS files 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': [ |