| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index 00cee29a1612e6b011fb720eb643cda854c273e8..881d3c9bfd1b56ff47e173812236b0c74f87c48f 100644
|
| --- a/chrome_elf/chrome_elf.gyp
|
| +++ b/chrome_elf/chrome_elf.gyp
|
| @@ -105,6 +105,8 @@
|
| ],
|
| 'dependencies': [
|
| 'chrome_elf_common',
|
| + '../base/base.gyp:base_static',
|
| + '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
| 'conditions': [
|
| ['component=="shared_library"', {
|
| @@ -128,6 +130,8 @@
|
| 'chrome_elf_types.h',
|
| 'chrome_elf_util.cc',
|
| 'chrome_elf_util.h',
|
| + 'thunk_getter.cc',
|
| + 'thunk_getter.h',
|
| ],
|
| 'conditions': [
|
| ['component=="shared_library"', {
|
|
|