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

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

Issue 2155303002: Video Capture Mojo Component: Skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into VideoMojoSkeleton2 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
« no previous file with comments | « services/video_capture/OWNERS ('k') | services/video_capture/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « services/video_capture/OWNERS ('k') | services/video_capture/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698