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

Unified Diff: components/kiosk_wm/BUILD.gn

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes 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
Index: components/kiosk_wm/BUILD.gn
diff --git a/components/kiosk_wm/BUILD.gn b/components/kiosk_wm/BUILD.gn
index 2e41546fa258a342e0b8e72ae243e3dadb96846d..0d918df5640359fbae196b0c19d9f57bbbdb2ab2 100644
--- a/components/kiosk_wm/BUILD.gn
+++ b/components/kiosk_wm/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//third_party/mojo/src/mojo/public/mojo_application.gni")
-import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
+import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
# Mojo shell in chromium is only used for Mandoline, and Mandoline only uses
# kiosk_wm, so we name the target window_manager to avoid having to remap on the
@@ -21,6 +21,7 @@ mojo_native_application("window_manager") {
deps = [
"//base",
+ "//components/view_manager/public/cpp",
"//components/window_manager:lib",
"//mojo/application",
"//mojo/common:common",
@@ -29,9 +30,8 @@ mojo_native_application("window_manager") {
"//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/input_events/public/interfaces",
"//third_party/mojo_services/src/navigation/public/interfaces",
- "//third_party/mojo_services/src/view_manager/public/cpp",
"//ui/base",
+ "//ui/mojo/events:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698