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

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

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. 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 | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698