diff options
Diffstat (limited to 'third_party/leveldatabase/leveldatabase.gyp')
-rw-r--r-- | third_party/leveldatabase/leveldatabase.gyp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp index 101df72..26f3a36 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. |