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

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: use pipe() instead of fmemopen() to mock a FILE that LogImpl can use 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
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index eaa20bc017df65f9fac59eb093c3653e856aa767..8bd7526f3721973032d36a44c2345702125f3e46 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -18,6 +18,7 @@ group("services") {
"//services/http_server",
"//services/icu_data",
"//services/keyboard_native",
+ "//services/log",
"//services/media",
"//services/native_support",
"//services/prediction",
@@ -112,6 +113,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') | services/log/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698