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

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

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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/public/cpp/remote_interface_registry.h ('k') | no next file » | 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': {
(...skipping 29 matching lines...) Expand all
40 'public/cpp/connect.h', 40 'public/cpp/connect.h',
41 'public/cpp/connection.h', 41 'public/cpp/connection.h',
42 'public/cpp/connector.h', 42 'public/cpp/connector.h',
43 'public/cpp/identity.h', 43 'public/cpp/identity.h',
44 'public/cpp/interface_binder.h', 44 'public/cpp/interface_binder.h',
45 'public/cpp/interface_factory.h', 45 'public/cpp/interface_factory.h',
46 'public/cpp/interface_factory_impl.h', 46 'public/cpp/interface_factory_impl.h',
47 'public/cpp/interface_registry.h', 47 'public/cpp/interface_registry.h',
48 'public/cpp/lib/application_runner.cc', 48 'public/cpp/lib/application_runner.cc',
49 'public/cpp/lib/capabilities.cc', 49 'public/cpp/lib/capabilities.cc',
50 'public/cpp/lib/callback_binder.cc',
51 'public/cpp/lib/callback_binder.h',
50 'public/cpp/lib/connection_impl.cc', 52 'public/cpp/lib/connection_impl.cc',
51 'public/cpp/lib/connection_impl.h', 53 'public/cpp/lib/connection_impl.h',
52 'public/cpp/lib/connector_impl.cc', 54 'public/cpp/lib/connector_impl.cc',
53 'public/cpp/lib/connector_impl.h', 55 'public/cpp/lib/connector_impl.h',
54 'public/cpp/lib/identity.cc', 56 'public/cpp/lib/identity.cc',
55 'public/cpp/lib/interface_factory_binder.h', 57 'public/cpp/lib/interface_factory_binder.h',
56 'public/cpp/lib/interface_registry.cc', 58 'public/cpp/lib/interface_registry.cc',
57 'public/cpp/lib/names.cc', 59 'public/cpp/lib/names.cc',
58 'public/cpp/lib/remote_interface_registry.cc', 60 'public/cpp/lib/interface_provider.cc',
59 'public/cpp/lib/shell_client.cc', 61 'public/cpp/lib/shell_client.cc',
60 'public/cpp/lib/shell_connection.cc', 62 'public/cpp/lib/shell_connection.cc',
61 'public/cpp/lib/shell_connection_ref.cc', 63 'public/cpp/lib/shell_connection_ref.cc',
62 'public/cpp/names.h', 64 'public/cpp/names.h',
63 'public/cpp/remote_interface_registry.h', 65 'public/cpp/interface_provider.h',
64 'public/cpp/shell_client.h', 66 'public/cpp/shell_client.h',
65 'public/cpp/shell_connection.h', 67 'public/cpp/shell_connection.h',
66 'public/cpp/shell_connection_ref.h', 68 'public/cpp/shell_connection_ref.h',
67 ], 69 ],
68 'dependencies': [ 70 'dependencies': [
69 'shell_interfaces', 71 'shell_interfaces',
70 '<(DEPTH)/base/base.gyp:base_i18n', 72 '<(DEPTH)/base/base.gyp:base_i18n',
71 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', 73 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
72 ], 74 ],
73 }, 75 },
74 ], 76 ],
75 } 77 }
OLDNEW
« no previous file with comments | « services/shell/public/cpp/remote_interface_registry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698