Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index be7a21efd9c633c454c8a9d600f7c21a382a4f7e..0e66dba9609eba74df667ad9ce45cd88b7e2e7b7 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -554,12 +554,6 @@ |
# We use "POSIX" to refer to all non-Windows operating systems. |
['OS=="win"', { |
'sources/': [ ['exclude', '_posix\\.cc$'] ], |
- # turn on warnings for signed/unsigned mismatch on chromium code. |
- 'msvs_settings': { |
- 'VCCLCompilerTool': { |
- 'AdditionalOptions': ['/we4389'], |
- }, |
- }, |
}], |
# Though Skia is conceptually shared by Linux and Windows, |
# the only _skia files in our tree are Linux-specific. |