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

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

Issue 2562393005: [Chromecast] Reference internal services manifest. (Closed)
Patch Set: Fix CastContentClient header Created 4 years 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 d09712d3138203415395d8d547072548ed798b47..c4dcbbfba7387094bedb0ab831b12f5fe822d355 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -177,10 +177,8 @@ service_manifest("browser_manifest") {
packaged_services = [
"device",
"file",
- "media",
alokp 2016/12/14 05:46:16 should we make it conditional upon mojo_media_host
slan 2016/12/19 17:58:18 Sure, that makes sense.
slan 2016/12/19 18:34:06 OK, I decided to keep this as-is for now. This doe
]
deps = [
- "//media/mojo/services:media_manifest",
"//services/device:manifest",
"//services/file:manifest",
]

Powered by Google App Engine
This is Rietveld 408576698