Index: third_party/leveldatabase/leveldatabase.gyp |
diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp |
index 101df72151cc92e4dc0bbb344024f4704f831737..26f3a361a3990de290c7bbd5793382c070491696 100644 |
--- a/third_party/leveldatabase/leveldatabase.gyp |
+++ b/third_party/leveldatabase/leveldatabase.gyp |
@@ -55,16 +55,16 @@ |
'include_dirs': [ |
'src/port/win', |
], |
- # Patch posted for upstream, can be removed once that's landed and |
- # rolled into Chromium. |
- # Internal link: https://mondrian.corp.google.com/#review/29997992 |
- 'msvs_disabled_warnings': [ |
- # Signed/unsigned comparison. |
- 4018, |
- ], |
}], |
], |
}, |
+ # Patch posted for upstream, can be removed once that's landed and |
+ # rolled into Chromium. |
+ # Internal link: https://mondrian.corp.google.com/#review/29997992 |
+ 'msvs_disabled_warnings': [ |
+ # Signed/unsigned comparison. |
+ 4018, |
+ ], |
'sources': [ |
# Include and then exclude so that all files show up in IDEs, even if |
# they don't build. |