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

Side by Side Diff: services/service_manager/public/cpp/BUILD.gn

Issue 2857963004: Flatten Connector & ConnectorImpl (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 | « no previous file | services/service_manager/public/cpp/connector.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 group("cpp") { 5 group("cpp") {
6 public_deps = [ 6 public_deps = [
7 ":sources", 7 ":sources",
8 ] 8 ]
9 } 9 }
10 10
11 # TODO(rockot): Rename this to "cpp". 11 # TODO(rockot): Rename this to "cpp".
12 static_library("sources") { 12 static_library("sources") {
13 sources = [ 13 sources = [
14 "bind_source_info.h", 14 "bind_source_info.h",
15 "binder_registry.h", 15 "binder_registry.h",
16 "connect.h", 16 "connect.h",
17 "connector.cc",
17 "connector.h", 18 "connector.h",
18 "identity.h", 19 "identity.h",
19 "interface_binder.h", 20 "interface_binder.h",
20 "interface_provider.h", 21 "interface_provider.h",
21 "interface_provider_spec.h", 22 "interface_provider_spec.h",
22 "lib/bind_source_info.cc", 23 "lib/bind_source_info.cc",
23 "lib/binder_registry.cc", 24 "lib/binder_registry.cc",
24 "lib/callback_binder.cc", 25 "lib/callback_binder.cc",
25 "lib/callback_binder.h", 26 "lib/callback_binder.h",
26 "lib/connector_impl.cc",
27 "lib/connector_impl.h",
28 "lib/identity.cc", 27 "lib/identity.cc",
29 "lib/interface_provider.cc", 28 "lib/interface_provider.cc",
30 "lib/interface_provider_spec.cc", 29 "lib/interface_provider_spec.cc",
31 "lib/service.cc", 30 "lib/service.cc",
32 "lib/service_context.cc", 31 "lib/service_context.cc",
33 "lib/service_context_ref.cc", 32 "lib/service_context_ref.cc",
34 "lib/service_runner.cc", 33 "lib/service_runner.cc",
35 "service.h", 34 "service.h",
36 "service_context.h", 35 "service_context.h",
37 "service_context_ref.h", 36 "service_context_ref.h",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "//mojo/edk/system", 80 "//mojo/edk/system",
82 "//mojo/public/cpp/bindings", 81 "//mojo/public/cpp/bindings",
83 "//mojo/public/cpp/system", 82 "//mojo/public/cpp/system",
84 "//services/service_manager/background:lib", 83 "//services/service_manager/background:lib",
85 "//services/service_manager/public/interfaces", 84 "//services/service_manager/public/interfaces",
86 ] 85 ]
87 86
88 data_deps = [] 87 data_deps = []
89 } 88 }
90 } 89 }
OLDNEW
« no previous file with comments | « no previous file | services/service_manager/public/cpp/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698