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

Unified Diff: content/common/BUILD.gn

Issue 2384843002: VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 1 (Closed)
Patch Set: Created 4 years, 3 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 ff2cfe9796b6076d5b3e6648e04ea17fc2e45c83..10e8d4e9f7d4a5e24c4e67ea1743eeff479b634d 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -571,6 +571,7 @@ mojom("mojo_bindings") {
"storage_partition_service.mojom",
"url_loader.mojom",
"url_loader_factory.mojom",
+ "video_capture.mojom",
]
import_dirs = [ "//mojo/services" ]

Powered by Google App Engine
This is Rietveld 408576698