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

Unified 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: initialize global variables at start of the test 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/tools/data/apptests ('k') | services/log/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 419c42304da0268500fd9472548d259bd65d2b32..919f3f02db0536965fae4830bffaf9b0a99bc4c7 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -17,6 +17,7 @@ group("services") {
"//services/gles2:lib",
"//services/http_server",
"//services/icu_data",
+ "//services/log",
"//services/media",
"//services/native_support",
"//services/prediction",
@@ -111,6 +112,7 @@ group("tests") {
if (is_android || is_linux) {
deps += [
"//services/files:apptests",
+ "//services/log:apptests",
"//services/url_response_disk_cache:tests",
"//services/view_manager:mojo_view_manager_client_apptests",
"//services/view_manager:view_manager_service_apptests",
« no previous file with comments | « mojo/tools/data/apptests ('k') | services/log/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698