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

Side by Side Diff: mojo/public/cpp/application/BUILD.gn

Issue 858103002: Remove [Client=] annotation from ServiceProvider (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase for trybots (no code changes from ps2) Created 5 years, 11 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 | « examples/wm_flow/wm/wm.cc ('k') | mojo/public/cpp/application/application_connection.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 import("../../mojo_sdk.gni") 5 import("../../mojo_sdk.gni")
6 6
7 # GYP version: mojo/public/mojo_public.gyp:mojo_application_base 7 # GYP version: mojo/public/mojo_public.gyp:mojo_application_base
8 mojo_sdk_source_set("application") { 8 mojo_sdk_source_set("application") {
9 sources = [ 9 sources = [
10 "application_connection.h", 10 "application_connection.h",
11 "application_delegate.h", 11 "application_delegate.h",
12 "application_impl.h", 12 "application_impl.h",
13 "connect.h", 13 "connect.h",
14 "service_provider_impl.h", 14 "service_provider_impl.h",
15 "interface_factory.h", 15 "interface_factory.h",
16 "interface_factory_impl.h", 16 "interface_factory_impl.h",
17 "lib/application_connection.cc", 17 "lib/application_connection.cc",
18 "lib/application_delegate.cc", 18 "lib/application_delegate.cc",
19 "lib/application_impl.cc", 19 "lib/application_impl.cc",
20 "lib/service_provider_impl.cc", 20 "lib/service_provider_impl.cc",
21 "lib/service_connector.cc", 21 "lib/service_connector.cc",
22 "lib/service_connector.h", 22 "lib/service_connector.h",
23 "lib/service_registry.cc", 23 "lib/service_registry.cc",
24 "lib/service_registry.h", 24 "lib/service_registry.h",
25 "lib/weak_service_provider.cc",
26 "lib/weak_service_provider.h",
27 ] 25 ]
28 26
29 mojo_sdk_deps = [ 27 mojo_sdk_deps = [
30 "mojo/public/cpp/bindings", 28 "mojo/public/cpp/bindings",
31 "mojo/public/cpp/environment", 29 "mojo/public/cpp/environment",
32 "mojo/public/cpp/system", 30 "mojo/public/cpp/system",
33 "mojo/public/interfaces/application", 31 "mojo/public/interfaces/application",
34 ] 32 ]
35 } 33 }
36 34
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 deps = [ 80 deps = [
83 ":application", 81 ":application",
84 ] 82 ]
85 83
86 mojo_sdk_deps = [ 84 mojo_sdk_deps = [
87 "mojo/public/cpp/environment:standalone", 85 "mojo/public/cpp/environment:standalone",
88 "mojo/public/cpp/system", 86 "mojo/public/cpp/system",
89 "mojo/public/cpp/utility", 87 "mojo/public/cpp/utility",
90 ] 88 ]
91 } 89 }
OLDNEW
« no previous file with comments | « examples/wm_flow/wm/wm.cc ('k') | mojo/public/cpp/application/application_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698