summaryrefslogtreecommitdiffstats
path: root/third_party/leveldatabase
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-22 16:36:02 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-22 16:36:02 +0000
commit6b996a500fc46f7c9d4bd588eafaf3cd7b3fe7d5 (patch)
tree3baa10f018e77b767588789a22e5486369d1c12c /third_party/leveldatabase
parent225f96843f57da5db0c266d9287619a022fb5446 (diff)
downloadchromium_src-6b996a500fc46f7c9d4bd588eafaf3cd7b3fe7d5.zip
chromium_src-6b996a500fc46f7c9d4bd588eafaf3cd7b3fe7d5.tar.gz
chromium_src-6b996a500fc46f7c9d4bd588eafaf3cd7b3fe7d5.tar.bz2
fix location of warning disable for leveldb
Was added in wrong location in https://chromiumcodereview.appspot.com/10384092/ and apparently not very thoroughly tested. :/ R=thakis@chromium.org BUG=126483 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10414027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/leveldatabase')
-rw-r--r--third_party/leveldatabase/leveldatabase.gyp14
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.