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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 3a4f30ec2e0208f5d919b1a13ca83707101e9ff4..4166e296949b29f7ce05ff47d965fe4fcc5c64db 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -130,13 +130,13 @@ source_set("lib") {
"//components/tracing:startup_tracing",
"//mojo/application/public/cpp",
"//mojo/message_pump",
- "//mojo/package_manager",
"//mojo/runner/child:interfaces",
"//mojo/runner/host:lib",
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
"//mojo/services/tracing/public/interfaces",
"//mojo/shell",
+ "//mojo/shell/package_manager",
"//mojo/util:filename_util",
"//third_party/mojo/src/mojo/edk/system",
"//ui/gl",
« 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