Index: trunk/src/build/common.gypi |
=================================================================== |
--- trunk/src/build/common.gypi (revision 218288) |
+++ trunk/src/build/common.gypi (working copy) |
@@ -1432,9 +1432,6 @@ |
}], |
['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. |