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

Unified Diff: components/leveldb/leveldb.gyp

Issue 1839823002: mojo leveldb: Remove the created file thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: And cut out manual Signal()ing most places. Created 4 years, 9 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 | « components/leveldb/env_mojo.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb.gyp
diff --git a/components/leveldb/leveldb.gyp b/components/leveldb/leveldb.gyp
index d2df15eb8db756b78517c6cb60f36a7029a08d04..7c367bc43aff6ebe6940f631fdcb1d662f97ddd9 100644
--- a/components/leveldb/leveldb.gyp
+++ b/components/leveldb/leveldb.gyp
@@ -22,8 +22,8 @@
'env_mojo.h',
'leveldb_database_impl.cc',
'leveldb_database_impl.h',
- 'leveldb_file_thread.cc',
- 'leveldb_file_thread.h',
+ 'leveldb_mojo_proxy.cc',
+ 'leveldb_mojo_proxy.h',
'leveldb_service_impl.cc',
'leveldb_service_impl.h',
'util.cc',
« no previous file with comments | « components/leveldb/env_mojo.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698