| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index 5e6ecfce1d3a364064fcf90cd90da7ec514b726a..034476a6568d865848c9ab957e793ab99fa4c2c8 100644
|
| --- a/chrome_elf/chrome_elf.gyp
|
| +++ b/chrome_elf/chrome_elf.gyp
|
| @@ -43,6 +43,7 @@
|
| 'blacklist',
|
| 'chrome_elf_breakpad',
|
| 'chrome_elf_resources',
|
| + '../chrome/chrome.gyp:install_static_util',
|
| ],
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
| @@ -80,6 +81,7 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:run_all_unittests',
|
| '../base/base.gyp:test_support_base',
|
| + '../chrome/chrome.gyp:install_static_util',
|
| '../sandbox/sandbox.gyp:sandbox',
|
| '../testing/gtest.gyp:gtest',
|
| 'blacklist',
|
| @@ -97,6 +99,7 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../chrome/chrome.gyp:chrome',
|
| + '../chrome/chrome.gyp:install_static_util',
|
| 'chrome_elf',
|
| 'chrome_elf_unittests_exe',
|
| ],
|
| @@ -122,8 +125,6 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| - 'chrome_elf_util.cc',
|
| - 'chrome_elf_util.h',
|
| 'thunk_getter.cc',
|
| 'thunk_getter.h',
|
| ],
|
| @@ -143,6 +144,7 @@
|
| 'chrome_elf_common',
|
| '../breakpad/breakpad.gyp:breakpad_handler',
|
| '../chrome/common_constants.gyp:version_header',
|
| + '../chrome/chrome.gyp:install_static_util',
|
| ],
|
| },
|
| ], # targets
|
|
|