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

Unified Diff: chrome/chrome_exe.gypi

Issue 6973032: linux: enable PIE (ASLR) for chrome executable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index a2f0a4991d348ee8a9380a8c896ddc0438f2b96e..2f6d8a57c5e8b65ddff1b8ab304f3c6bdc5a2218 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -199,6 +199,8 @@
# pie executables. Currently -pie breaks remote debugging.
raymes 2011/05/12 21:25:52 Lets remove this TODO then?
['disable_pie==1', {
'ldflags' : ['-nopie'],
+ }, {
+ 'ldflags' : ['-pie'],
}],
['use_system_xdg_utils==0', {
'copies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698