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

Unified Diff: services/kiosk_wm/BUILD.gn

Issue 883983004: Rename SkyDebugger to KioskWM and move to /services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename to KioskWM per discussion with jamesr Created 5 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
Index: services/kiosk_wm/BUILD.gn
diff --git a/sky/tools/debugger/BUILD.gn b/services/kiosk_wm/BUILD.gn
similarity index 71%
copy from sky/tools/debugger/BUILD.gn
copy to services/kiosk_wm/BUILD.gn
index c41a262a7a266353ce5e865d16744fc4efba466d..0b8e71800eef61dac3a3c3c9e64c95c879ca9246 100644
--- a/sky/tools/debugger/BUILD.gn
+++ b/services/kiosk_wm/BUILD.gn
@@ -5,19 +5,10 @@
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-group("debugger") {
- testonly = true
-
- deps = [
- "//sky/tools/debugger/prompt",
- ":sky_debugger",
- ]
-}
-
-mojo_native_application("sky_debugger") {
+mojo_native_application("kiosk_wm") {
sources = [
- "debugger.cc",
- "debugger.h",
+ "kiosk_wm.cc",
+ "kiosk_wm.h",
"main.cc",
"navigator_host_impl.cc",
"navigator_host_impl.h",
@@ -34,13 +25,5 @@ mojo_native_application("sky_debugger") {
"//mojo/services/navigation/public/interfaces",
"//mojo/services/view_manager/public/cpp",
"//services/window_manager:lib",
- "//sky/viewer:bindings",
- ":bindings",
- ]
-}
-
-mojom("bindings") {
- sources = [
- "debugger.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698