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

Side by Side Diff: services/kiosk_wm/BUILD.gn

Issue 1531403003: Delete the ViewManager and WindowManager services. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « services/BUILD.gn ('k') | services/kiosk_wm/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni")
7
8 mojo_native_application("kiosk_wm") {
9 sources = [
10 "kiosk_wm.cc",
11 "kiosk_wm.h",
12 "kiosk_wm_controller.cc",
13 "kiosk_wm_controller.h",
14 "main.cc",
15 "merged_service_provider.cc",
16 "merged_service_provider.h",
17 "navigator_host_impl.cc",
18 "navigator_host_impl.h",
19 ]
20
21 deps = [
22 "//base",
23 "//mojo/application",
24 "//mojo/common:common",
25 "//mojo/converters/geometry",
26 "//mojo/converters/input_events",
27 "//mojo/public/cpp/bindings",
28 "//mojo/public/cpp/utility",
29 "//mojo/public/interfaces/application",
30 "//mojo/services/input_events/interfaces",
31 "//mojo/services/navigation/interfaces",
32 "//mojo/services/view_manager/cpp",
33 "//mojo/services/window_manager/interfaces:interfaces",
34 "//services/window_manager:lib",
35 "//ui/base",
36 ]
37 }
OLDNEW
« no previous file with comments | « services/BUILD.gn ('k') | services/kiosk_wm/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698