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: http://src.chromium.org/svn/trunk/src/build@274680 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
44c0d25c0c
Коммит
195914342a
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче