Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 92566) |
+++ build/common.gypi (working copy) |
@@ -895,6 +895,11 @@ |
}, |
}, |
}], |
+ [ 'OS=="win" and component=="shared_library"', { |
rvargas (doing something else)
2011/07/16 01:37:35
Why do we need this for non chromium code?
|
+ 'msvs_disabled_warnings': [ |
+ 4251, # class 'std::xx' needs to have dll-interface. |
+ ], |
+ }], |
[ 'OS=="mac"', { |
'xcode_settings': { |
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', |