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

Side by Side Diff: services/BUILD.gn

Issue 1533563004: Remove defunct skydb debugger. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2b
Patch Set: rebase 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
« no previous file with comments | « no previous file | services/debugger/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",
16 "//services/fake_surfaces", 15 "//services/fake_surfaces",
17 "//services/gles2:lib", 16 "//services/gles2:lib",
18 "//services/http_server", 17 "//services/http_server",
19 "//services/icu_data", 18 "//services/icu_data",
20 "//services/media", 19 "//services/media",
21 "//services/native_support", 20 "//services/native_support",
22 "//services/prediction", 21 "//services/prediction",
23 "//services/test_service:bindings", 22 "//services/test_service:bindings",
24 "//services/tracing", 23 "//services/tracing",
25 ] 24 ]
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 if (is_android || is_linux) { 110 if (is_android || is_linux) {
112 deps += [ 111 deps += [
113 "//services/files:apptests", 112 "//services/files:apptests",
114 "//services/url_response_disk_cache:tests", 113 "//services/url_response_disk_cache:tests",
115 "//services/view_manager:mojo_view_manager_client_apptests", 114 "//services/view_manager:mojo_view_manager_client_apptests",
116 "//services/view_manager:view_manager_service_apptests", 115 "//services/view_manager:view_manager_service_apptests",
117 "//services/view_manager:view_manager_service_unittests", 116 "//services/view_manager:view_manager_service_unittests",
118 ] 117 ]
119 } 118 }
120 } 119 }
OLDNEW
« no previous file with comments | « no previous file | services/debugger/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698