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

Side by Side Diff: services/BUILD.gn

Issue 1321253010: Add a "native_support" service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix android? 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 | « mojo/tools/data/apptests ('k') | services/native_support/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 group("services") { 5 group("services") {
6 testonly = true 6 testonly = true
7 7
8 deps = [ 8 deps = [
9 ":tests", 9 ":tests",
10 "//services/asset_bundle", 10 "//services/asset_bundle",
11 "//services/authenticating_url_loader_interceptor", 11 "//services/authenticating_url_loader_interceptor",
12 "//services/authentication", 12 "//services/authentication",
13 "//services/clipboard", 13 "//services/clipboard",
14 "//services/dart", 14 "//services/dart",
15 "//services/debugger", 15 "//services/debugger",
16 "//services/fake_surfaces", 16 "//services/fake_surfaces",
17 "//services/gles2:lib", 17 "//services/gles2:lib",
18 "//services/http_server", 18 "//services/http_server",
19 "//services/icu_data", 19 "//services/icu_data",
20 "//services/keyboard_native", 20 "//services/keyboard_native",
21 "//services/native_support",
21 "//services/prediction", 22 "//services/prediction",
22 "//services/reaper", 23 "//services/reaper",
23 "//services/test_service:bindings", 24 "//services/test_service:bindings",
24 "//services/tracing", 25 "//services/tracing",
25 ] 26 ]
26 27
27 if (is_android) { 28 if (is_android) {
28 deps += [ 29 deps += [
29 "//services/android:java_handler", 30 "//services/android:java_handler",
30 "//services/camera_roll", 31 "//services/camera_roll",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 67
67 group("tests") { 68 group("tests") {
68 testonly = true 69 testonly = true
69 70
70 deps = [ 71 deps = [
71 "//services/asset_bundle:apptests", 72 "//services/asset_bundle:apptests",
72 "//services/authenticating_url_loader_interceptor:apptests", 73 "//services/authenticating_url_loader_interceptor:apptests",
73 "//services/clipboard:apptests", 74 "//services/clipboard:apptests",
74 "//services/dart/dart_apptests", 75 "//services/dart/dart_apptests",
75 "//services/http_server:apptests", 76 "//services/http_server:apptests",
77 "//services/native_support:apptests",
76 "//services/prediction:apptests", 78 "//services/prediction:apptests",
77 "//services/reaper:tests", 79 "//services/reaper:tests",
78 ] 80 ]
79 81
80 if (is_linux && !is_fnl) { 82 if (is_linux && !is_fnl) {
81 deps += [ "//services/python:python_apptests" ] 83 deps += [ "//services/python:python_apptests" ]
82 } 84 }
83 85
84 if (is_android) { 86 if (is_android) {
85 deps += [ "//services/notifications:apptests" ] 87 deps += [ "//services/notifications:apptests" ]
(...skipping 15 matching lines...) Expand all
101 if (is_android || is_linux) { 103 if (is_android || is_linux) {
102 deps += [ 104 deps += [
103 "//services/files:apptests", 105 "//services/files:apptests",
104 "//services/url_response_disk_cache:tests", 106 "//services/url_response_disk_cache:tests",
105 "//services/view_manager:mojo_view_manager_client_apptests", 107 "//services/view_manager:mojo_view_manager_client_apptests",
106 "//services/view_manager:view_manager_service_apptests", 108 "//services/view_manager:view_manager_service_apptests",
107 "//services/view_manager:view_manager_service_unittests", 109 "//services/view_manager:view_manager_service_unittests",
108 ] 110 ]
109 } 111 }
110 } 112 }
OLDNEW
« no previous file with comments | « mojo/tools/data/apptests ('k') | services/native_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698