diff options
Diffstat (limited to 'chrome_elf/chrome_elf.gyp')
-rw-r--r-- | chrome_elf/chrome_elf.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp index 1534dbf..775f48d 100644 --- a/chrome_elf/chrome_elf.gyp +++ b/chrome_elf/chrome_elf.gyp @@ -97,6 +97,8 @@ ], 'dependencies': [ 'chrome_elf_common', + '../base/base.gyp:base_static', + '../sandbox/sandbox.gyp:sandbox', ], }, { @@ -123,6 +125,8 @@ 'chrome_elf_types.h', 'chrome_elf_util.cc', 'chrome_elf_util.h', + 'thunk_getter.cc', + 'thunk_getter.h', ], }, { |