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

Unified Diff: chrome/app/mash/chrome_mus_manifest.json

Issue 2775873002: Adds the ability to run chromeos with mus (Closed)
Patch Set: merge Created 3 years, 9 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/app/mash/chrome_mash_manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/chrome_mus_manifest.json
diff --git a/chrome/app/mash/chrome_mash_manifest.json b/chrome/app/mash/chrome_mus_manifest.json
similarity index 64%
copy from chrome/app/mash/chrome_mash_manifest.json
copy to chrome/app/mash/chrome_mus_manifest.json
index 2e808efa1c6ba02f8ed6ee441590f1b01dc6d6d0..7712b5fb53e4981b0df896e3de3b0cbe5304c8b3 100644
--- a/chrome/app/mash/chrome_mash_manifest.json
+++ b/chrome/app/mash/chrome_mus_manifest.json
@@ -1,12 +1,12 @@
{
- // NOTE: This is the manifest for service:chrome_mash, which is only used to
- // package services for the Mash environment when baked into the Chrome binary
- // (i.e. "chrome --mash")
+ // NOTE: This is the manifest for service:chrome_mus, which is only used to
+ // package services for the Mus environment when baked into the Chrome binary
+ // (i.e. "chrome --mus")
//
// If you need to require or provide capabilities from Chrome itself within
// the you should instead modify chrome_content_browser_manifest_overlay.json.
- "name": "chrome_mash",
- "display_name": "Chrome Mash Packaged Services",
+ "name": "chrome_mus",
+ "display_name": "Chrome Mus Packaged Services",
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
@@ -16,11 +16,9 @@
},
"requires": {
"*": [ "app" ],
- "service_manager": [ "service_manager:instance_per_child" ],
"catalog": [ "control" ],
- "ash": [ "app" ],
"content_browser": [ "app" ],
- "quick_launch": [ "app" ],
+ "service_manager": [ "service_manager:instance_per_child" ],
"ui": [ "app" ]
}
}
« no previous file with comments | « chrome/app/mash/chrome_mash_manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698