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

Unified Diff: media/BUILD.gn

Issue 1641423002: Re-land extract state management from WebMediaPlayerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a message loop to the test. 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 | « no previous file | media/base/mock_filters.h » ('j') | media/base/mock_filters.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 02a4917fe592b72db617c9f4db3a61aed7acfeab..8b3316c20611dcf586fb1607b6ac2e35cef1b9f4 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -227,6 +227,8 @@ component("media") {
"filters/media_source_state.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",
@@ -654,6 +656,7 @@ test("media_unittests") {
"filters/h264_parser_unittest.cc",
"filters/ivf_parser_unittest.cc",
"filters/jpeg_parser_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 | « no previous file | media/base/mock_filters.h » ('j') | media/base/mock_filters.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698