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

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

Issue 2156203003: shell::ApplicationRunner -> shell::ServiceRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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': {
(...skipping 17 matching lines...) Expand all
28 ], 28 ],
29 'export_dependent_settings': [ 29 'export_dependent_settings': [
30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', 30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
31 ], 31 ],
32 }, 32 },
33 { 33 {
34 # GN version: //services/shell/public/cpp 34 # GN version: //services/shell/public/cpp
35 'target_name': 'shell_public', 35 'target_name': 'shell_public',
36 'type': 'static_library', 36 'type': 'static_library',
37 'sources': [ 37 'sources': [
38 'public/cpp/application_runner.h',
39 'public/cpp/capabilities.h', 38 'public/cpp/capabilities.h',
40 'public/cpp/connect.h', 39 'public/cpp/connect.h',
41 'public/cpp/connection.h', 40 'public/cpp/connection.h',
42 'public/cpp/connector.h', 41 'public/cpp/connector.h',
43 'public/cpp/identity.h', 42 'public/cpp/identity.h',
44 'public/cpp/interface_binder.h', 43 'public/cpp/interface_binder.h',
45 'public/cpp/interface_factory.h', 44 'public/cpp/interface_factory.h',
46 'public/cpp/interface_factory_impl.h', 45 'public/cpp/interface_factory_impl.h',
46 'public/cpp/interface_provider.h',
47 'public/cpp/interface_registry.h', 47 'public/cpp/interface_registry.h',
48 'public/cpp/lib/application_runner.cc',
49 'public/cpp/lib/capabilities.cc',
50 'public/cpp/lib/callback_binder.cc', 48 'public/cpp/lib/callback_binder.cc',
51 'public/cpp/lib/callback_binder.h', 49 'public/cpp/lib/callback_binder.h',
50 'public/cpp/lib/capabilities.cc',
52 'public/cpp/lib/connection_impl.cc', 51 'public/cpp/lib/connection_impl.cc',
53 'public/cpp/lib/connection_impl.h', 52 'public/cpp/lib/connection_impl.h',
54 'public/cpp/lib/connector_impl.cc', 53 'public/cpp/lib/connector_impl.cc',
55 'public/cpp/lib/connector_impl.h', 54 'public/cpp/lib/connector_impl.h',
56 'public/cpp/lib/identity.cc', 55 'public/cpp/lib/identity.cc',
57 'public/cpp/lib/interface_factory_binder.h', 56 'public/cpp/lib/interface_factory_binder.h',
57 'public/cpp/lib/interface_provider.cc',
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',
61 'public/cpp/lib/service.cc', 60 'public/cpp/lib/service.cc',
62 'public/cpp/lib/service_context.cc', 61 'public/cpp/lib/service_context.cc',
63 'public/cpp/lib/service_context_ref.cc', 62 'public/cpp/lib/service_context_ref.cc',
63 'public/cpp/lib/service_runner.cc',
64 'public/cpp/names.h', 64 'public/cpp/names.h',
65 'public/cpp/interface_provider.h',
66 'public/cpp/service.h', 65 'public/cpp/service.h',
67 'public/cpp/service_context.h', 66 'public/cpp/service_context.h',
68 'public/cpp/service_context_ref.h', 67 'public/cpp/service_context_ref.h',
68 'public/cpp/service_runner.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/public/cpp/service_runner.h ('k') | services/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698