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

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

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
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 ]
(...skipping 23 matching lines...) Expand all
34 "lib/application_impl.cc", 34 "lib/application_impl.cc",
35 "lib/application_runner.cc", 35 "lib/application_runner.cc",
36 "lib/interface_factory_connector.h", 36 "lib/interface_factory_connector.h",
37 "lib/service_connector_registry.cc", 37 "lib/service_connector_registry.cc",
38 "lib/service_connector_registry.h", 38 "lib/service_connector_registry.h",
39 "lib/service_provider_impl.cc", 39 "lib/service_provider_impl.cc",
40 "lib/service_registry.cc", 40 "lib/service_registry.cc",
41 "lib/service_registry.h", 41 "lib/service_registry.h",
42 "service_connector.h", 42 "service_connector.h",
43 "service_provider_impl.h", 43 "service_provider_impl.h",
44 "shell.h",
44 ] 45 ]
45 46
46 deps = [ 47 deps = [
47 "//base:i18n", 48 "//base:i18n",
48 "//mojo/common", 49 "//mojo/common",
49 "//mojo/converters/network", 50 "//mojo/converters/network",
50 "//mojo/environment:chromium", 51 "//mojo/environment:chromium",
51 "//mojo/message_pump", 52 "//mojo/message_pump",
52 ] 53 ]
53 54
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "//mojo/public/cpp/environment", 103 "//mojo/public/cpp/environment",
103 "//mojo/public/cpp/system", 104 "//mojo/public/cpp/system",
104 "//mojo/shell/public/interfaces:interfaces_cpp_sources", 105 "//mojo/shell/public/interfaces:interfaces_cpp_sources",
105 ] 106 ]
106 107
107 data_deps = [] 108 data_deps = []
108 if (is_android) { 109 if (is_android) {
109 data_deps += [ "//mojo/android" ] 110 data_deps += [ "//mojo/android" ]
110 } 111 }
111 } 112 }
OLDNEW
« no previous file with comments | « mojo/shell/package_manager/capability_filter_content_handler_unittest.cc ('k') | mojo/shell/public/cpp/application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698