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

Side by Side Diff: services/BUILD.gn

Issue 1375733004: -Add a mojo service to get video frames from the camera through an android service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge. 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/services/mojo_services.gni ('k') | services/camera/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",
(...skipping 10 matching lines...) Expand all
21 "//services/native_support", 21 "//services/native_support",
22 "//services/prediction", 22 "//services/prediction",
23 "//services/reaper", 23 "//services/reaper",
24 "//services/test_service:bindings", 24 "//services/test_service:bindings",
25 "//services/tracing", 25 "//services/tracing",
26 ] 26 ]
27 27
28 if (is_android) { 28 if (is_android) {
29 deps += [ 29 deps += [
30 "//services/android:java_handler", 30 "//services/android:java_handler",
31 "//services/camera_roll", 31 "//services/camera",
32 "//services/contacts", 32 "//services/contacts",
33 "//services/location", 33 "//services/location",
34 "//services/notifications", 34 "//services/notifications",
35 "//services/sensors", 35 "//services/sensors",
36 "//services/speech_recognizer", 36 "//services/speech_recognizer",
37 "//services/sharing:android_sharing", 37 "//services/sharing:android_sharing",
38 ] 38 ]
39 if (defined(go_build_tool) && go_build_tool != "") { 39 if (defined(go_build_tool) && go_build_tool != "") {
40 deps += [ "//services/vanadium/security:principal_service" ] 40 deps += [ "//services/vanadium/security:principal_service" ]
41 } 41 }
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 if (is_android || is_linux) { 105 if (is_android || is_linux) {
106 deps += [ 106 deps += [
107 "//services/files:apptests", 107 "//services/files:apptests",
108 "//services/url_response_disk_cache:tests", 108 "//services/url_response_disk_cache:tests",
109 "//services/view_manager:mojo_view_manager_client_apptests", 109 "//services/view_manager:mojo_view_manager_client_apptests",
110 "//services/view_manager:view_manager_service_apptests", 110 "//services/view_manager:view_manager_service_apptests",
111 "//services/view_manager:view_manager_service_unittests", 111 "//services/view_manager:view_manager_service_unittests",
112 ] 112 ]
113 } 113 }
114 } 114 }
OLDNEW
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | services/camera/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698