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

Unified Diff: mandoline/ui/browser/BUILD.gn

Issue 1133893003: Omnibox app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: mandoline/ui/browser/BUILD.gn
diff --git a/mandoline/ui/browser/BUILD.gn b/mandoline/ui/browser/BUILD.gn
index ff404f9cc61827768ad0ab40f218593ec2606b77..e32e2da60267e9a55c666c9487174efa12c96bd2 100644
--- a/mandoline/ui/browser/BUILD.gn
+++ b/mandoline/ui/browser/BUILD.gn
@@ -50,6 +50,7 @@ source_set("kiosk_wm_lib") {
}
deps = [
+ ":interfaces",
"//base",
"//components/view_manager/public/cpp",
"//components/window_manager:lib",
@@ -67,3 +68,9 @@ source_set("kiosk_wm_lib") {
deps += [ "//mandoline/ui/aura" ]
}
}
+
+mojom("interfaces") {
+ sources = [
+ "omnibox.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698