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

Unified Diff: media/remoting/BUILD.gn

Issue 2692593002: Media Remoting: End to end integration tests. (Closed)
Patch Set: Created 3 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/remoting/end2end_test_renderer.h » ('j') | media/remoting/end2end_test_renderer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/BUILD.gn
diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
index 5e305ef6edd42776b4ec567a75ed2b698be3ae44..7a728d1a4f3622bbf05aa5839b5a587f9b1877b6 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -79,11 +79,17 @@ source_set("media_remoting_tests") {
sources = [
"courier_renderer_unittest.cc",
"demuxer_stream_adapter_unittest.cc",
+ "end2end_test_renderer.cc",
+ "end2end_test_renderer.h",
"fake_media_resource.cc",
"fake_media_resource.h",
"fake_remoter.cc",
"fake_remoter.h",
"proto_utils_unittest.cc",
+ "remote_receiver.cc",
+ "remote_receiver.h",
+ "remote_stream_provider.cc",
+ "remote_stream_provider.h",
"renderer_controller_unittest.cc",
"rpc_broker_unittest.cc",
]
« no previous file with comments | « no previous file | media/remoting/end2end_test_renderer.h » ('j') | media/remoting/end2end_test_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698