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

Side by Side Diff: services/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, 10 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 | « no previous file | services/kiosk_wm/BUILD.gn » ('j') | services/kiosk_wm/navigator_host_impl.h » ('J')
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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 7
8 group("services") { 8 group("services") {
9 deps = [ 9 deps = [
10 "//services/clipboard", 10 "//services/clipboard",
11 "//services/fake_surfaces", 11 "//services/fake_surfaces",
12 "//services/gles2:lib", 12 "//services/gles2:lib",
13 "//services/http_server", 13 "//services/http_server",
14 "//services/http_server/public", 14 "//services/http_server/public",
15 "//services/icu_data", 15 "//services/icu_data",
16 "//services/js", 16 "//services/js",
17 "//services/kiosk_wm",
17 "//services/native_viewport", 18 "//services/native_viewport",
18 "//services/reaper", 19 "//services/reaper",
19 "//services/surfaces", 20 "//services/surfaces",
20 "//services/test_service:bindings", 21 "//services/test_service:bindings",
21 "//services/tracing", 22 "//services/tracing",
22 "//services/view_manager", 23 "//services/view_manager",
23 "//services/window_manager", 24 "//services/window_manager",
24 ] 25 ]
25 26
26 if (!is_asan) { 27 if (!is_asan) {
27 deps += [ "//services/dart" ] 28 deps += [ "//services/dart" ]
28 } 29 }
29 } 30 }
OLDNEW
« no previous file with comments | « no previous file | services/kiosk_wm/BUILD.gn » ('j') | services/kiosk_wm/navigator_host_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698