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

Side by Side Diff: services/BUILD.gn

Issue 1085853002: Introduce Sky packaged apps. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Response to qsr's review 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/public/sky/rules.gni ('k') | services/sky_packaged_app_viewer/BUILD.gn » ('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("//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/console", 11 "//services/console",
12 "//services/dart", 12 "//services/dart",
13 "//services/device_info", 13 "//services/device_info",
14 "//services/fake_surfaces", 14 "//services/fake_surfaces",
15 "//services/files", 15 "//services/files",
16 "//services/gles2:lib", 16 "//services/gles2:lib",
17 "//services/http_server", 17 "//services/http_server",
18 "//services/icu_data", 18 "//services/icu_data",
19 "//services/js", 19 "//services/js",
20 "//services/kiosk_wm", 20 "//services/kiosk_wm",
21 "//services/native_viewport", 21 "//services/native_viewport",
22 "//services/reaper", 22 "//services/reaper",
23 "//services/sky_packaged_app_viewer",
23 "//services/surfaces", 24 "//services/surfaces",
24 "//services/test_service:bindings", 25 "//services/test_service:bindings",
25 "//services/tracing", 26 "//services/tracing",
26 "//services/view_manager", 27 "//services/view_manager",
27 "//services/window_manager", 28 "//services/window_manager",
28 ] 29 ]
29 30
30 if (is_android) { 31 if (is_android) {
31 deps += [ 32 deps += [
32 "//services/android:java_handler", 33 "//services/android:java_handler",
33 "//services/location", 34 "//services/location",
34 ] 35 ]
35 } 36 }
36 37
37 if (is_linux) { 38 if (is_linux) {
38 deps += [ "//services/python" ] 39 deps += [ "//services/python" ]
39 } 40 }
40 } 41 }
OLDNEW
« no previous file with comments | « mojo/public/sky/rules.gni ('k') | services/sky_packaged_app_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698