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: mojo/shell/BUILD.gn

Issue 1705323003: ContentHandler -> ShellClientFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delete
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 11 matching lines...) Expand all
22 "application_instance.h", 22 "application_instance.h",
23 "application_loader.h", 23 "application_loader.h",
24 "application_manager.cc", 24 "application_manager.cc",
25 "application_manager.h", 25 "application_manager.h",
26 "capability_filter.cc", 26 "capability_filter.cc",
27 "capability_filter.h", 27 "capability_filter.h",
28 "connect_to_application_params.cc", 28 "connect_to_application_params.cc",
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 "content_handler_connection.cc",
33 "content_handler_connection.h",
34 "identity.cc", 32 "identity.cc",
35 "identity.h", 33 "identity.h",
36 "native_runner.h", 34 "native_runner.h",
37 "shell_application_delegate.cc", 35 "shell_application_delegate.cc",
38 "shell_application_delegate.h", 36 "shell_application_delegate.h",
39 "shell_application_loader.cc", 37 "shell_application_loader.cc",
40 "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", 41 "static_application_loader.cc",
42 "static_application_loader.h", 42 "static_application_loader.h",
43 "switches.cc", 43 "switches.cc",
44 "switches.h", 44 "switches.h",
45 ] 45 ]
46 46
47 public_deps = [ 47 public_deps = [
48 "//base", 48 "//base",
49 "//mojo/common", 49 "//mojo/common",
50 "//mojo/public/cpp/bindings", 50 "//mojo/public/cpp/bindings",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 deps = [ 231 deps = [
232 ":test_bindings", 232 ":test_bindings",
233 "//base", 233 "//base",
234 "//build/config/sanitizers:deps", 234 "//build/config/sanitizers:deps",
235 "//mojo/common:common_base", 235 "//mojo/common:common_base",
236 "//mojo/converters/network", 236 "//mojo/converters/network",
237 "//mojo/shell/public/cpp", 237 "//mojo/shell/public/cpp",
238 "//mojo/shell/runner/child:test_native_main", 238 "//mojo/shell/runner/child:test_native_main",
239 ] 239 ]
240 } 240 }
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