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

Unified Diff: content/common/BUILD.gn

Issue 2395163002: VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 2 (Closed)
Patch Set: Added //content/common:mojo_bindings dep on //services/video_capture/public/interfaces 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 872288d6c4b5af4dc4765fd3d90ab6873c6c8299..d43165673b0cb10df8a5590e10d69787a713898b 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -396,6 +396,7 @@ source_set("common") {
"//services/shell/public/interfaces",
"//services/shell/runner/common",
"//services/ui/public/interfaces",
+ "//services/video_capture/public/interfaces",
"//skia",
"//storage/common",
"//third_party/WebKit/public:blink_minimal",
@@ -586,6 +587,7 @@ mojom("mojo_bindings") {
"//mojo/common:common_custom_types",
"//services/shell/public/interfaces",
"//services/ui/public/interfaces",
+ "//services/video_capture/public/interfaces",
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
"//third_party/WebKit/public:new_wrapper_types_mojo_bindings",

Powered by Google App Engine
This is Rietveld 408576698