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

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

Issue 2244763002: Video Capture Mojo (1.4a.a): Add service configurator interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@MakeService
Patch Set: Merge-in changes from upstream 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 1e4d90ee29ee5d67622607eea1fdd046a3043c7c..926f85f8f4bb2abf30ae5484bf9276e3e2c28148 100644
--- a/services/video_capture/public/interfaces/BUILD.gn
+++ b/services/video_capture/public/interfaces/BUILD.gn
@@ -6,7 +6,8 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "video_capture_device.mojom",
+ "service_configurator.mojom",
+ "video_capture_device_access.mojom",
"video_capture_device_client.mojom",
"video_capture_device_factory.mojom",
"video_capture_format.mojom",

Powered by Google App Engine
This is Rietveld 408576698