| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 98cd460d508a3d1a64a98bae463b0413d344c0a5..42692d1074be6cc4829c2d1d45eca9c0de5127fa 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2494,6 +2494,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', {
|
|
|