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

Unified Diff: services/navigation/public/interfaces/BUILD.gn

Issue 1981623002: Add a basic browser to mash that uses the navigation service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | « services/navigation/navigation_unittest.cc ('k') | services/navigation/public/interfaces/view.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/public/interfaces/BUILD.gn
diff --git a/services/navigation/public/interfaces/BUILD.gn b/services/navigation/public/interfaces/BUILD.gn
index d2c9f5017d73fb36306abbd9416af5c2f39e75db..ec88b94b405813485b55ddcaa23147822a12193e 100644
--- a/services/navigation/public/interfaces/BUILD.gn
+++ b/services/navigation/public/interfaces/BUILD.gn
@@ -10,6 +10,8 @@ mojom("interfaces") {
]
deps = [
+ "//components/mus/public/interfaces",
+ "//ui/mojo/geometry:interfaces",
"//url/mojo:url_mojom_gurl",
]
}
« no previous file with comments | « services/navigation/navigation_unittest.cc ('k') | services/navigation/public/interfaces/view.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698