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

Unified Diff: third_party/leveldatabase/leveldatabase.gyp

Issue 27089002: Use the system stdint.h on Windows in leveldatabase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 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
===================================================================
--- third_party/leveldatabase/leveldatabase.gyp (revision 228339)
+++ third_party/leveldatabase/leveldatabase.gyp (working copy)
@@ -25,11 +25,6 @@
'src/include/',
],
'conditions': [
- ['OS == "win"', {
- 'include_dirs': [
- 'src/port/win',
- ],
- }],
['use_snappy', {
'defines': [
'USE_SNAPPY=1',
@@ -61,13 +56,6 @@
'src/',
'.',
],
- 'conditions': [
- ['OS == "win"', {
- 'include_dirs': [
- 'src/port/win',
- ],
- }],
- ],
},
# Patch posted for upstream, can be removed once that's landed and
# rolled into Chromium.
« 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