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

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: 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..0b8e193322d16af265026a8705448f2aa3e0886d 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_win32.cc',
+ 'env_chromium_win32.h',
+ ],
+ }],
],
'direct_dependent_settings': {
'include_dirs': [
@@ -72,7 +78,11 @@
# they don't build.
'env_chromium.cc',
'env_chromium.h',
+ 'env_chromium_posix.cc',
+ 'env_chromium_posix.h',
'env_idb.h',
+ 'leveldb_switches.cc',
+ 'leveldb_switches.h',
'port/port_chromium.cc',
'port/port_chromium.h',
'src/db/builder.cc',
@@ -159,6 +169,7 @@
],
'sources/': [
['exclude', '_(android|example|portable|posix)\\.cc$'],
+ ['include', 'env_chromium_posix.cc'],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698