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

Unified Diff: components/view_manager/public/interfaces/BUILD.gn

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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
Index: components/view_manager/public/interfaces/BUILD.gn
diff --git a/components/view_manager/public/interfaces/BUILD.gn b/components/view_manager/public/interfaces/BUILD.gn
index 1e7c0615a54a88ce26d90962e9ab673758efc590..7cee26f8510c43d5e883dca23f19b97cc477eba7 100644
--- a/components/view_manager/public/interfaces/BUILD.gn
+++ b/components/view_manager/public/interfaces/BUILD.gn
@@ -14,12 +14,16 @@ mojom("interfaces") {
"view_manager_root.mojom",
]
- import_dirs = [ get_path_info("../../../..", "abspath") ]
+ import_dirs = [
+ get_path_info("../../../..", "abspath"),
+ "//mojo/services",
+ ]
deps = [
"//components/gpu/public/interfaces",
"//components/surfaces/public/interfaces:surface_id",
"//mojo/application/public/interfaces",
+ "//mojo/services/network/public/interfaces",
"//ui/mojo/events:interfaces",
"//ui/mojo/geometry:interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698