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

Unified Diff: content/common/typemaps.gni

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/typemaps.gni
diff --git a/content/common/typemaps.gni b/content/common/typemaps.gni
index 98379c30b5a27f1812484bd11252aaeb5dcd5d8e..6b72587a594598f55b0e04956745250bffb342bc 100644
--- a/content/common/typemaps.gni
+++ b/content/common/typemaps.gni
@@ -9,5 +9,6 @@ typemaps = [
"//content/common/url_loader_status.typemap",
"//content/common/url_request.typemap",
"//content/common/url_response_head.typemap",
+ "//content/common/video_capture.typemap",
"//content/common/web_preferences.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698