Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index b134400a1ccd48aa2ac6bc270f514b930368f052..93fd8f88a1b2ece456087dd4126e5e2b0211b80a 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2458,6 +2458,13 @@ |
['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', { |