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

Unified Diff: services/log/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 side-by-side diff with in-line comments
Download patch
Index: services/log/BUILD.gn
diff --git a/examples/tiny/BUILD.gn b/services/log/BUILD.gn
similarity index 55%
copy from examples/tiny/BUILD.gn
copy to services/log/BUILD.gn
index 0a2c73a502ad066b538dedc49ae1bc42de41bc46..32af51b90c25f2fd4b92f1704a00713a5790ab23 100644
--- a/examples/tiny/BUILD.gn
+++ b/services/log/BUILD.gn
@@ -4,8 +4,15 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("tiny") {
+mojo_native_application("log") {
sources = [
- "tiny.c",
+ "log_impl.cc",
+ "log_impl.h",
+ "main.cc",
+ ]
+
+ deps = [
+ "//mojo/public/cpp/application:standalone",
+ "//mojo/services/log/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698