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

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: Fixed performance issue: no longer syncing in Flush(). Created 6 years, 11 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 | « third_party/leveldatabase/env_chromium_win.cc ('k') | 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 f3510f63bd6c2c3e4df05940e7fc97dc723f1ea8..0f46313feaae420daef7cde3ffa0ef93e4af01fc 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',
« no previous file with comments | « third_party/leveldatabase/env_chromium_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698