Commit 03df8365 authored by glider@chromium.org's avatar glider@chromium.org

Move system_libdir to a deeper variable dict to fix issue 369119

(system_libdir being undefined in third_party/harfbuzz-ng/harfbuzz.gyp)

BUG=369119
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/309253003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274680 0039d316-1c4b-4281-b951-d872f2087c98
parent 147420bd
......@@ -166,6 +166,9 @@
'sysroot%': '',
'chroot_cmd%': '',
# The system libdir used for this ABI.
'system_libdir%': 'lib',
'conditions': [
# Ash needs Aura.
['use_aura==0', {
......@@ -261,6 +264,7 @@
'arm_version%': '<(arm_version)',
'sysroot%': '<(sysroot)',
'chroot_cmd%': '<(chroot_cmd)',
'system_libdir%': '<(system_libdir)',
# Set to 1 to enable fast builds. Set to 2 for even faster builds
# (it disables debug info for fastest compilation - only for use
......@@ -288,8 +292,6 @@
# Detect NEON support at run-time.
'arm_neon_optional%': 0,
# The system libdir used for this ABI.
'system_libdir%': 'lib',
# Use libjpeg-turbo as the JPEG codec used by Chromium.
'use_libjpeg_turbo%': 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment