summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-17 19:39:42 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-17 19:39:42 +0000
commitea47b6a802638fa18df618d5ba71dc4b5b3b4c48 (patch)
tree6c1cc5a5aac4c5c8dd81fbee7b2f87652ab1b823 /build
parent48c18de8a9e3a35f5a829e7fb01e76d80e5b596e (diff)
downloadchromium_src-ea47b6a802638fa18df618d5ba71dc4b5b3b4c48.zip
chromium_src-ea47b6a802638fa18df618d5ba71dc4b5b3b4c48.tar.gz
chromium_src-ea47b6a802638fa18df618d5ba71dc4b5b3b4c48.tar.bz2
Introduce ui.dll / libui.so for the component build.
R=ben@chromium.org Review URL: http://codereview.chromium.org/7328011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 54d0e16..c50b175 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -886,6 +886,12 @@
},
},
}],
+ # TODO(darin): Unfortunately, some third_party code depends on base/
+ [ 'OS=="win" and component=="shared_library"', {
+ 'msvs_disabled_warnings': [
+ 4251, # class 'std::xx' needs to have dll-interface.
+ ],
+ }],
[ 'OS=="mac"', {
'xcode_settings': {
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',