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

Unified Diff: services/file/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
Index: services/file/BUILD.gn
diff --git a/services/file/BUILD.gn b/services/file/BUILD.gn
index d69bb43cacf3cbc3eb8d297dd6ffe4b46d405159..1365d5f4cf37d620c301b085dcae5029194ad775 100644
--- a/services/file/BUILD.gn
+++ b/services/file/BUILD.gn
@@ -27,6 +27,7 @@ source_set("lib") {
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//services/tracing/public/cpp",
+ "//third_party/leveldatabase",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698