| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 2735ac8d580526c9a59406cf2049af6b4c26c1f2..d4a8ea2840b185fa1afa2007722ccacbd40bdc21 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2502,13 +2502,6 @@
|
| ['enable_ipc_fuzzer==1', {
|
| 'defines': ['ENABLE_IPC_FUZZER=1'],
|
| }],
|
| - ['OS=="win" and component=="shared_library"', {
|
| - 'dependencies': [
|
| - # All targets in a component build must depend on chrome_redirects,
|
| - # to ensure that certain calls go through it.
|
| - '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_redirects',
|
| - ],
|
| - }],
|
| ['video_hole==1', {
|
| 'defines': ['VIDEO_HOLE=1'],
|
| }],
|
|
|