| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index 87d16f22a754d772bcfe4ce02468b99c535e8eda..f34a2cdfb1636d7b28460767f099a8116ff7847a 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',
|
| @@ -133,24 +132,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"', {
|
|
|