diff options
-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', +# ], +# }, ], }], ], |