Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: third_party/leveldatabase/leveldatabase.gyp

Issue 10414027: fix location of warning disable for leveldb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698