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

Unified Diff: media/remoting/BUILD.gn

Issue 2668393002: Rename DemuxerStreamProvider into MediaResource (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 d605e7c5855b2d6bccbb65e3747c35e3d4bd1e50..5e305ef6edd42776b4ec567a75ed2b698be3ae44 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -79,8 +79,8 @@ source_set("media_remoting_tests") {
sources = [
"courier_renderer_unittest.cc",
"demuxer_stream_adapter_unittest.cc",
- "fake_demuxer_stream_provider.cc",
- "fake_demuxer_stream_provider.h",
+ "fake_media_resource.cc",
+ "fake_media_resource.h",
"fake_remoter.cc",
"fake_remoter.h",
"proto_utils_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698