| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index aa13b0cf7db441f14be05644f5bdab23ce745858..fb80363017f19f8ba41475362aab99459755b638 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2468,6 +2468,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', {
|
|
|