| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 50144f4e63ce5c421f6814a2eb6f8b0bbef59952..bf89dbab35ac5aaeb5785871b481331173e1c158 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1432,6 +1432,9 @@
|
| }],
|
| ['component=="shared_library"', {
|
| 'win_use_allocator_shim%': 0,
|
| + },{
|
| + # Turn on multiple dll by default on Windows when in static_library.
|
| + 'chrome_multiple_dll%': 1,
|
| }],
|
| ['component=="shared_library" and "<(GENERATOR)"=="ninja"', {
|
| # Only enabled by default for ninja because it's buggy in VS.
|
|
|