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

Unified Diff: content/renderer/BUILD.gn

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Rebased. Created 4 years, 2 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 | content/renderer/render_frame_impl.h » ('j') | media/base/media_observer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 8f571d3802732863d75507fd35390b35fc84e2e5..5eaeb5e6da752c99f030a0f72520ab1eff2b48f2 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -505,6 +505,10 @@ target(link_target_type, "renderer") {
]
}
+ if (enable_media_remoting) {
+ deps += [ "//media/remoting" ]
+ }
+
if (enable_webrtc) {
# WebRTC plugin-related stuff goes in a different section below.
sources += [
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.h » ('j') | media/base/media_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698