Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: build/common.gypi

Issue 7000015: Temporarily add a disable_pie GYP flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added periods to comments. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 48787ec5cbf03c993b03a41bf1b3457064d1f7f7..105d8d880f6f2b66d2f7f38b530fa58889d256d9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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.
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698