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

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

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit 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 unified diff | Download patch
« no previous file with comments | « mojo/services/keyboard/public/interfaces/keyboard.mojom ('k') | mojo/services/kiosk_wm/DEPS » ('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("//third_party/mojo/src/mojo/public/mojo_application.gni")
6 import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
7
8 mojo_native_application("kiosk_wm") {
9 sources = [
10 "kiosk_wm.cc",
11 "kiosk_wm.h",
12 "main.cc",
13 "merged_service_provider.cc",
14 "merged_service_provider.h",
15 "navigator_host_impl.cc",
16 "navigator_host_impl.h",
17 ]
18
19 deps = [
20 "//base",
21 "//mojo/application",
22 "//mojo/common:common",
23 "//mojo/converters/geometry",
24 "//mojo/converters/input_events",
25 "//third_party/mojo/src/mojo/public/cpp/bindings",
26 "//third_party/mojo/src/mojo/public/cpp/utility",
27 "//third_party/mojo/src/mojo/public/interfaces/application",
28 "//third_party/mojo_services/src/input_events/public/interfaces",
29 "//third_party/mojo_services/src/navigation/public/interfaces",
30 "//third_party/mojo_services/src/view_manager/public/cpp",
31 "//mojo/services/window_manager:lib",
32 "//ui/base",
33 ]
34 }
OLDNEW
« no previous file with comments | « mojo/services/keyboard/public/interfaces/keyboard.mojom ('k') | mojo/services/kiosk_wm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698