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

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

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header Created 5 years, 2 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/keyboard_native/view_observer_delegate.h ('k') | services/kiosk_wm/kiosk_wm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 mojo_native_application("kiosk_wm") { 8 mojo_native_application("kiosk_wm") {
9 sources = [ 9 sources = [
10 "kiosk_wm.cc", 10 "kiosk_wm.cc",
(...skipping 11 matching lines...) Expand all
22 "//base", 22 "//base",
23 "//mojo/application", 23 "//mojo/application",
24 "//mojo/common:common", 24 "//mojo/common:common",
25 "//mojo/converters/geometry", 25 "//mojo/converters/geometry",
26 "//mojo/converters/input_events", 26 "//mojo/converters/input_events",
27 "//mojo/public/cpp/bindings", 27 "//mojo/public/cpp/bindings",
28 "//mojo/public/cpp/utility", 28 "//mojo/public/cpp/utility",
29 "//mojo/public/interfaces/application", 29 "//mojo/public/interfaces/application",
30 "//mojo/services/input_events/interfaces", 30 "//mojo/services/input_events/interfaces",
31 "//mojo/services/navigation/interfaces", 31 "//mojo/services/navigation/interfaces",
32 "//mojo/services/view_manager/public/cpp", 32 "//mojo/services/view_manager/cpp",
33 "//mojo/services/window_manager/public/interfaces:interfaces", 33 "//mojo/services/window_manager/interfaces:interfaces",
34 "//services/window_manager:lib", 34 "//services/window_manager:lib",
35 "//ui/base", 35 "//ui/base",
36 ] 36 ]
37 } 37 }
OLDNEW
« no previous file with comments | « services/keyboard_native/view_observer_delegate.h ('k') | services/kiosk_wm/kiosk_wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698