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

Unified Diff: services/video_capture/public/interfaces/BUILD.gn

Issue 2378943002: Let clients interact with VideoCaptureDeviceClient instead of VideoCaptureDevice (Closed)
Patch Set: Remove method AsClientBuffer() 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: services/video_capture/public/interfaces/BUILD.gn
diff --git a/services/video_capture/public/interfaces/BUILD.gn b/services/video_capture/public/interfaces/BUILD.gn
index 4940883ead1b586fd75ecb44c081ddc3a91a44cc..12b175bc1f47252585814b715f68d9e355e523ab 100644
--- a/services/video_capture/public/interfaces/BUILD.gn
+++ b/services/video_capture/public/interfaces/BUILD.gn
@@ -7,11 +7,11 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"mock_video_capture_device.mojom",
- "video_capture_device_client.mojom",
"video_capture_device_factory.mojom",
"video_capture_device_proxy.mojom",
"video_capture_format.mojom",
"video_capture_service.mojom",
+ "video_frame_receiver.mojom",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698