diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 20:18:00 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 20:18:00 +0000 |
commit | 465ae14d9f7542a35afa2722e58c0de9800b0fd5 (patch) | |
tree | 736eefe31bad583383db96581cd4209dc2f8ed53 /breakpad | |
parent | c78ea90a5cd2a1d9107949ac089129d58458defb (diff) | |
download | chromium_src-465ae14d9f7542a35afa2722e58c0de9800b0fd5.zip chromium_src-465ae14d9f7542a35afa2722e58c0de9800b0fd5.tar.gz chromium_src-465ae14d9f7542a35afa2722e58c0de9800b0fd5.tar.bz2 |
Remove minidump_2_core target since it's not used and breaks 64-bit build.
Review URL: http://codereview.chromium.org/173138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 334bcd1..1fc1440 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -334,19 +334,6 @@ '..', ], }, - { - 'target_name': 'minidump_2_core', - 'type': 'executable', - - 'sources': [ - 'linux/minidump-2-core.cc', - ], - - 'include_dirs': [ - 'src', - '..', - ], - }, ], }], ], |