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

Unified Diff: components/leveldb/BUILD.gn

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/filesystem/public/interfaces/file.mojom ('k') | components/leveldb/env_mojo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/BUILD.gn
diff --git a/components/leveldb/BUILD.gn b/components/leveldb/BUILD.gn
index 009bf8320220b3f789cab0365d9e7b2abd5da92f..b521188a5ea0d4b2e6195e76cd058f6190984606 100644
--- a/components/leveldb/BUILD.gn
+++ b/components/leveldb/BUILD.gn
@@ -12,8 +12,8 @@ source_set("lib") {
"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/filesystem/public/interfaces/file.mojom ('k') | components/leveldb/env_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698