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

Unified Diff: content/common/BUILD.gn

Issue 2409893003: VideoCapture: more migration IPC-->mojo, part 5 (Closed)
Patch Set: 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 6266f68f0dcd53aec9c075b458597552812faff0..31e49a2cb6797bdbf05aea5026aa26c1202a0ac6 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -579,6 +579,8 @@ mojom("mojo_bindings") {
# TODO(mcasas): remove the following dep after https://crbug.com/653994
"//gpu/ipc/common:interfaces",
"//ipc:mojom",
+ "//media/mojo/interfaces",
+ "//mojo/common:common_custom_types",
"//services/shell/public/interfaces",
"//services/ui/public/interfaces",
"//services/video_capture/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698