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

Unified Diff: chromecast/browser/BUILD.gn

Issue 2645973006: [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: . Created 3 years, 11 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
« no previous file with comments | « chrome/test/base/mojo_test_connector.cc ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index 9fea7c85a00e600a55a17ed6daa42de5749f85ec..fb4a6eec845b26c4bad6907d74d8722d192faf23 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -182,19 +182,12 @@ source_set("browser") {
# for incoming connections. Remember to add the provided interfaces to the
# "requires" field in the manifest of the service that needs them.
#
-service_manifest_overlay("cast_content_browser_manifest_overlay") {
+service_manifest("cast_content_browser_manifest_overlay") {
source = "cast_content_browser_manifest_overlay.json"
-
- packaged_services = [ "media" ]
-
- deps = [
- "//media/mojo/services:media_manifest",
- ]
+ packaged_services = [ "//media/mojo/services:media_manifest" ]
if (chromecast_branding != "public") {
- overlays = [ "${root_gen_dir}/cast_content_browser_internal_manifest_overlay.json" ]
-
- deps += [ "//chromecast/internal/shell/browser:cast_content_browser_internal_manifest_overlay" ]
+ overlays = [ "//chromecast/internal/shell/browser:cast_content_browser_internal_manifest_overlay" ]
}
}
« no previous file with comments | « chrome/test/base/mojo_test_connector.cc ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698