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

Unified Diff: media/remoting/BUILD.gn

Issue 2631993002: Media Remoting: UMAs to track session events and measurements. (Closed)
Patch Set: REBASE before commit Created 3 years, 11 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
« no previous file with comments | « no previous file | media/remoting/metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/BUILD.gn
diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
index cdefc0a52d0863910425c1c14778958ec9cdcb5e..3643543a6bddce3ff7c5f9ba3503d3b11e56ed10 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -34,6 +34,8 @@ source_set("rpc") {
source_set("remoting") {
sources = [
+ "metrics.cc",
+ "metrics.h",
"remote_demuxer_stream_adapter.cc",
"remote_demuxer_stream_adapter.h",
"remote_renderer_impl.cc",
@@ -56,6 +58,7 @@ source_set("remoting") {
"remoting_sink_observer.h",
"remoting_source_impl.cc",
"remoting_source_impl.h",
+ "triggers.h",
]
deps = [
":rpc",
« no previous file with comments | « no previous file | media/remoting/metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698