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

Unified Diff: components/leveldb/BUILD.gn

Issue 2722293002: Fix lifetime of leveldb::MojoEnv instances. (Closed)
Patch Set: annotate leaks Created 3 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/env_mojo.h » ('j') | components/leveldb/env_mojo.h » ('J')
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 68eb41947d61ae328696ff1e17fc71bd8943ab38..e59c787abc0374d59765fa88f2915652d61ef327 100644
--- a/components/leveldb/BUILD.gn
+++ b/components/leveldb/BUILD.gn
@@ -49,6 +49,7 @@ service("leveldb") {
"//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
"//services/tracing/public/cpp",
+ "//third_party/leveldatabase",
]
}
« no previous file with comments | « no previous file | components/leveldb/env_mojo.h » ('j') | components/leveldb/env_mojo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698