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

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

Issue 2652273002: Remove all service manifests from data_deps (Closed)
Patch Set: . Created 3 years, 10 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/nacl/broker/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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ] 52 ]
53
54 data_deps = [
55 ":manifest",
56 ]
57 } 53 }
58 54
59 service_manifest("manifest") { 55 service_manifest("manifest") {
60 name = "leveldb" 56 name = "leveldb"
61 source = "manifest.json" 57 source = "manifest.json"
62 } 58 }
63 59
64 service_test("leveldb_service_unittests") { 60 service_test("leveldb_service_unittests") {
65 sources = [ 61 sources = [
66 "leveldb_service_unittest.cc", 62 "leveldb_service_unittest.cc",
(...skipping 26 matching lines...) Expand all
93 source = "test_manifest.json" 89 source = "test_manifest.json"
94 } 90 }
95 91
96 catalog("leveldb_service_unittests_catalog") { 92 catalog("leveldb_service_unittests_catalog") {
97 embedded_services = [ ":test_manifest" ] 93 embedded_services = [ ":test_manifest" ]
98 standalone_services = [ 94 standalone_services = [
99 ":manifest", 95 ":manifest",
100 "//components/filesystem:manifest", 96 "//components/filesystem:manifest",
101 ] 97 ]
102 } 98 }
OLDNEW
« no previous file with comments | « components/filesystem/BUILD.gn ('k') | components/nacl/broker/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698