diff options
author | mostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 23:23:53 +0000 |
---|---|---|
committer | mostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 23:23:53 +0000 |
commit | 7136ec601d41158794b3019d45d503503e7f6fcf (patch) | |
tree | 6aade6855f3562771c15703cdeb3651d80e5cfa9 /third_party/harfbuzz-ng/harfbuzz.gyp | |
parent | 4294bd73d31c9c2b7931f73ef5413e9c6a4d2245 (diff) | |
download | chromium_src-7136ec601d41158794b3019d45d503503e7f6fcf.zip chromium_src-7136ec601d41158794b3019d45d503503e7f6fcf.tar.gz chromium_src-7136ec601d41158794b3019d45d503503e7f6fcf.tar.bz2 |
make it possible to set use_system_harfbuzz from outside
harfbuzz.gyp overrides any user-specified value for use_system_harfbuzz.
Ideally, it should only override this value for official builds.
BUG=353127
Review URL: https://codereview.chromium.org/233263002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz-ng/harfbuzz.gyp')
-rw-r--r-- | third_party/harfbuzz-ng/harfbuzz.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp index 7bd7d1d..087e3dc 100644 --- a/third_party/harfbuzz-ng/harfbuzz.gyp +++ b/third_party/harfbuzz-ng/harfbuzz.gyp @@ -26,7 +26,7 @@ # we use, so don't use system harfbuzz for official builds, unless we # are building for chrome os, where we have the system harfbuzz under # control as well. - 'use_system_harfbuzz': '<!(python ../../build/check_return_value.py <(pkg-config) --atleast-version=1.31.0 pangoft2)', + 'use_system_harfbuzz%': '<!(python ../../build/check_return_value.py <(pkg-config) --atleast-version=1.31.0 pangoft2)', }, { 'use_system_harfbuzz': 0, }], |