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

Side by Side Diff: services/BUILD.gn

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 4 years, 12 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/get_test_list.py ('k') | services/dart/dart_apptests/.gitignore » ('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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/clipboard:apptests", 82 "//services/clipboard:apptests",
83 "//services/dart/dart_apptests",
84 "//services/http_server:apptests", 83 "//services/http_server:apptests",
85 "//services/native_support:apptests", 84 "//services/native_support:apptests",
86 "//services/prediction:apptests", 85 "//services/prediction:apptests",
87 ] 86 ]
88 87
89 if (is_linux && !is_fnl) { 88 if (is_linux && !is_fnl) {
90 deps += [ "//services/python:python_apptests" ] 89 deps += [ "//services/python:python_apptests" ]
91 } 90 }
92 91
93 if (is_android) { 92 if (is_android) {
(...skipping 19 matching lines...) Expand all
113 deps += [ 112 deps += [
114 "//services/files:apptests", 113 "//services/files:apptests",
115 "//services/log:apptests", 114 "//services/log:apptests",
116 "//services/url_response_disk_cache:tests", 115 "//services/url_response_disk_cache:tests",
117 "//services/view_manager:mojo_view_manager_client_apptests", 116 "//services/view_manager:mojo_view_manager_client_apptests",
118 "//services/view_manager:view_manager_service_apptests", 117 "//services/view_manager:view_manager_service_apptests",
119 "//services/view_manager:view_manager_service_unittests", 118 "//services/view_manager:view_manager_service_unittests",
120 ] 119 ]
121 } 120 }
122 } 121 }
OLDNEW
« no previous file with comments | « mojo/tools/get_test_list.py ('k') | services/dart/dart_apptests/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698