Fix build with disabled NaCl glibc toolchain.

This is upstreaming Gentoo Linux patch.

BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10537124

git-svn-id: http://src.chromium.org/svn/trunk/src/build@143364 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
phajdan.jr@chromium.org 2012-06-21 08:38:32 +00:00
Родитель fb9be533b2
Коммит 48f3c089ac
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1018,6 +1018,13 @@
'use_cups%': 0,
}],
# Native Client glibc toolchain is enabled by default except on arm.
['target_arch=="arm"', {
'disable_glibc%': 1,
}, {
'disable_glibc%': 0,
}],
# Set the relative path from this file to the GYP file of the JPEG
# library used by Chromium.
['use_libjpeg_turbo==1', {