aboutsummaryrefslogtreecommitdiff
path: root/third_party/google-gflags/google-gflags.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/google-gflags/google-gflags.gyp')
-rw-r--r--third_party/google-gflags/google-gflags.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/google-gflags/google-gflags.gyp b/third_party/google-gflags/google-gflags.gyp
index 211280a041..23b3c4d9c2 100644
--- a/third_party/google-gflags/google-gflags.gyp
+++ b/third_party/google-gflags/google-gflags.gyp
@@ -51,10 +51,12 @@
'src/gflags_reporting.cc',
],
'conditions': [
- ['OS == "win"', {
+ ['OS=="win"', {
'sources': [
'src/windows/port.cc',
],
+ # Suppress warnings about WIN32_LEAN_AND_MEAN.
+ 'msvs_disabled_warnings': [4005,],
}],
# TODO(andrew): Look into fixing this warning upstream:
# http://code.google.com/p/webrtc/issues/detail?id=760