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

Unified Diff: media/blink/BUILD.gn

Issue 2160963002: Add watch time metrics for HTML5 media playback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments, couple more tests. Created 4 years, 4 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/blink/watch_time_reporter.h » ('j') | media/blink/watch_time_reporter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index ca30cd48cc9d1a3e6680b2249bbe9c52555063d9..fd3a51387e794ea009b3e0dde72885a11231a25b 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -62,6 +62,8 @@ component("blink") {
"url_index.h",
"video_frame_compositor.cc",
"video_frame_compositor.h",
+ "watch_time_reporter.cc",
+ "watch_time_reporter.h",
"webaudiosourceprovider_impl.cc",
"webaudiosourceprovider_impl.h",
"webcontentdecryptionmodule_impl.cc",
@@ -146,6 +148,7 @@ test("media_blink_unittests") {
"test_response_generator.h",
"url_index_unittest.cc",
"video_frame_compositor_unittest.cc",
+ "watch_time_reporter_unittest.cc",
"webaudiosourceprovider_impl_unittest.cc",
"webmediaplayer_impl_unittest.cc",
]
« no previous file with comments | « no previous file | media/blink/watch_time_reporter.h » ('j') | media/blink/watch_time_reporter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698