GYP changes to allow test_shell be buildable on ARM so we can
use it as a minimal browser for testing purpopse.

Review URL: http://codereview.chromium.org/399077

git-svn-id: http://src.chromium.org/svn/trunk/src/build@32386 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
hclam@chromium.org 2009-11-18 20:35:54 +00:00
Родитель 288dfc2bf3
Коммит 61202ca47a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -725,8 +725,8 @@
# flag.
'cflags!': [ '-fvisibility=hidden' ],
'conditions': [
['target_arch=="x64"', {
# Shared libraries need -fPIC on x86-64
['target_arch=="x64" or target_arch=="arm"', {
# Shared libraries need -fPIC on x86-64 and arm
'cflags': ['-fPIC']
}]
],