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

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

Issue 1566253002: Move package_manager into mojo/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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/register_local_aliases.cc ('k') | mojo/shell/package_manager/BUILD.gn » ('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/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("shell") { 9 source_set("shell") {
10 output_name = "mojo_shell" 10 output_name = "mojo_shell"
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ] 91 ]
92 92
93 deps = [ 93 deps = [
94 ":shell", 94 ":shell",
95 ":test_bindings", 95 ":test_bindings",
96 ":test_support", 96 ":test_support",
97 "//base", 97 "//base",
98 "//mojo/application/public/cpp", 98 "//mojo/application/public/cpp",
99 "//mojo/edk/system:test_utils", 99 "//mojo/edk/system:test_utils",
100 "//mojo/fetcher", 100 "//mojo/fetcher",
101 "//mojo/package_manager",
102 "//mojo/public/cpp/system", 101 "//mojo/public/cpp/system",
102 "//mojo/shell/package_manager",
103 "//mojo/util:filename_util", 103 "//mojo/util:filename_util",
104 "//testing/gtest", 104 "//testing/gtest",
105 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", 105 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
106 "//url", 106 "//url",
107 ] 107 ]
108 } 108 }
109 109
110 mojom("test_bindings") { 110 mojom("test_bindings") {
111 sources = [ 111 sources = [
112 "application_manager_apptests.mojom", 112 "application_manager_apptests.mojom",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 170
171 deps = [ 171 deps = [
172 ":test_bindings", 172 ":test_bindings",
173 "//base", 173 "//base",
174 "//mojo/application/public/cpp", 174 "//mojo/application/public/cpp",
175 "//mojo/common:common_base", 175 "//mojo/common:common_base",
176 "//mojo/converters/network", 176 "//mojo/converters/network",
177 "//mojo/runner/child:test_native_main", 177 "//mojo/runner/child:test_native_main",
178 ] 178 ]
179 } 179 }
OLDNEW
« no previous file with comments | « mojo/runner/register_local_aliases.cc ('k') | mojo/shell/package_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698