| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index 83514e73670541d8b6ddb75b63a8d780da09a97a..e131b1b2494a2eb15cf3316088559bf3b9f09c02 100644
|
| --- a/chrome_elf/chrome_elf.gyp
|
| +++ b/chrome_elf/chrome_elf.gyp
|
| @@ -16,8 +16,11 @@
|
| 'type': 'shared_library',
|
| 'include_dirs': [
|
| '..',
|
| + '<(SHARED_INTERMEDIATE_DIR)',
|
| ],
|
| 'sources': [
|
| + 'breakpad.cc',
|
| + 'breakpad.h',
|
| 'chrome_elf.def',
|
| 'chrome_elf_main.cc',
|
| 'chrome_elf_main.h',
|
| @@ -25,6 +28,8 @@
|
| 'dependencies': [
|
| 'blacklist',
|
| 'chrome_elf_lib',
|
| + '../breakpad/breakpad.gyp:breakpad_handler',
|
| + '../chrome/chrome.gyp:chrome_version_header',
|
| ],
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
| @@ -59,7 +64,9 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:run_all_unittests',
|
| '../base/base.gyp:test_support_base',
|
| + '../breakpad/breakpad.gyp:breakpad_handler',
|
| '../sandbox/sandbox.gyp:sandbox',
|
| + '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| 'blacklist',
|
| 'blacklist_test_dll_1',
|
|
|