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

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

Issue 2824883005: [Mojo Video Capture] Stop service when last client disconnects. (Closed)
Patch Set: Incorporate suggestions from PatchSet #4 Created 3 years, 8 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 0d2001116f715192c3fc52e9226a8eb4d13285d6..8c3a3a4f6377070776a72cac5cbc54770ddc5a77 100644
--- a/services/video_capture/public/interfaces/BUILD.gn
+++ b/services/video_capture/public/interfaces/BUILD.gn
@@ -8,8 +8,8 @@ mojom("interfaces") {
sources = [
"device.mojom",
"device_factory.mojom",
+ "device_factory_provider.mojom",
"receiver.mojom",
- "service.mojom",
]
deps = [
@@ -18,3 +18,9 @@ mojom("interfaces") {
"//ui/gfx/geometry/mojo",
]
}
+
+mojom("constants") {
+ sources = [
+ "constants.mojom",
+ ]
+}
« no previous file with comments | « services/video_capture/public/cpp/BUILD.gn ('k') | services/video_capture/public/interfaces/constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698