Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index daa3630b10e46efa06abf51d5215029463873191..4a1daa6031a59eb28a5bd946c117217997e5be4c 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -97,18 +97,6 @@ |
], |
}, |
], |
- # TODO(rkc): Remove once crosbug.com/15266 is fixed. |
- ['profiling==1', { |
- 'ldflags': ['-nopie'], |
- }, { |
- # Building with -pie needs investigating on ARM. |
- # For now, at least use it on Linux Intel. |
- 'conditions': [ |
- ['(target_arch=="x64" or target_arch=="ia32") and linux_disable_pie!=1', { |
- 'ldflags': ['-pie'], |
- }], |
- ], |
- }], |
['use_system_xdg_utils==0', { |
'copies': [ |
{ |