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

Unified Diff: mandoline/ui/browser/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
« no previous file with comments | « mandoline/ui/aura/surface_binding.cc ('k') | mandoline/ui/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/browser/BUILD.gn
diff --git a/mandoline/ui/browser/BUILD.gn b/mandoline/ui/browser/BUILD.gn
index 3c69a5258ac597675ee006bca2bcfdb21bd7f750..acc6a8c2ce18a02df8134f9f57e650ea2c15e218 100644
--- a/mandoline/ui/browser/BUILD.gn
+++ b/mandoline/ui/browser/BUILD.gn
@@ -69,7 +69,10 @@ mojom("interfaces") {
"view_embedder.mojom",
]
+ import_dirs = [ "//mojo/services" ]
+
deps = [
"//mojo/application/public/interfaces",
+ "//mojo/services/network/public/interfaces",
]
}
« no previous file with comments | « mandoline/ui/aura/surface_binding.cc ('k') | mandoline/ui/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698