| Index: chrome_elf/chrome_elf.gyp
|
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
|
| index 5aaff5541eae4bca5319930691397fa488dcce24..a8f15bd8418e0fee0a15a4363647f50d7af3805b 100644
|
| --- a/chrome_elf/chrome_elf.gyp
|
| +++ b/chrome_elf/chrome_elf.gyp
|
| @@ -21,9 +21,6 @@
|
| 'chrome_elf_main.cc',
|
| 'chrome_elf_main.h',
|
| ],
|
| - 'dependencies': [
|
| - 'chrome_elf_lib',
|
| - ],
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
| 'BaseAddress': '0x01c20000',
|
| @@ -32,17 +29,5 @@
|
| },
|
| },
|
| },
|
| - {
|
| - 'target_name': 'chrome_elf_lib',
|
| - 'type': 'static_library',
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'chrome_elf_types.h',
|
| - 'ntdll_cache.cc',
|
| - 'ntdll_cache.h',
|
| - ],
|
| - },
|
| ],
|
| }
|
|
|