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

Unified Diff: services/navigation/BUILD.gn

Issue 1997853002: Fix deps for //services/navigation (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 | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/BUILD.gn
diff --git a/services/navigation/BUILD.gn b/services/navigation/BUILD.gn
index ef542469e62a76d23fbda214fbf388cbbf89a39c..0a70e16e4b6d52b87c8737e06bf6eb906f938435 100644
--- a/services/navigation/BUILD.gn
+++ b/services/navigation/BUILD.gn
@@ -60,9 +60,15 @@ static_library("lib") {
deps = [
"//base",
+ "//components/mus/public/cpp",
+ "//content/public/browser",
+ "//mojo/converters/geometry",
"//services/navigation/public/interfaces",
"//services/shell/public/cpp",
"//skia",
+ "//ui/views",
+ "//ui/views/controls/webview",
+ "//ui/views/mus",
]
}
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698