DescriptionFix use of 'sysroot' variable in harfbuzz.gyp
The sysroot variable is set conditionally in common.gypi
but not at the nesting level required for other conditional
to depend on it like the one in hardbuzz does. This means
that sysroot always appeared to be empty to harfbuzz.gyp,
and hence the special handling for ARM linux was required.
This change moves the setting of 'sysroot' up one level of
nesting and defines 'pkg-config' in common.gypi so it can
be shared.
Committed: https://crrev.com/6a80b32f309490f44347f2925589a6f0fc23c3ff
Cr-Commit-Position: refs/heads/master@{#331506}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : rebase #Patch Set 6 : #
Messages
Total messages: 28 (13 generated)
|