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

Unified Diff: media/remoting/BUILD.gn

Issue 2491043003: MediaResource refactoring to support multiple streams (Closed)
Patch Set: rebase 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
Index: media/remoting/BUILD.gn
diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
index 3643543a6bddce3ff7c5f9ba3503d3b11e56ed10..b4957472a741160e5d8ca266f564b5b3b2c50a36 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -76,8 +76,8 @@ source_set("media_remoting_tests") {
sources = [
"fake_remoting_controller.cc",
"fake_remoting_controller.h",
- "fake_remoting_demuxer_stream_provider.cc",
- "fake_remoting_demuxer_stream_provider.h",
+ "fake_remoting_media_resource.cc",
+ "fake_remoting_media_resource.h",
"remote_demuxer_stream_adapter_unittest.cc",
"remote_renderer_impl_unittest.cc",
"remoting_renderer_controller_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698