Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index df25eb46ec6cc92c68bb63650657d492b1f29d23..f0ec9bb8039be5907cdd98abc5f6539df403850e 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1435,6 +1435,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. |