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

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

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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 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 # GYP version: mojo/mojo_base.gyp:mojo_application_base 5 # GYP version: mojo/mojo_base.gyp:mojo_application_base
6 source_set("cpp") { 6 source_set("cpp") {
7 public_deps = [ 7 public_deps = [
8 ":init_commandline", 8 ":init_commandline",
9 ":sources", 9 ":sources",
10 ] 10 ]
11 } 11 }
12 12
13 # Like the target above, but without special commandline initialization that 13 # Like the target above, but without special commandline initialization that
14 # apps use. 14 # apps use.
15 source_set("cpp_for_chromium") { 15 source_set("cpp_for_chromium") {
16 public_deps = [ 16 public_deps = [
17 ":sources", 17 ":sources",
18 ] 18 ]
19 } 19 }
20 20
21 source_set("sources") { 21 source_set("sources") {
22 sources = [ 22 sources = [
23 "app_lifetime_helper.h", 23 "app_lifetime_helper.h",
24 "application_connection.h",
25 "application_delegate.h",
26 "application_impl.h", 24 "application_impl.h",
27 "application_runner.h", 25 "application_runner.h",
28 "connect.h", 26 "connect.h",
27 "connection.h",
29 "initialize_base_and_icu.cc", 28 "initialize_base_and_icu.cc",
30 "interface_factory.h", 29 "interface_factory.h",
31 "interface_factory_impl.h", 30 "interface_factory_impl.h",
32 "lib/app_lifetime_helper.cc", 31 "lib/app_lifetime_helper.cc",
33 "lib/application_delegate.cc",
34 "lib/application_impl.cc", 32 "lib/application_impl.cc",
35 "lib/application_runner.cc", 33 "lib/application_runner.cc",
36 "lib/interface_factory_connector.h", 34 "lib/interface_factory_connector.h",
37 "lib/service_connector_registry.cc", 35 "lib/service_connector_registry.cc",
38 "lib/service_connector_registry.h", 36 "lib/service_connector_registry.h",
39 "lib/service_provider_impl.cc", 37 "lib/service_provider_impl.cc",
40 "lib/service_registry.cc", 38 "lib/service_registry.cc",
41 "lib/service_registry.h", 39 "lib/service_registry.h",
40 "lib/shell_client.cc",
42 "service_connector.h", 41 "service_connector.h",
43 "service_provider_impl.h", 42 "service_provider_impl.h",
44 "shell.h", 43 "shell.h",
44 "shell_client.h",
45 ] 45 ]
46 46
47 deps = [ 47 deps = [
48 "//base:i18n", 48 "//base:i18n",
49 "//mojo/common", 49 "//mojo/common",
50 "//mojo/converters/network", 50 "//mojo/converters/network",
51 "//mojo/environment:chromium", 51 "//mojo/environment:chromium",
52 "//mojo/message_pump", 52 "//mojo/message_pump",
53 ] 53 ]
54 54
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "//mojo/public/cpp/environment", 103 "//mojo/public/cpp/environment",
104 "//mojo/public/cpp/system", 104 "//mojo/public/cpp/system",
105 "//mojo/shell/public/interfaces:interfaces_cpp_sources", 105 "//mojo/shell/public/interfaces:interfaces_cpp_sources",
106 ] 106 ]
107 107
108 data_deps = [] 108 data_deps = []
109 if (is_android) { 109 if (is_android) {
110 data_deps += [ "//mojo/android" ] 110 data_deps += [ "//mojo/android" ]
111 } 111 }
112 } 112 }
OLDNEW
« no previous file with comments | « mojo/shell/package_manager/content_handler_unittest.cc ('k') | mojo/shell/public/cpp/application_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698