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

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

Issue 1354043002: Revert of Some more minor cleanup to ApplicationManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/runner/shell_test_base.cc ('k') | mojo/shell/application_instance.cc » ('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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("shell") { 8 source_set("shell") {
9 output_name = "mojo_shell" 9 output_name = "mojo_shell"
10 sources = [ 10 sources = [
11 "application_instance.cc", 11 "application_instance.cc",
12 "application_instance.h", 12 "application_instance.h",
13 "application_loader.h", 13 "application_loader.h",
14 "application_manager.cc", 14 "application_manager.cc",
15 "application_manager.h", 15 "application_manager.h",
16 "capability_filter.cc", 16 "capability_filter.cc",
17 "capability_filter.h", 17 "capability_filter.h",
18 "connect_to_application_params.cc", 18 "connect_to_application_params.cc",
19 "connect_to_application_params.h", 19 "connect_to_application_params.h",
20 "connect_util.cc",
21 "connect_util.h",
22 "content_handler_connection.cc", 20 "content_handler_connection.cc",
23 "content_handler_connection.h", 21 "content_handler_connection.h",
24 "data_pipe_peek.cc", 22 "data_pipe_peek.cc",
25 "data_pipe_peek.h", 23 "data_pipe_peek.h",
26 "fetcher.cc", 24 "fetcher.cc",
27 "fetcher.h", 25 "fetcher.h",
28 "identity.cc", 26 "identity.cc",
29 "identity.h", 27 "identity.h",
30 "native_runner.h", 28 "native_runner.h",
31 "package_manager.h", 29 "package_manager.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "//url", 74 "//url",
77 ] 75 ]
78 } 76 }
79 77
80 mojom("test_bindings") { 78 mojom("test_bindings") {
81 sources = [ 79 sources = [
82 "capability_filter_unittest.mojom", 80 "capability_filter_unittest.mojom",
83 "test.mojom", 81 "test.mojom",
84 ] 82 ]
85 } 83 }
OLDNEW
« no previous file with comments | « mojo/runner/shell_test_base.cc ('k') | mojo/shell/application_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698