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

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

Issue 2502483003: [Mojo Video Capture] Cleanup naming of classes/files in services/video_capture (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 cd9129f839c4b28d2a7da03e6ccdba91ca99bf66..4fdbf61b084d62dbc16c7f01605bdb24da589a06 100644
--- a/services/video_capture/public/interfaces/BUILD.gn
+++ b/services/video_capture/public/interfaces/BUILD.gn
@@ -6,13 +6,13 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "mock_video_capture_device.mojom",
- "video_capture_device_descriptor.mojom",
- "video_capture_device_factory.mojom",
- "video_capture_device_proxy.mojom",
- "video_capture_service.mojom",
- "video_capture_settings.mojom",
- "video_frame_receiver.mojom",
+ "capture_settings.mojom",
+ "device.mojom",
+ "device_descriptor.mojom",
+ "device_factory.mojom",
+ "mock_device.mojom",
+ "receiver.mojom",
+ "service.mojom",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698