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

Unified Diff: services/navigation/BUILD.gn

Issue 2111353002: Move content's shell connections to the IO thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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
Index: services/navigation/BUILD.gn
diff --git a/services/navigation/BUILD.gn b/services/navigation/BUILD.gn
index 4d84fa54bc3e6263428c4709581ed86fcaa3df82..d719ed4034c0e06f3e16613d2a55f0ff21fb02cb 100644
--- a/services/navigation/BUILD.gn
+++ b/services/navigation/BUILD.gn
@@ -58,12 +58,17 @@ static_library("lib") {
"view_impl.h",
]
- deps = [
+ public_deps = [
"//base",
- "//content/public/browser",
+ "//content/public/common",
+ "//mojo/public/cpp/bindings",
"//services/navigation/public/interfaces",
"//services/shell/public/cpp",
"//services/ui/public/cpp",
+ ]
+
+ deps = [
+ "//content/public/browser",
"//skia",
"//ui/gfx/geometry/mojo",
"//ui/views",

Powered by Google App Engine
This is Rietveld 408576698