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

Unified Diff: components/leveldb/BUILD.gn

Issue 1861903002: mojo leveldb: Add an iteration interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + comments Created 4 years, 8 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 | « no previous file | components/leveldb/leveldb.gyp » ('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 b521188a5ea0d4b2e6195e76cd058f6190984606..9d4a3e54960f6d2218465ff5e01d3135a4db0f60 100644
--- a/components/leveldb/BUILD.gn
+++ b/components/leveldb/BUILD.gn
@@ -16,12 +16,11 @@ source_set("lib") {
"leveldb_mojo_proxy.h",
"leveldb_service_impl.cc",
"leveldb_service_impl.h",
- "util.cc",
- "util.h",
]
deps = [
"//components/filesystem/public/interfaces",
+ "//components/leveldb/public/cpp",
"//components/leveldb/public/interfaces",
"//mojo/common",
"//mojo/message_pump",
@@ -62,11 +61,13 @@ mojo_application_manifest("manifest") {
test("leveldb_service_unittests") {
sources = [
"leveldb_service_unittest.cc",
+ "remote_iterator_unittest.cc",
]
deps = [
"//base",
"//components/filesystem/public/interfaces",
+ "//components/leveldb/public/cpp",
"//components/leveldb/public/interfaces",
"//mojo/common",
"//mojo/platform_handle",
@@ -74,6 +75,7 @@ test("leveldb_service_unittests") {
"//mojo/shell/public/cpp:shell_test_support",
"//mojo/shell/public/cpp:sources",
"//mojo/shell/public/cpp/test:run_all_shelltests",
+ "//third_party/leveldatabase",
]
data_deps = [
« no previous file with comments | « no previous file | components/leveldb/leveldb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698