| Index: services/video_capture/public/interfaces/BUILD.gn
|
| diff --git a/services/navigation/public/interfaces/BUILD.gn b/services/video_capture/public/interfaces/BUILD.gn
|
| similarity index 62%
|
| copy from services/navigation/public/interfaces/BUILD.gn
|
| copy to services/video_capture/public/interfaces/BUILD.gn
|
| index a91f86dbe5d2a3476defcfa4bd0eefa6f8c32fb3..1e4d90ee29ee5d67622607eea1fdd046a3043c7c 100644
|
| --- a/services/navigation/public/interfaces/BUILD.gn
|
| +++ b/services/video_capture/public/interfaces/BUILD.gn
|
| @@ -6,14 +6,14 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "view.mojom",
|
| + "video_capture_device.mojom",
|
| + "video_capture_device_client.mojom",
|
| + "video_capture_device_factory.mojom",
|
| + "video_capture_format.mojom",
|
| ]
|
|
|
| deps = [
|
| - "//services/ui/public/interfaces",
|
| + "//media/mojo/interfaces",
|
| "//ui/gfx/geometry/mojo",
|
| - "//url/mojo:url_mojom_gurl",
|
| ]
|
| -
|
| - use_new_wrapper_types = false
|
| }
|
|
|