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

Unified Diff: chrome/browser/BUILD.gn

Issue 2951523002: Media Remoting: Add mojo interfaces between browser and extension. (Closed)
Patch Set: Fix unittests. Created 3 years, 5 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 50916ff897cefb28d8a8c44dd1c1ac0665557e2a..7360e4a2f88391859e8658aac30937c9788f1db0 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -567,8 +567,6 @@ split_static_library("browser") {
"mac/security_wrappers.h",
"media/cast_remoting_connector.cc",
"media/cast_remoting_connector.h",
- "media/cast_remoting_connector_messaging.cc",
- "media/cast_remoting_connector_messaging.h",
"media/cast_remoting_sender.cc",
"media/cast_remoting_sender.h",
"media/media_access_handler.cc",
@@ -1662,6 +1660,7 @@ split_static_library("browser") {
"//media/cast:net",
"//media/midi",
"//media/mojo:features",
+ "//media/mojo/interfaces:mirror_service_remoting",
"//media/mojo/interfaces:remoting",
"//mojo/common",
"//mojo/edk/system",

Powered by Google App Engine
This is Rietveld 408576698