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

Side by Side Diff: services/BUILD.gn

Issue 1447273002: Mojo Log service and a thread-safe client library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: removed environment & bindings changes from previous patchset. remove unused mojo::log::EntryMetad… Created 5 years, 1 month 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",
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", 15 "//services/debugger",
16 "//services/fake_surfaces", 16 "//services/fake_surfaces",
17 "//services/gles2:lib", 17 "//services/gles2:lib",
18 "//services/http_server", 18 "//services/http_server",
19 "//services/icu_data", 19 "//services/icu_data",
20 "//services/keyboard_native", 20 "//services/keyboard_native",
21 "//services/log",
21 "//services/media", 22 "//services/media",
22 "//services/native_support", 23 "//services/native_support",
23 "//services/prediction", 24 "//services/prediction",
24 "//services/test_service:bindings", 25 "//services/test_service:bindings",
25 "//services/tracing", 26 "//services/tracing",
26 ] 27 ]
27 28
28 if (is_android) { 29 if (is_android) {
29 deps += [ 30 deps += [
30 "//services/android:java_handler", 31 "//services/android:java_handler",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
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