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

Unified Diff: content/public/app/BUILD.gn

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Fix mojo::MakeRequest(&device) happening after base::Passed(&device). Created 3 years, 7 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: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 6ba7505c7a2f106e7081e170c936379642cf10d7..ae607b52f21c0d3b9457df201eca21c53680496f 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -186,6 +186,7 @@ service_manifest("packaged_services_manifest") {
"//services/data_decoder:manifest",
"//services/device:manifest",
"//services/shape_detection:manifest",
+ "//services/video_capture:manifest",
]
}

Powered by Google App Engine
This is Rietveld 408576698