diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 20:46:06 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 20:46:06 +0000 |
commit | c39df1be83805795e884c691344daf5bde4c9ab2 (patch) | |
tree | bfdaa1027e69b9403f9be29017cbf5aa2ea9c95c /chrome/chrome_dll.gypi | |
parent | e2f7713807ec4472db71cabcb0cfa0f03a902e72 (diff) | |
download | chromium_src-c39df1be83805795e884c691344daf5bde4c9ab2.zip chromium_src-c39df1be83805795e884c691344daf5bde4c9ab2.tar.gz chromium_src-c39df1be83805795e884c691344daf5bde4c9ab2.tar.bz2 |
Don't strip main from the browser or helper app executables. This helps
backtraces of stripped executables look more reasonable.
BUG=39232
TEST=gdb backtrace in a stripped executable with no symbols loaded should show
thread 0 beginning in main
Review URL: http://codereview.chromium.org/1460001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 3ac0a7c..d6dd68a 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -171,7 +171,6 @@ 'sources': [ 'app/chrome_dll_main.cc', 'app/chrome_dll_resource.h', - 'app/chrome_exe_main.mm', ], 'include_dirs': [ '<(grit_out_dir)', |