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

Unified Diff: chrome/browser/BUILD.gn

Issue 2951523002: Media Remoting: Add mojo interfaces between browser and extension. (Closed)
Patch Set: Rebased again. 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
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index ef2019ff6ad83573d70d4db20891baca6260ede1..7a3bbfd14a8a9ebad63badfb97ba82784509038c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -568,8 +568,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",
@@ -1635,6 +1633,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",
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698