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

Unified Diff: mojo/runner/BUILD.gn

Issue 1352663002: 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 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 f58a23f481767eeadc8d177fb706c16295151c35..54882483ff738289e6f4af8dc03223040ecff885 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -123,8 +123,8 @@ source_set("lib") {
"//components/devtools_service/public/interfaces",
"//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
- "//mojo/fetcher",
"//mojo/message_pump",
+ "//mojo/package_manager",
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
"//mojo/services/tracing/public/interfaces",
@@ -441,6 +441,7 @@ test("mojo_runner_unittests") {
"//mojo/environment:chromium",
"//mojo/fetcher",
"//mojo/message_pump",
+ "//mojo/package_manager",
"//mojo/services/test_service:bindings",
"//mojo/shell",
"//mojo/util:filename_util",
« 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