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

Unified Diff: content/test/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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5537adb9736d822a7dccdb07df44e82a4808cf77..2ce814d93223a9e8d8173dd3e3fa83ad211b12a8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1473,6 +1473,7 @@ test("content_unittests") {
"//cc/ipc",
"//cc/surfaces",
"//components/display_compositor",
+ "//components/leveldb:lib",
"//components/leveldb/public/cpp",
"//components/payments/content:mojom",
"//components/payments/content:mojom_payment_app",

Powered by Google App Engine
This is Rietveld 408576698