summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 06:58:22 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 06:58:22 +0000
commit45b7c5297c8ccf66230501e92e4a52679726d396 (patch)
tree4cef713db14e0f56c3e3a72f6d1df73fb97dbf00 /build/common.gypi
parent6504c08e583886c60a2322b29c589c3ca6473215 (diff)
downloadchromium_src-45b7c5297c8ccf66230501e92e4a52679726d396.zip
chromium_src-45b7c5297c8ccf66230501e92e4a52679726d396.tar.gz
chromium_src-45b7c5297c8ccf66230501e92e4a52679726d396.tar.bz2
reland 'Set chrome_multiple_dll=1 by default on Windows in static_library'
Previously: https://codereview.chromium.org/22909017/ TBR=jam@chromium.org BUG=237249 Review URL: https://chromiumcodereview.appspot.com/23320004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 847d23c..0e0efda 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1446,6 +1446,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.