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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
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/connect_to_application_params.h ('k') | mojo/shell/fetcher/about_fetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/fetcher/BUILD.gn
diff --git a/mojo/shell/fetcher/BUILD.gn b/mojo/shell/fetcher/BUILD.gn
index e634cc84dd126a49be59f795bfe8aabe28451e24..48cfe0f56826e2a6bbcda07a104a2f33298bb823 100644
--- a/mojo/shell/fetcher/BUILD.gn
+++ b/mojo/shell/fetcher/BUILD.gn
@@ -22,19 +22,19 @@ source_set("fetcher") {
public_deps = [
"//base",
- "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/services/network/public/interfaces",
"//mojo/services/updater",
+ "//mojo/shell/public/interfaces",
"//url",
]
deps = [
"//base/third_party/dynamic_annotations",
"//crypto:crypto",
- "//mojo/application/public/cpp:sources",
"//mojo/environment:chromium",
"//mojo/shell",
+ "//mojo/shell/public/cpp:sources",
"//mojo/util:filename_util",
"//net",
"//third_party/mojo/src/mojo/edk/system",
« no previous file with comments | « mojo/shell/connect_to_application_params.h ('k') | mojo/shell/fetcher/about_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698