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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/leveldb/env_mojo.h » ('j') | components/leveldb/env_mojo.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//services/catalog/public/tools/catalog.gni") 5 import("//services/catalog/public/tools/catalog.gni")
6 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//services/service_manager/public/tools/test/service_test.gni") 8 import("//services/service_manager/public/tools/test/service_test.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ] 42 ]
43 43
44 deps = [ 44 deps = [
45 ":lib", 45 ":lib",
46 "//components/leveldb/public/interfaces", 46 "//components/leveldb/public/interfaces",
47 "//mojo/common", 47 "//mojo/common",
48 "//mojo/public/cpp/bindings", 48 "//mojo/public/cpp/bindings",
49 "//mojo/public/cpp/system", 49 "//mojo/public/cpp/system",
50 "//services/service_manager/public/cpp", 50 "//services/service_manager/public/cpp",
51 "//services/tracing/public/cpp", 51 "//services/tracing/public/cpp",
52 "//third_party/leveldatabase",
52 ] 53 ]
53 } 54 }
54 55
55 service_manifest("manifest") { 56 service_manifest("manifest") {
56 name = "leveldb" 57 name = "leveldb"
57 source = "manifest.json" 58 source = "manifest.json"
58 } 59 }
59 60
60 service_test("leveldb_service_unittests") { 61 service_test("leveldb_service_unittests") {
61 sources = [ 62 sources = [
(...skipping 27 matching lines...) Expand all
89 source = "test_manifest.json" 90 source = "test_manifest.json"
90 } 91 }
91 92
92 catalog("leveldb_service_unittests_catalog") { 93 catalog("leveldb_service_unittests_catalog") {
93 embedded_services = [ ":test_manifest" ] 94 embedded_services = [ ":test_manifest" ]
94 standalone_services = [ 95 standalone_services = [
95 ":manifest", 96 ":manifest",
96 "//components/filesystem:manifest", 97 "//components/filesystem:manifest",
97 ] 98 ]
98 } 99 }
OLDNEW
« 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