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

Side by Side Diff: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json

Issue 2573743003: Flatten mash overlay back into Chrome overlay (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // NOTE: This overlay is applied to content_browser_manifest.json on top of
2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json.
3 //
4 // The resulting manifest is output to
5 // ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the
6 // manifest for "content_browser" (i.e. the browser process) when Chrome
7 // is run in a Mash environment.
8 {
9 "interface_provider_specs": {
10 "service_manager:connector": {
11 "provides": {
12 "ash": [
13 "app_list::mojom::AppListPresenter"
14 ],
15 "ime:ime_driver": []
16 },
17 "requires": {
18 "accessibility_autoclick": [ "ash:autoclick" ],
19 "task_viewer": [ "mash:launchable" ],
20 "ui": [ "ime_registrar" ]
21 }
22 }
23 }
24 }
OLDNEW
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698