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

Side by Side Diff: services/shell/shell_public.gyp

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « services/shell/shell.cc ('k') | services/shell/standalone/context.cc » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'shell_interfaces', 8 'target_name': 'shell_interfaces',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
11 'mojom_files': [ 11 'mojom_files': [
12 '../catalog/public/interfaces/catalog.mojom', 12 '../catalog/public/interfaces/catalog.mojom',
13 'public/interfaces/capabilities.mojom', 13 'public/interfaces/capabilities.mojom',
14 'public/interfaces/connector.mojom', 14 'public/interfaces/connector.mojom',
15 'public/interfaces/interface_provider.mojom', 15 'public/interfaces/interface_provider.mojom',
16 'public/interfaces/service.mojom',
17 'public/interfaces/service_factory.mojom',
16 'public/interfaces/shell.mojom', 18 'public/interfaces/shell.mojom',
17 'public/interfaces/shell_client.mojom',
18 'public/interfaces/shell_client_factory.mojom',
19 'public/interfaces/shell_resolver.mojom', 19 'public/interfaces/shell_resolver.mojom',
20 ], 20 ],
21 'mojom_typemaps': [ 21 'mojom_typemaps': [
22 '<(DEPTH)/mojo/common/common_custom_types.typemap', 22 '<(DEPTH)/mojo/common/common_custom_types.typemap',
23 ], 23 ],
24 }, 24 },
25 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 25 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
26 'dependencies': [ 26 'dependencies': [
27 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', 27 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
28 ], 28 ],
(...skipping 22 matching lines...) Expand all
51 'public/cpp/lib/callback_binder.h', 51 'public/cpp/lib/callback_binder.h',
52 'public/cpp/lib/connection_impl.cc', 52 'public/cpp/lib/connection_impl.cc',
53 'public/cpp/lib/connection_impl.h', 53 'public/cpp/lib/connection_impl.h',
54 'public/cpp/lib/connector_impl.cc', 54 'public/cpp/lib/connector_impl.cc',
55 'public/cpp/lib/connector_impl.h', 55 'public/cpp/lib/connector_impl.h',
56 'public/cpp/lib/identity.cc', 56 'public/cpp/lib/identity.cc',
57 'public/cpp/lib/interface_factory_binder.h', 57 'public/cpp/lib/interface_factory_binder.h',
58 'public/cpp/lib/interface_registry.cc', 58 'public/cpp/lib/interface_registry.cc',
59 'public/cpp/lib/names.cc', 59 'public/cpp/lib/names.cc',
60 'public/cpp/lib/interface_provider.cc', 60 'public/cpp/lib/interface_provider.cc',
61 'public/cpp/lib/shell_client.cc', 61 'public/cpp/lib/service.cc',
62 'public/cpp/lib/shell_connection.cc', 62 'public/cpp/lib/shell_connection.cc',
63 'public/cpp/lib/shell_connection_ref.cc', 63 'public/cpp/lib/shell_connection_ref.cc',
64 'public/cpp/names.h', 64 'public/cpp/names.h',
65 'public/cpp/interface_provider.h', 65 'public/cpp/interface_provider.h',
66 'public/cpp/shell_client.h', 66 'public/cpp/service.h',
67 'public/cpp/shell_connection.h', 67 'public/cpp/shell_connection.h',
68 'public/cpp/shell_connection_ref.h', 68 'public/cpp/shell_connection_ref.h',
69 ], 69 ],
70 'dependencies': [ 70 'dependencies': [
71 'shell_interfaces', 71 'shell_interfaces',
72 '<(DEPTH)/base/base.gyp:base_i18n', 72 '<(DEPTH)/base/base.gyp:base_i18n',
73 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', 73 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
74 ], 74 ],
75 }, 75 },
76 ], 76 ],
77 } 77 }
OLDNEW
« no previous file with comments | « services/shell/shell.cc ('k') | services/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698