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

Side by Side Diff: components/leveldb/BUILD.gn

Issue 2855393002: Fix a TODO in GN file (Closed)
Patch Set: Created 3 years, 7 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 | « components/filesystem/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 catalog = ":leveldb_service_unittests_catalog" 65 catalog = ":leveldb_service_unittests_catalog"
66 66
67 deps = [ 67 deps = [
68 "//base", 68 "//base",
69 "//components/filesystem/public/interfaces", 69 "//components/filesystem/public/interfaces",
70 "//components/leveldb/public/cpp", 70 "//components/leveldb/public/cpp",
71 "//components/leveldb/public/interfaces", 71 "//components/leveldb/public/interfaces",
72 "//mojo/common", 72 "//mojo/common",
73 "//mojo/public/cpp/bindings", 73 "//mojo/public/cpp/bindings",
74 "//mojo/public/cpp/system", 74 "//mojo/public/cpp/system",
75 "//services/service_manager/public/cpp",
75 "//services/service_manager/public/cpp:service_test_support", 76 "//services/service_manager/public/cpp:service_test_support",
76 "//services/service_manager/public/cpp:sources",
77 "//third_party/leveldatabase", 77 "//third_party/leveldatabase",
78 ] 78 ]
79 79
80 data_deps = [ 80 data_deps = [
81 ":leveldb", 81 ":leveldb",
82 "//components/filesystem:filesystem", 82 "//components/filesystem:filesystem",
83 ] 83 ]
84 } 84 }
85 85
86 service_manifest("test_manifest") { 86 service_manifest("test_manifest") {
87 name = "leveldb_service_unittests" 87 name = "leveldb_service_unittests"
88 source = "test_manifest.json" 88 source = "test_manifest.json"
89 } 89 }
90 90
91 catalog("leveldb_service_unittests_catalog") { 91 catalog("leveldb_service_unittests_catalog") {
92 embedded_services = [ ":test_manifest" ] 92 embedded_services = [ ":test_manifest" ]
93 standalone_services = [ 93 standalone_services = [
94 ":manifest", 94 ":manifest",
95 "//components/filesystem:manifest", 95 "//components/filesystem:manifest",
96 ] 96 ]
97 } 97 }
OLDNEW
« no previous file with comments | « components/filesystem/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698