| 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': [
|
|
|