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

Unified Diff: mojo/services/flog/cpp/BUILD.gn

Issue 2008553006: Add 'Flog' formatted logging to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 months 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: mojo/services/flog/cpp/BUILD.gn
diff --git a/services/media/framework_create/BUILD.gn b/mojo/services/flog/cpp/BUILD.gn
similarity index 52%
copy from services/media/framework_create/BUILD.gn
copy to mojo/services/flog/cpp/BUILD.gn
index f383688d2c9c986aac73fc2bb18c89d48d3ace37..dafae116932c13d7bd0f92cb05eacc2ac7032311 100644
--- a/services/media/framework_create/BUILD.gn
+++ b/mojo/services/flog/cpp/BUILD.gn
@@ -5,14 +5,16 @@
import("//build/module_args/mojo.gni")
import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
-source_set("framework_create") {
+mojo_sdk_source_set("cpp") {
sources = [
- "decoder.cc",
- "demux.cc",
+ "flog.cc",
+ "flog.h",
]
deps = [
- "//services/media/framework",
- "//services/media/framework_ffmpeg",
+ "$mojo_sdk_root/mojo/public/cpp/application",
+ "$mojo_sdk_root/mojo/public/cpp/bindings",
+ "$mojo_sdk_root/mojo/public/cpp/environment",
+ "$mojo_sdk_root/mojo/services/flog/interfaces",
]
}
« no previous file with comments | « mojo/dart/packages/mojo_services/lib/mojo/media/timeline_controller.mojom.dart ('k') | mojo/services/flog/cpp/flog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698