Index: trunk/src/build/common.gypi |
=================================================================== |
--- trunk/src/build/common.gypi (revision 245500) |
+++ trunk/src/build/common.gypi (working copy) |
@@ -2478,13 +2478,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', |
- ], |
- }], |
], # conditions for 'target_defaults' |
'target_conditions': [ |
['enable_wexit_time_destructors==1', { |