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

Unified Diff: media/remoting/BUILD.gn

Issue 2808583002: RELAND: Media Remoting end to end integration tests. (Closed)
Patch Set: Rebased. 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') | no next file with comments »
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 10ea07cc70ab290fb7c5e130074b05d6216cd405..e4e1352a99db303e0f80da87cacb8aca6ba27111 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -76,13 +76,20 @@ 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",
+ "integration_test.cc",
"proto_utils_unittest.cc",
+ "receiver.cc",
+ "receiver.h",
"renderer_controller_unittest.cc",
"rpc_broker_unittest.cc",
+ "stream_provider.cc",
+ "stream_provider.h",
]
deps = [
@@ -93,6 +100,7 @@ source_set("media_remoting_tests") {
"//media",
"//media/base:test_support",
"//media/mojo/interfaces:remoting",
+ "//media/test:pipeline_integration_test_base",
"//testing/gmock",
"//testing/gtest",
"//ui/gfx:test_support",
« no previous file with comments | « no previous file | media/remoting/end2end_test_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698