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

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

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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/omnibox/BUILD.gn
diff --git a/mandoline/ui/omnibox/BUILD.gn b/mandoline/ui/omnibox/BUILD.gn
index f981a0244f4edf2303add09470e7051a8245100f..1f6ffa37d476480184e86f4b71c80195eb1a3406 100644
--- a/mandoline/ui/omnibox/BUILD.gn
+++ b/mandoline/ui/omnibox/BUILD.gn
@@ -14,10 +14,10 @@ mojo_native_application("omnibox") {
":lib",
"//mandoline/services/navigation/public/interfaces",
"//mojo/application",
+ "//mojo/application/public/interfaces",
"//mojo/common:common",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/utility",
- "//third_party/mojo/src/mojo/public/interfaces/application",
]
}
@@ -34,11 +34,11 @@ source_set("lib") {
"//mandoline/services/navigation/public/interfaces",
"//mandoline/ui/aura",
"//mandoline/ui/browser:interfaces",
+ "//mojo/application/public/interfaces",
"//mojo/converters/geometry",
"//skia",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/utility",
- "//third_party/mojo/src/mojo/public/interfaces/application",
"//ui/gfx/geometry",
"//ui/mojo/events:interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698