| 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",
|
| ]
|
|
|