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

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

Issue 2255493002: Video Capture Mojo (1.4a.b): Rename interface VideoCaptureDevice to VideoCaptureDeviceProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FillServicePart1_Part1
Patch Set: Merge-in changes from upstream CL Created 4 years, 4 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 50e839947c3ef9a241c069aa94f92657d103cbd9..33f226b6e29bd0c65dfcdb21d3717fb3d15dc01d 100644
--- a/services/video_capture/public/interfaces/BUILD.gn
+++ b/services/video_capture/public/interfaces/BUILD.gn
@@ -6,9 +6,9 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "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",
]
« no previous file with comments | « services/video_capture/BUILD.gn ('k') | services/video_capture/public/interfaces/video_capture_device.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698