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

Unified Diff: mojo/shell/package_manager/BUILD.gn

Issue 1563413002: Move fetchers into mojo/shell/fetcher (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/shell/fetcher/url_resolver_unittest.cc ('k') | mojo/shell/package_manager/package_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/package_manager/BUILD.gn
diff --git a/mojo/shell/package_manager/BUILD.gn b/mojo/shell/package_manager/BUILD.gn
index 21b878ae4295fee9fa9851b7c7d34567b2a0efc9..7a11e75df60c9445d943114720f928d1a7c696a7 100644
--- a/mojo/shell/package_manager/BUILD.gn
+++ b/mojo/shell/package_manager/BUILD.gn
@@ -13,8 +13,8 @@ source_set("package_manager") {
]
deps = [
- "//mojo/fetcher",
"//mojo/shell",
+ "//mojo/shell/fetcher",
"//mojo/util:filename_util",
]
}
« no previous file with comments | « mojo/shell/fetcher/url_resolver_unittest.cc ('k') | mojo/shell/package_manager/package_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698