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

Unified Diff: media/test/BUILD.gn

Issue 2692593002: Media Remoting: End to end integration tests. (Closed)
Patch Set: File rename only. 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 | « media/remoting/stream_provider.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/BUILD.gn
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index 1d426daa4a00b9d84055d4c87306af9726690c10..472e8ef25f02df8d4c82432fdb34a62552b9b6dc 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -46,6 +46,13 @@ source_set("pipeline_integration_test_base") {
"//testing/gmock",
"//testing/gtest",
]
+
+ if (enable_media_remoting) {
+ deps += [
+ "//media/remoting:media_remoting_proto",
+ "//media/remoting:media_remoting_tests",
+ ]
+ }
}
}
« no previous file with comments | « media/remoting/stream_provider.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698