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

Side by Side Diff: services/BUILD.gn

Issue 1949233002: Create a RegisterViewAssociate method in ViewManager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add tests to mojo tests Created 4 years, 7 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/gfx/compositor/compositor_engine.cc » ('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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/gfx/compositor:apptests", 83 "//services/gfx/compositor:apptests",
84 "//services/http_server:apptests", 84 "//services/http_server:apptests",
85 "//services/media/common:apptests", 85 "//services/media/common:apptests",
86 "//services/native_support:apptests", 86 "//services/native_support:apptests",
87 "//services/prediction:apptests", 87 "//services/prediction:apptests",
88 "//services/ui/view_manager:view_manager_apptests",
88 ] 89 ]
89 90
90 # TODO: fix ffmpeg build 91 # TODO: fix ffmpeg build
91 if (!is_fnl) { 92 if (!is_fnl) {
92 deps += [ "//services/media/framework:apptests" ] 93 deps += [ "//services/media/framework:apptests" ]
93 } 94 }
94 95
95 if (!is_android) { 96 if (!is_android) {
96 deps += [ "//services/authentication:apptests" ] 97 deps += [ "//services/authentication:apptests" ]
97 } 98 }
(...skipping 15 matching lines...) Expand all
113 } 114 }
114 115
115 if (is_android || is_linux) { 116 if (is_android || is_linux) {
116 deps += [ 117 deps += [
117 "//services/files:apptests", 118 "//services/files:apptests",
118 "//services/log:apptests", 119 "//services/log:apptests",
119 "//services/url_response_disk_cache:tests", 120 "//services/url_response_disk_cache:tests",
120 ] 121 ]
121 } 122 }
122 } 123 }
OLDNEW
« no previous file with comments | « mojo/tools/data/apptests ('k') | services/gfx/compositor/compositor_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698