| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index e0482acfba4f1b29f6cdd7a7f323f5872729903f..7a49fe8518c49e6f86ff59f94cc784c69e3c6925 100644
|
| --- a/chrome_elf/chrome_elf.gyp
|
| +++ b/chrome_elf/chrome_elf.gyp
|
| @@ -43,6 +43,7 @@
|
| ],
|
| 'dependencies': [
|
| 'blacklist',
|
| + 'chrome_elf_breakpad',
|
| 'chrome_elf_resources',
|
| '../chrome/chrome.gyp:install_static_util',
|
| '../components/components.gyp:crash_component',
|
| @@ -149,6 +150,24 @@
|
| '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"', {
|
|
|