diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 02:44:00 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 02:44:00 +0000 |
commit | eec25030da926b09dd547d0dd6c672bed7433d76 (patch) | |
tree | 2990de42f75ec7aeee1f804885e54ec85e41d122 /third_party | |
parent | c3b5987d2b2c8a005051afc39afb2466dd37dcd5 (diff) | |
download | chromium_src-eec25030da926b09dd547d0dd6c672bed7433d76.zip chromium_src-eec25030da926b09dd547d0dd6c672bed7433d76.tar.gz chromium_src-eec25030da926b09dd547d0dd6c672bed7433d76.tar.bz2 |
common.gypi: move harfbuzz-NG setting out into harfbuzz project
Less code in the central gyp file, more code near where it's
used.
Review URL: http://codereview.chromium.org/9271077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119348 0039d316-1c4b-4281-b951-d872f2087c98
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': [ |