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

Unified Diff: content/renderer/BUILD.gn

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Add building flag. 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') | content/renderer/render_frame_impl.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 ca620ed678e164abf22a2c79ab68080a43f12f58..407229bc9229dfbcfd2f5940b01e9c7b070a9dbc 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -509,6 +509,12 @@ target(link_target_type, "renderer") {
]
}
+ if (enable_media_remoting) {
+ deps += [ "//media/remoting" ]
+
+ defines += [ "ENABLE_MEDIA_REMOTING" ]
xhwang 2016/10/05 05:27:53 This is the old way. For new code, please use BUIL
xjz 2016/10/05 17:24:23 Done.
+ }
+
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') | content/renderer/render_frame_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698