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

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

Issue 2824883005: [Mojo Video Capture] Stop service when last client disconnects. (Closed)
Patch Set: 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..8b634655d7c82bbbe6a7200b23af8140a9115a12 100644
--- a/services/video_capture/public/interfaces/BUILD.gn
+++ b/services/video_capture/public/interfaces/BUILD.gn
@@ -18,3 +18,9 @@ mojom("interfaces") {
"//ui/gfx/geometry/mojo",
]
}
+
+mojom("constants") {
+ sources = [
+ "constants.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698