Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5443)

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 2088133002: Switch chrome_elf exception handling from breakpad to crashpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_elf/breakpad.cc ('k') | chrome_elf/chrome_elf_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 7a49fe8518c49e6f86ff59f94cc784c69e3c6925..e0482acfba4f1b29f6cdd7a7f323f5872729903f 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -43,7 +43,6 @@
],
'dependencies': [
'blacklist',
- 'chrome_elf_breakpad',
'chrome_elf_resources',
'../chrome/chrome.gyp:install_static_util',
'../components/components.gyp:crash_component',
@@ -150,24 +149,6 @@
'thunk_getter.h',
],
},
- {
- 'target_name': 'chrome_elf_breakpad',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- '<(SHARED_INTERMEDIATE_DIR)',
- ],
- 'sources': [
- 'breakpad.cc',
- 'breakpad.h',
- ],
- 'dependencies': [
- 'chrome_elf_common',
- '../breakpad/breakpad.gyp:breakpad_handler',
- '../chrome/common_constants.gyp:version_header',
- '../chrome/chrome.gyp:install_static_util',
- ],
- },
], # targets
'conditions': [
['test_isolation_mode != "noop"', {
« no previous file with comments | « chrome_elf/breakpad.cc ('k') | chrome_elf/chrome_elf_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698