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

Unified Diff: third_party/leveldatabase/leveldatabase.gyp

Issue 113373002: Unrevert r245135 "Created new Windows LevelDB environment." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IDB env always Win32, and other requested changes. Created 7 years 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
Index: third_party/leveldatabase/leveldatabase.gyp
diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp
index 531f9f642be2b54323ddfd2187d99bd6cf790329..6de7c6f4ec930130ae9e5d0411c6097751fbd275 100644
--- a/third_party/leveldatabase/leveldatabase.gyp
+++ b/third_party/leveldatabase/leveldatabase.gyp
@@ -49,6 +49,12 @@
'../../third_party/snappy/snappy.gyp:snappy',
],
}],
+ ['OS=="win"', {
+ 'sources': [
+ 'env_chromium_win.cc',
+ 'env_chromium_win.h',
+ ],
+ }],
],
'direct_dependent_settings': {
'include_dirs': [
@@ -72,6 +78,8 @@
# they don't build.
'env_chromium.cc',
'env_chromium.h',
+ 'env_chromium_stdio.cc',
+ 'env_chromium_stdio.h',
'env_idb.h',
'port/port_chromium.cc',
'port/port_chromium.h',

Powered by Google App Engine
This is Rietveld 408576698