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

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

Issue 1706063002: Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@factory
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
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/shell/application_instance.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/mojo_application_manifest.gni") 6 import("//mojo/public/mojo_application_manifest.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 group("all") { 10 group("all") {
(...skipping 18 matching lines...) Expand all
29 "connect_to_application_params.h", 29 "connect_to_application_params.h",
30 "connect_util.cc", 30 "connect_util.cc",
31 "connect_util.h", 31 "connect_util.h",
32 "identity.cc", 32 "identity.cc",
33 "identity.h", 33 "identity.h",
34 "native_runner.h", 34 "native_runner.h",
35 "shell_application_delegate.cc", 35 "shell_application_delegate.cc",
36 "shell_application_delegate.h", 36 "shell_application_delegate.h",
37 "shell_application_loader.cc", 37 "shell_application_loader.cc",
38 "shell_application_loader.h", 38 "shell_application_loader.h",
39 "shell_client_factory_connection.cc",
40 "shell_client_factory_connection.h",
41 "static_application_loader.cc", 39 "static_application_loader.cc",
42 "static_application_loader.h", 40 "static_application_loader.h",
43 "switches.cc", 41 "switches.cc",
44 "switches.h", 42 "switches.h",
45 ] 43 ]
46 44
47 public_deps = [ 45 public_deps = [
48 "//base", 46 "//base",
49 "//mojo/common", 47 "//mojo/common",
50 "//mojo/public/cpp/bindings", 48 "//mojo/public/cpp/bindings",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 deps = [ 229 deps = [
232 ":test_bindings", 230 ":test_bindings",
233 "//base", 231 "//base",
234 "//build/config/sanitizers:deps", 232 "//build/config/sanitizers:deps",
235 "//mojo/common:common_base", 233 "//mojo/common:common_base",
236 "//mojo/converters/network", 234 "//mojo/converters/network",
237 "//mojo/shell/public/cpp", 235 "//mojo/shell/public/cpp",
238 "//mojo/shell/runner/child:test_native_main", 236 "//mojo/shell/runner/child:test_native_main",
239 ] 237 ]
240 } 238 }
OLDNEW
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/shell/application_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698