OLD | NEW |
---|---|
1 // NOTE: This overlay is applied to content_browser_manifest.json on top of | 1 // NOTE: This overlay is applied to content_browser_manifest.json on top of |
2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json. | 2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json. |
3 // | 3 // |
4 // The resulting manifest is output to | 4 // The resulting manifest is output to |
5 // ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the | 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 | 6 // manifest for "content_browser" (i.e. the browser process) when Chrome |
7 // is run in a Mash environment. | 7 // is run in a Mash environment. |
8 { | 8 { |
9 "interface_provider_specs": { | 9 "interface_provider_specs": { |
10 "service_manager:connector": { | 10 "service_manager:connector": { |
11 "provides": { | 11 "provides": { |
12 "ash": [ | 12 "ash": [ |
13 "app_list::mojom::AppListPresenter" | 13 "app_list::mojom::AppListPresenter" |
14 ], | 14 ], |
15 "ime:ime_driver": [ "ui::mojom::IMEDriver" ] | 15 "ime:ime_driver": [ "ui::mojom::IMEDriver" ], |
16 "renderer": [ | |
Ken Rockot(use gerrit already)
2016/12/01 17:29:47
this is redundant, please don't add it. this overl
nigeltao1
2016/12/04 01:24:01
Done.
| |
17 "chrome::mojom::FieldTrialRecorder" | |
18 ] | |
16 }, | 19 }, |
17 "requires": { | 20 "requires": { |
18 "accessibility_autoclick": [ "ash:autoclick" ], | 21 "accessibility_autoclick": [ "ash:autoclick" ], |
19 "mash_session": [ "app" ], | 22 "mash_session": [ "app" ], |
20 "task_viewer": [ "mash:launchable" ], | 23 "task_viewer": [ "mash:launchable" ], |
21 "ui": [ "ui:ime_registrar" ] | 24 "ui": [ "ui:ime_registrar" ] |
22 } | 25 } |
23 } | 26 } |
24 } | 27 } |
25 } | 28 } |
OLD | NEW |