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

Unified Diff: media/remoting/BUILD.gn

Issue 2808583002: RELAND: Media Remoting end to end integration tests. (Closed)
Patch Set: Fix compile error. Created 3 years, 8 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/test/pipeline_integration_test.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 bf628d7eadd4eae0954feaf94b4a8bb950a1edfa..455a0c448a0f86582ca5b7af809680bb91fc4096 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -80,13 +80,19 @@ 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",
+ "receiver.cc",
+ "receiver.h",
"renderer_controller_unittest.cc",
"rpc_broker_unittest.cc",
+ "stream_provider.cc",
+ "stream_provider.h",
]
deps = [
« no previous file with comments | « no previous file | media/remoting/end2end_test_renderer.h » ('j') | media/test/pipeline_integration_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698