From ea47b6a802638fa18df618d5ba71dc4b5b3b4c48 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Sun, 17 Jul 2011 19:39:42 +0000 Subject: 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 --- build/common.gypi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build') 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', -- cgit v1.1