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
This commit is contained in:
@ -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',
|
||||
# ],
|
||||
# },
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
Reference in New Issue
Block a user