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

Unified Diff: components/kiosk_wm/BUILD.gn

Issue 1109943002: Move NavigatorHost interface to mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 5 years, 8 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 | « components/html_viewer/html_document.h ('k') | components/kiosk_wm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/kiosk_wm/BUILD.gn
diff --git a/components/kiosk_wm/BUILD.gn b/components/kiosk_wm/BUILD.gn
index b7bd5eea551232251dacb9bb019d7db3f82d9792..70c1d548f27ae9d7a1f44561569d198b70837dd2 100644
--- a/components/kiosk_wm/BUILD.gn
+++ b/components/kiosk_wm/BUILD.gn
@@ -23,13 +23,13 @@ mojo_native_application("window_manager") {
"//base",
"//components/view_manager/public/cpp",
"//components/window_manager:lib",
+ "//mandoline/services/navigation/public/interfaces",
"//mojo/application",
"//mojo/common:common",
"//mojo/converters/geometry",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/utility",
"//third_party/mojo/src/mojo/public/interfaces/application",
- "//third_party/mojo_services/src/navigation/public/interfaces",
"//ui/gfx/geometry",
"//ui/mojo/events:interfaces",
]
« no previous file with comments | « components/html_viewer/html_document.h ('k') | components/kiosk_wm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698