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

Side by Side Diff: services/BUILD.gn

Issue 1466733002: Google OAuth Device Flow support for FNL (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: updated demo namespaces Created 5 years 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
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 deps += [ "//services/js" ] 72 deps += [ "//services/js" ]
73 } 73 }
74 } 74 }
75 75
76 group("tests") { 76 group("tests") {
77 testonly = true 77 testonly = true
78 78
79 deps = [ 79 deps = [
80 "//services/asset_bundle:apptests", 80 "//services/asset_bundle:apptests",
81 "//services/authenticating_url_loader_interceptor:apptests", 81 "//services/authenticating_url_loader_interceptor:apptests",
82 "//services/authentication:apptests",
82 "//services/clipboard:apptests", 83 "//services/clipboard:apptests",
83 "//services/dart/dart_apptests", 84 "//services/dart/dart_apptests",
84 "//services/http_server:apptests", 85 "//services/http_server:apptests",
85 "//services/native_support:apptests", 86 "//services/native_support:apptests",
86 "//services/prediction:apptests", 87 "//services/prediction:apptests",
87 ] 88 ]
88 89
89 if (is_linux && !is_fnl) { 90 if (is_linux && !is_fnl) {
90 deps += [ "//services/python:python_apptests" ] 91 deps += [ "//services/python:python_apptests" ]
91 } 92 }
(...skipping 20 matching lines...) Expand all
112 if (is_android || is_linux) { 113 if (is_android || is_linux) {
113 deps += [ 114 deps += [
114 "//services/files:apptests", 115 "//services/files:apptests",
115 "//services/url_response_disk_cache:tests", 116 "//services/url_response_disk_cache:tests",
116 "//services/view_manager:mojo_view_manager_client_apptests", 117 "//services/view_manager:mojo_view_manager_client_apptests",
117 "//services/view_manager:view_manager_service_apptests", 118 "//services/view_manager:view_manager_service_apptests",
118 "//services/view_manager:view_manager_service_unittests", 119 "//services/view_manager:view_manager_service_unittests",
119 ] 120 ]
120 } 121 }
121 } 122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698