Temporarily add a disable_pie GYP flag

Add a flag that will disable building Chrome as a Position Independent Executable.

R=zelidrag@chromium.org,raymes@chromium.org
BUG=chromium-os:15161
TEST=Tested building with and without the flag; with the flag, symbols appear correctly in the remote session.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84892 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
rkc@chromium.org 2011-05-10 23:39:52 +00:00
Родитель f5ce2338af
Коммит a9c269dbb8
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -139,6 +139,9 @@
# Has no effect if 'clang' is not set as well.
'clang_use_chrome_plugins%': 0,
# Allow a user to link Chromium as a non-position independent executable.
'disable_pie%': 0,
'conditions': [
# A flag to enable or disable our compile-time dependency
# on gnome-keyring. If that dependency is disabled, no gnome-keyring
@ -205,6 +208,7 @@
'remoting%': '<(remoting)',
'p2p_apis%': '<(p2p_apis)',
'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
'disable_pie%': '<(disable_pie)',
# The release channel that this build targets. This is used to restrict
# channel-specific build options, like which installer packages to create.