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

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

Issue 1350023002: Revert of Extract some stuff into PackageManager (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/native_runner_unittest.cc ('k') | mojo/shell/application_fetcher.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("//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_fetcher.h",
11 "application_instance.cc", 12 "application_instance.cc",
12 "application_instance.h", 13 "application_instance.h",
13 "application_loader.h", 14 "application_loader.h",
14 "application_manager.cc", 15 "application_manager.cc",
15 "application_manager.h", 16 "application_manager.h",
16 "capability_filter.cc", 17 "capability_filter.cc",
17 "capability_filter.h", 18 "capability_filter.h",
18 "connect_to_application_params.cc", 19 "connect_to_application_params.cc",
19 "connect_to_application_params.h", 20 "connect_to_application_params.h",
20 "content_handler_connection.cc", 21 "content_handler_connection.cc",
21 "content_handler_connection.h", 22 "content_handler_connection.h",
22 "data_pipe_peek.cc", 23 "data_pipe_peek.cc",
23 "data_pipe_peek.h", 24 "data_pipe_peek.h",
24 "fetcher.cc", 25 "fetcher.cc",
25 "fetcher.h", 26 "fetcher.h",
26 "identity.cc", 27 "identity.cc",
27 "identity.h", 28 "identity.h",
28 "native_runner.h", 29 "native_runner.h",
29 "package_manager.h",
30 "query_util.cc", 30 "query_util.cc",
31 "query_util.h", 31 "query_util.h",
32 "static_application_loader.cc", 32 "static_application_loader.cc",
33 "static_application_loader.h", 33 "static_application_loader.h",
34 "switches.cc", 34 "switches.cc",
35 "switches.h", 35 "switches.h",
36 ] 36 ]
37 37
38 public_deps = [ 38 public_deps = [
39 "//base", 39 "//base",
(...skipping 13 matching lines...) Expand all
53 "//mojo/environment:chromium", 53 "//mojo/environment:chromium",
54 "//mojo/util:filename_util", 54 "//mojo/util:filename_util",
55 ] 55 ]
56 } 56 }
57 57
58 test("mojo_shell_unittests") { 58 test("mojo_shell_unittests") {
59 sources = [ 59 sources = [
60 "application_manager_unittest.cc", 60 "application_manager_unittest.cc",
61 "capability_filter_unittest.cc", 61 "capability_filter_unittest.cc",
62 "query_util_unittest.cc", 62 "query_util_unittest.cc",
63 "test_package_manager.cc",
64 "test_package_manager.h",
65 ] 63 ]
66 64
67 deps = [ 65 deps = [
68 ":shell", 66 ":shell",
69 ":test_bindings", 67 ":test_bindings",
70 "//base", 68 "//base",
71 "//mojo/application/public/cpp", 69 "//mojo/application/public/cpp",
72 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", 70 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
73 "//testing/gtest", 71 "//testing/gtest",
74 "//url", 72 "//url",
75 ] 73 ]
76 } 74 }
77 75
78 mojom("test_bindings") { 76 mojom("test_bindings") {
79 sources = [ 77 sources = [
80 "capability_filter_unittest.mojom", 78 "capability_filter_unittest.mojom",
81 "test.mojom", 79 "test.mojom",
82 ] 80 ]
83 } 81 }
OLDNEW
« no previous file with comments | « mojo/runner/native_runner_unittest.cc ('k') | mojo/shell/application_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698