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

Side by Side Diff: services/BUILD.gn

Issue 1537803002: Revert "Delete the Surfaces service." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « mojo/services/native_viewport/interfaces/BUILD.gn ('k') | services/fake_surfaces/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/fake_surfaces",
15 "//services/gles2:lib", 16 "//services/gles2:lib",
16 "//services/http_server", 17 "//services/http_server",
17 "//services/icu_data", 18 "//services/icu_data",
18 "//services/media", 19 "//services/media",
19 "//services/native_support", 20 "//services/native_support",
20 "//services/prediction", 21 "//services/prediction",
21 "//services/test_service:bindings", 22 "//services/test_service:bindings",
22 "//services/tracing", 23 "//services/tracing",
23 ] 24 ]
24 25
(...skipping 21 matching lines...) Expand all
46 if (is_linux && !is_fnl) { 47 if (is_linux && !is_fnl) {
47 deps += [ "//services/python" ] 48 deps += [ "//services/python" ]
48 } 49 }
49 50
50 if (is_android || is_linux) { 51 if (is_android || is_linux) {
51 deps += [ 52 deps += [
52 "//services/device_info", 53 "//services/device_info",
53 "//services/files", 54 "//services/files",
54 "//services/ui", 55 "//services/ui",
55 "//services/native_viewport", 56 "//services/native_viewport",
57 "//services/surfaces",
56 "//services/url_response_disk_cache", 58 "//services/url_response_disk_cache",
57 ] 59 ]
58 } 60 }
59 61
60 # TODO(jamesr): We only support building V8 snapshot data on a linux host 62 # TODO(jamesr): We only support building V8 snapshot data on a linux host
61 # since it needs a 32 bit toolchain and we don't have one configured for mac 63 # since it needs a 32 bit toolchain and we don't have one configured for mac
62 # hosts. 64 # hosts.
63 # TODO(cstout): javascript/v8 build support for fnl/musl 65 # TODO(cstout): javascript/v8 build support for fnl/musl
64 if (!is_fnl && host_os == "linux") { 66 if (!is_fnl && host_os == "linux") {
65 deps += [ "//services/js" ] 67 deps += [ "//services/js" ]
(...skipping 29 matching lines...) Expand all
95 deps += [ "//services/js:tests" ] 97 deps += [ "//services/js:tests" ]
96 } 98 }
97 99
98 if (is_android || is_linux) { 100 if (is_android || is_linux) {
99 deps += [ 101 deps += [
100 "//services/files:apptests", 102 "//services/files:apptests",
101 "//services/url_response_disk_cache:tests", 103 "//services/url_response_disk_cache:tests",
102 ] 104 ]
103 } 105 }
104 } 106 }
OLDNEW
« no previous file with comments | « mojo/services/native_viewport/interfaces/BUILD.gn ('k') | services/fake_surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698