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

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

Issue 2321803002: Deletes remaining traces of gyp in services/ and mojo/ (Closed)
Patch Set: Created 4 years, 3 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.gyp ('k') | services/tracing/tracing.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'shell_interfaces',
9 'type': 'none',
10 'variables': {
11 'mojom_files': [
12 '../catalog/public/interfaces/catalog.mojom',
13 'public/interfaces/capabilities.mojom',
14 'public/interfaces/connector.mojom',
15 'public/interfaces/interface_provider.mojom',
16 'public/interfaces/resolver.mojom',
17 'public/interfaces/service.mojom',
18 'public/interfaces/service_factory.mojom',
19 'public/interfaces/service_manager.mojom',
20 ],
21 'mojom_typemaps': [
22 '<(DEPTH)/mojo/common/common_custom_types.typemap',
23 ],
24 'use_new_wrapper_types': 'false',
25 },
26 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
27 'dependencies': [
28 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
29 ],
30 'export_dependent_settings': [
31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
32 ],
33 },
34 {
35 # GN version: //services/shell/public/cpp
36 'target_name': 'shell_public',
37 'type': 'static_library',
38 'sources': [
39 'public/cpp/capabilities.h',
40 'public/cpp/connect.h',
41 'public/cpp/connection.h',
42 'public/cpp/connector.h',
43 'public/cpp/identity.h',
44 'public/cpp/interface_binder.h',
45 'public/cpp/interface_factory.h',
46 'public/cpp/interface_factory_impl.h',
47 'public/cpp/interface_provider.h',
48 'public/cpp/interface_registry.h',
49 'public/cpp/lib/callback_binder.cc',
50 'public/cpp/lib/callback_binder.h',
51 'public/cpp/lib/capabilities.cc',
52 'public/cpp/lib/connection_impl.cc',
53 'public/cpp/lib/connection_impl.h',
54 'public/cpp/lib/connector_impl.cc',
55 'public/cpp/lib/connector_impl.h',
56 'public/cpp/lib/identity.cc',
57 'public/cpp/lib/interface_factory_binder.h',
58 'public/cpp/lib/interface_provider.cc',
59 'public/cpp/lib/interface_registry.cc',
60 'public/cpp/lib/names.cc',
61 'public/cpp/lib/service.cc',
62 'public/cpp/lib/service_context.cc',
63 'public/cpp/lib/service_context_ref.cc',
64 'public/cpp/lib/service_runner.cc',
65 'public/cpp/names.h',
66 'public/cpp/service.h',
67 'public/cpp/service_context.h',
68 'public/cpp/service_context_ref.h',
69 'public/cpp/service_runner.h',
70 ],
71 'dependencies': [
72 'shell_interfaces',
73 '<(DEPTH)/base/base.gyp:base_i18n',
74 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
75 ],
76 },
77 ],
78 }
OLDNEW
« no previous file with comments | « services/shell/shell.gyp ('k') | services/tracing/tracing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698