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

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

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Fix dependency issues 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 12b175bc1f47252585814b715f68d9e355e523ab..91486825ee74347de407ebc8ebe37c6753e7ced9 100644
--- a/services/video_capture/public/interfaces/BUILD.gn
+++ b/services/video_capture/public/interfaces/BUILD.gn
@@ -9,12 +9,12 @@ mojom("interfaces") {
"mock_video_capture_device.mojom",
"video_capture_device_factory.mojom",
"video_capture_device_proxy.mojom",
- "video_capture_format.mojom",
"video_capture_service.mojom",
"video_frame_receiver.mojom",
]
deps = [
+ "//media/capture/mojo:capture_types",
"//media/mojo/interfaces",
"//ui/gfx/geometry/mojo",
]

Powered by Google App Engine
This is Rietveld 408576698