summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/app/breakpad_linux_stub.cc5
-rw-r--r--chrome/chrome.gyp3
2 files changed, 0 insertions, 8 deletions
diff --git a/chrome/app/breakpad_linux_stub.cc b/chrome/app/breakpad_linux_stub.cc
index e92ae65..ee99606 100644
--- a/chrome/app/breakpad_linux_stub.cc
+++ b/chrome/app/breakpad_linux_stub.cc
@@ -7,8 +7,3 @@
void EnableCrashDumping() {
}
-
-int UploadCrashDump(const char* filename, const char* crash_url,
- unsigned crash_url_length) {
- return -1;
-}
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c7f1fbb..9bb9802 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2835,7 +2835,6 @@
'chrome_strings',
'test_support_unit',
'../app/app.gyp:app_resources',
- '../breakpad/breakpad.gyp:breakpad_client',
'../net/net.gyp:net_test_support',
'../printing/printing.gyp:printing',
'../webkit/webkit.gyp:webkit',
@@ -2850,8 +2849,6 @@
'..',
],
'sources': [
- 'app/breakpad_linux.h',
- 'app/breakpad_linux_stub.cc',
'app/breakpad_mac_stubs.mm',
# *NO* files in chrome/app have unit tests (except keystone_glue)!!!
# It seems a waste to have an app_unittests target, so for now