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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 2123073002: Switch chrome_elf exception handling from breakpad to crashpad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to tip and git cl format Created 4 years, 5 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/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 5077aa70a1506e9f0bccb52d91f925daffdc271e..c9a412b938f49714b447fb81f7d23c66561d9cd5 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -47,7 +47,6 @@
'dependencies': [
'../chrome/chrome.gyp:install_static_util',
'blacklist',
- 'chrome_elf_breakpad',
'chrome_elf_hook_util',
'chrome_elf_resources',
'chrome_elf_security',
@@ -90,24 +89,6 @@
],
},
{
- 'target_name': 'chrome_elf_breakpad',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- '<(SHARED_INTERMEDIATE_DIR)',
- ],
- 'sources': [
- 'breakpad/breakpad.cc',
- 'breakpad/breakpad.h',
- ],
- 'dependencies': [
- '../breakpad/breakpad.gyp:breakpad_handler',
- '../chrome/chrome.gyp:install_static_util',
- '../chrome/common_constants.gyp:version_header',
- 'nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
- ],
- },
- {
'target_name': 'chrome_elf_hook_util',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « chrome_elf/breakpad/breakpad.cc ('k') | chrome_elf/chrome_elf_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698