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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/desktop_ui/public/interfaces/BUILD.gn ('k') | mandoline/ui/omnibox/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/omnibox/BUILD.gn
diff --git a/mandoline/ui/omnibox/BUILD.gn b/mandoline/ui/omnibox/BUILD.gn
index 42c1fdba353767831c84f72428543ba5b26e139f..2872afe1703da679522a6f1d311f9c07403b399d 100644
--- a/mandoline/ui/omnibox/BUILD.gn
+++ b/mandoline/ui/omnibox/BUILD.gn
@@ -12,7 +12,7 @@ mojo_native_application("omnibox") {
deps = [
":lib",
"//mandoline/ui/common/resources",
- "//mojo/application/public/cpp",
+ "//mojo/shell/public/cpp",
]
resources = [ "$root_out_dir/mandoline_ui.pak" ]
@@ -29,11 +29,11 @@ source_set("lib") {
"//components/mus/public/cpp",
"//components/url_formatter",
"//mandoline/ui/desktop_ui/public/interfaces",
- "//mojo/application/public/cpp:sources",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp:sources",
"//skia",
"//ui/gfx/geometry",
"//ui/mojo/init",
« no previous file with comments | « mandoline/ui/desktop_ui/public/interfaces/BUILD.gn ('k') | mandoline/ui/omnibox/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698