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

Side by Side Diff: mojo/runner/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/package_manager/package_manager_impl.cc ('k') | mojo/runner/context.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/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 group("runner") { 9 group("runner") {
10 testonly = true 10 testonly = true
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 deps = [ 123 deps = [
124 ":init", 124 ":init",
125 "//base", 125 "//base",
126 "//base:base_static", 126 "//base:base_static",
127 "//base/third_party/dynamic_annotations", 127 "//base/third_party/dynamic_annotations",
128 "//components/devtools_service/public/cpp", 128 "//components/devtools_service/public/cpp",
129 "//components/devtools_service/public/interfaces", 129 "//components/devtools_service/public/interfaces",
130 "//components/tracing:startup_tracing", 130 "//components/tracing:startup_tracing",
131 "//mojo/application/public/cpp", 131 "//mojo/application/public/cpp",
132 "//mojo/message_pump", 132 "//mojo/message_pump",
133 "//mojo/package_manager",
134 "//mojo/runner/child:interfaces", 133 "//mojo/runner/child:interfaces",
135 "//mojo/runner/host:lib", 134 "//mojo/runner/host:lib",
136 "//mojo/services/network/public/interfaces", 135 "//mojo/services/network/public/interfaces",
137 "//mojo/services/tracing/public/cpp", 136 "//mojo/services/tracing/public/cpp",
138 "//mojo/services/tracing/public/interfaces", 137 "//mojo/services/tracing/public/interfaces",
139 "//mojo/shell", 138 "//mojo/shell",
139 "//mojo/shell/package_manager",
140 "//mojo/util:filename_util", 140 "//mojo/util:filename_util",
141 "//third_party/mojo/src/mojo/edk/system", 141 "//third_party/mojo/src/mojo/edk/system",
142 "//ui/gl", 142 "//ui/gl",
143 "//url", 143 "//url",
144 ] 144 ]
145 145
146 public_deps = [ 146 public_deps = [
147 ":init", 147 ":init",
148 ":switches", 148 ":switches",
149 "//mojo/shell", 149 "//mojo/shell",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 ":copy_mojo_runner", 318 ":copy_mojo_runner",
319 ":java", 319 ":java",
320 ":mojo_runner_apptests_assets", 320 ":mojo_runner_apptests_assets",
321 ":resources", 321 ":resources",
322 "//base:base_java", 322 "//base:base_java",
323 "//ui/platform_window/android:platform_window_java", 323 "//ui/platform_window/android:platform_window_java",
324 google_play_services_resources, 324 google_play_services_resources,
325 ] 325 ]
326 } 326 }
327 } 327 }
OLDNEW
« no previous file with comments | « mojo/package_manager/package_manager_impl.cc ('k') | mojo/runner/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698