diff options
Diffstat (limited to 'chrome_elf/blacklist.gypi')
-rw-r--r-- | chrome_elf/blacklist.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi index 2db4941..24fcec6 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,8 @@ # 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', + '../sandbox/sandbox.gyp:sandbox', ], }, { |