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

Unified Diff: media/BUILD.gn

Issue 2261503002: Define remote playback proto buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | media/media_options.gni » ('j') | media/media_options.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index afcadfdf74ec632b247a4b95ffc0ca83cea5cff6..e10718ed3b547ba71dfb005c980941329b21944a 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -472,6 +472,10 @@ component("media") {
]
}
+ if (media_remoting) {
+ deps += [ "//media/remoting:rpc" ]
xhwang 2016/08/25 20:00:15 OOC, why media needs to depend on this?
erickung1 2016/09/01 09:05:05 once we checked in the remote renderer and remote
+ }
+
public_deps += [
":media_features",
":shared_memory_support",
« no previous file with comments | « no previous file | media/media_options.gni » ('j') | media/media_options.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698