Chromium Code Reviews| Index: chrome_elf/blacklist.gypi |
| diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi |
| index 2db49417b9e0b1d04af46ed9d3eb71121b50166c..ecd745afc9200eebafbf90cc27cd6687d646004c 100644 |
| --- a/chrome_elf/blacklist.gypi |
| +++ b/chrome_elf/blacklist.gypi |
| @@ -7,6 +7,7 @@ |
| 'target_name': 'blacklist', |
| 'type': 'static_library', |
| 'include_dirs': [ |
| + '..', |
| '<(SHARED_INTERMEDIATE_DIR)', |
| ], |
| 'sources': [ |
| @@ -21,7 +22,10 @@ |
| # chrome_elf cannot do. |
| '../base/base.gyp:base_static', |
| '../chrome/chrome.gyp:chrome_version_header', |
| - '../sandbox/sandbox.gyp:sandbox', |
| + '../chrome_elf/chrome_elf.gyp:chrome_elf_breakpad', |
| + # TODO(caitkp): Why do we need this here? |
|
robertshield
2014/02/10 18:43:14
possibly for the test target (blacklist_test_main_
Cait (Slow)
2014/02/12 19:15:41
Fixed by fwd declaring the ExceptionHandler.
|
| + '../breakpad/breakpad.gyp:breakpad_handler', |
| + '../sandbox/sandbox.gyp:sandbox', |
| ], |
| }, |
| { |