Chromium Code Reviews| Index: chrome_elf/chrome_elf.gyp |
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp |
| index 165507d0be4a1734de45c31b906de35f7790a848..7eeae2b4b787e540e51b014add3b1294fb4e13ce 100644 |
| --- a/chrome_elf/chrome_elf.gyp |
| +++ b/chrome_elf/chrome_elf.gyp |
| @@ -124,6 +124,8 @@ |
| ], |
| 'dependencies': [ |
| 'chrome_elf_common', |
| + '../base/base.gyp:base_static', |
| + '../sandbox/sandbox.gyp:sandbox', |
| ], |
| }, |
| { |
| @@ -150,6 +152,8 @@ |
| 'chrome_elf_types.h', |
| 'chrome_elf_util.cc', |
| 'chrome_elf_util.h', |
| + 'thunk_getter.cc', |
| + 'thunk_getter.h', |
| ], |
| }, |
| { |