Chromium Code Reviews| Index: chrome_elf/chrome_elf.gyp |
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp |
| index 5e6ecfce1d3a364064fcf90cd90da7ec514b726a..c9d3b5e7ac93eab70f626b2542ba62eed6cfc28d 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', |
|
scottmg
2016/04/19 23:27:17
indent of all the additions in this file are wrong
ananta
2016/04/19 23:42:43
Done.
|
| ], |
| '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 |