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

Unified Diff: media/media.gyp

Issue 1641423002: Re-land extract state management from WebMediaPlayerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize |should_notify_time_changed_|. Created 4 years, 10 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 | « media/filters/pipeline_controller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 5c72613c93cf313ab15fc2f94c9f2ac56d7f5d37..bdc7d5c78b81c3eb475ebef622d67b43e04901db 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -536,6 +536,8 @@
'filters/opus_audio_decoder.h',
'filters/opus_constants.cc',
'filters/opus_constants.h',
+ 'filters/pipeline_controller.cc',
+ 'filters/pipeline_controller.h',
'filters/source_buffer_range.cc',
'filters/source_buffer_range.h',
'filters/source_buffer_stream.cc',
@@ -1258,6 +1260,7 @@
'filters/ivf_parser_unittest.cc',
'filters/jpeg_parser_unittest.cc',
'filters/memory_data_source_unittest.cc',
+ 'filters/pipeline_controller_unittest.cc',
'filters/source_buffer_stream_unittest.cc',
'filters/video_cadence_estimator_unittest.cc',
'filters/video_decoder_selector_unittest.cc',
« no previous file with comments | « media/filters/pipeline_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698