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

Unified Diff: chrome/test/BUILD.gn

Issue 2307653002: Adding CastRemotingSender for media remoting. (Closed)
Patch Set: Rebased. Created 4 years, 3 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 33de5dba7914226552f5258240e60f72e13e97ab..fa40c17dda3fe09f63ac7edac5e57052bdd40b9a 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3830,6 +3830,7 @@ test("unit_tests") {
"../browser/extensions/webstore_inline_installer_unittest.cc",
"../browser/extensions/webstore_installer_unittest.cc",
"../browser/extensions/zipfile_installer_unittest.cc",
+ "../browser/media/cast_remoting_sender_unittest.cc",
"../browser/media/cast_transport_host_filter_unittest.cc",
"../browser/metrics/extensions_metrics_provider_unittest.cc",
"../browser/notifications/extension_welcome_notification_unittest.cc",
@@ -3963,6 +3964,7 @@ test("unit_tests") {
"//chrome/common/extensions/api",
"//extensions:extensions_resources",
"//extensions/strings",
+ "//media/cast:test_support",
"//tools/json_schema_compiler/test:features_generation_test",
]
if (enable_service_discovery) {

Powered by Google App Engine
This is Rietveld 408576698