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

Unified Diff: chrome/app/mash/chrome_mash_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/BUILD.gn ('k') | chrome/app/mash/chrome_mus_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/chrome_mash_manifest.json
diff --git a/chrome/app/mash/chrome_mash_manifest.json b/chrome/app/mash/chrome_mash_manifest.json
index 2e808efa1c6ba02f8ed6ee441590f1b01dc6d6d0..ec970f1bab31628ebeda9d34d8e39f4167e8279d 100644
--- a/chrome/app/mash/chrome_mash_manifest.json
+++ b/chrome/app/mash/chrome_mash_manifest.json
@@ -16,11 +16,11 @@
},
"requires": {
"*": [ "app" ],
- "service_manager": [ "service_manager:instance_per_child" ],
- "catalog": [ "control" ],
"ash": [ "app" ],
+ "catalog": [ "control" ],
"content_browser": [ "app" ],
"quick_launch": [ "app" ],
+ "service_manager": [ "service_manager:instance_per_child" ],
"ui": [ "app" ]
}
}
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/app/mash/chrome_mus_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698