diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 05:11:33 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 05:11:33 +0000 |
commit | 3369ccf9396846b558913366ec6c27235ff93b6d (patch) | |
tree | 50eddf1025094852acdb473a709dce8e82113bbd /breakpad | |
parent | aa60540fbb84166c838987fa1e3224d0eba9388d (diff) | |
download | chromium_src-3369ccf9396846b558913366ec6c27235ff93b6d.zip chromium_src-3369ccf9396846b558913366ec6c27235ff93b6d.tar.gz chromium_src-3369ccf9396846b558913366ec6c27235ff93b6d.tar.bz2 |
Comment out dump_syms from the GYP file.
leiz reports that it doesn't build: missing assert.h. Since it's
breakpad code I'm not going to fork it just for this.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 40bc246..9163646 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -299,21 +299,21 @@ # 'src', # ], # }, - { - 'target_name': 'dump_syms', - 'type': 'executable', - - 'sources': [ - 'src/tools/linux/dump_syms/dump_syms.cc', - 'src/common/linux/dump_symbols.cc', - 'src/common/linux/file_id.cc', - 'src/common/md5.c', - ], - - 'include_dirs': [ - 'src', - ], - }, +# { +# 'target_name': 'dump_syms', +# 'type': 'executable', +# +# 'sources': [ +# 'src/tools/linux/dump_syms/dump_syms.cc', +# 'src/common/linux/dump_symbols.cc', +# 'src/common/linux/file_id.cc', +# 'src/common/md5.c', +# ], +# +# 'include_dirs': [ +# 'src', +# ], +# }, ], }], ], |