Index: third_party/harfbuzz-ng/harfbuzz.gyp |
diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp |
index 7bd7d1d8b360872a8ce316fcf090a7817d2a831e..087e3dc88b11df62568a8945dbb0940b5e69b15a 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, |
Paweł Hajdan Jr.
2014/04/10 14:49:01
Consider also changing this one for consistency.
Mostyn Bramley-Moore
2014/04/10 15:00:49
I figure that you might want buildtype=="Official"
|
}], |