diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi index 2735ac8..d4a8ea2 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'], }], |