| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 3089092898f837bbe702e90c18acd270d65eca67..ee25f1d090658028ed42c5bb0862748cdac29523 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -202,6 +202,13 @@
|
| ],
|
| },
|
| ],
|
| + # TODO(rkc): Remove this once we have a fix for remote gdb
|
| + # and are able to correctly get section header offsets for
|
| + # pie executables. Currently -pie breaks remote debugging.
|
| + [ '(disable_pie==1 and chromeos==1)', {
|
| + 'ldflags' : ['-nopie'],
|
| + }
|
| + ],
|
| ['use_system_xdg_utils==0', {
|
| 'copies': [
|
| {
|
|
|