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

Unified Diff: content/public/renderer/BUILD.gn

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Fix dependency issues 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
Index: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index a83dcde37be31ac496f625873f1bd614abf89cf3..c8267df62bb216e61f5af014a881e9fe6adc3651 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -72,6 +72,7 @@ target(link_target_type, "renderer_sources") {
"//content/renderer",
"//gin",
"//media",
+ "//media/capture:capture",
xhwang 2016/10/27 04:57:09 ditto
chfremer 2016/10/27 17:15:44 Done.
"//media/gpu/ipc/client",
"//net",
"//ppapi/c",

Powered by Google App Engine
This is Rietveld 408576698