Setup mirroring service.
This CL setup a sandboxed utility service for mirroring. The service encodes the
captured audio/video streams and sends them to the remote Cast receiver. The
sandbox type is set to "renderer" since the service does media encoding and
cast control messages parsing, which has similar requirements as a renderer in
term of sandbox policy.
Bug: 734672
Change-Id: Ieeb1e373241266c15535f6d4d8fa54337ca59941
Reviewed-on: https://chromium-review.googlesource.com/1162932
Reviewed-by: Nasko Oskov <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Reviewed-by: Yuri Wiitala <[email protected]>
Commit-Queue: Xiangjun Zhang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#584186}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index bad32b90..fa7d777e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1749,6 +1749,7 @@
"//components/metrics:ui",
"//components/metrics_services_manager",
"//components/mirroring/browser:browser",
+ "//components/mirroring/mojom:constants",
"//components/mirroring/mojom:host",
"//components/mirroring/mojom:service",
"//components/mirroring/service:mirroring_service",