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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/public/app/mojo/content_gpu_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
1 { 1 {
2 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "exe:content_browser", 3 "name": "service:content_browser",
4 "process-group": "browser", 4 "process-group": "browser",
5 "display_name": "Content Browser", 5 "display_name": "Content (browser process)",
6 "capabilities": { 6 "capabilities": {
7 // Remove this once http://crbug.com/632818 is fixed. 7 // Remove this once http://crbug.com/632818 is fixed.
8 "provided": { 8 "provided": {
9 "gpu": [ ], 9 "gpu": [ ],
10 "plugin": [ ], 10 "plugin": [ ],
11 "renderer": [ 11 "renderer": [
12 "blink::mojom::BackgroundSyncService", 12 "blink::mojom::BackgroundSyncService",
13 "blink::mojom::BroadcastChannelProvider", 13 "blink::mojom::BroadcastChannelProvider",
14 "blink::mojom::BudgetService", 14 "blink::mojom::BudgetService",
15 "blink::mojom::Hyphenation", 15 "blink::mojom::Hyphenation",
(...skipping 13 matching lines...) Expand all
29 "device::mojom::OrientationSensor", 29 "device::mojom::OrientationSensor",
30 "device::mojom::TimeZoneMonitor", 30 "device::mojom::TimeZoneMonitor",
31 "media::mojom::ImageCapture", 31 "media::mojom::ImageCapture",
32 "memory_coordinator::mojom::MemoryCoordinatorHandle" 32 "memory_coordinator::mojom::MemoryCoordinatorHandle"
33 ] 33 ]
34 }, 34 },
35 "required": { 35 "required": {
36 "*": { "classes": [ "app" ] }, 36 "*": { "classes": [ "app" ] },
37 37
38 // In classic ash, the browser supplies ash interfaces to itself. 38 // In classic ash, the browser supplies ash interfaces to itself.
39 "exe:content_browser": { "classes": [ "ash" ] }, 39 "service:content_browser": { "classes": [ "ash" ] },
40 "service:content_gpu": { "classes": [ "browser" ] },
41 "service:content_plugin": { "classes": [ "browser" ] },
42 "service:content_renderer": { "classes": [ "browser" ] },
43 "service:content_utility": { "classes": [ "browser" ] },
40 44
41 "exe:content_gpu": { "classes": [ "browser" ] }, 45 "service:shell": {
42 "exe:content_plugin": { "classes": [ "browser" ] },
43 "exe:content_renderer": { "classes": [ "browser" ] },
44 "exe:content_utility": { "classes": [ "browser" ] },
45
46 "mojo:shell": {
47 "classes": [ 46 "classes": [
48 "shell:client_process", 47 "shell:client_process",
49 "shell:instance_name", 48 "shell:instance_name",
50 "shell:user_id" 49 "shell:user_id"
51 ] 50 ]
52 }, 51 },
53 "mojo:file": { 52 "service:file": {
54 "interfaces": [ 53 "interfaces": [
55 "leveldb::mojom::LevelDBService", 54 "file::mojom::FileSystem",
56 "user_service::UserService" 55 "leveldb::mojom::LevelDBService"
57 ] 56 ]
58 }, 57 },
59 "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] } 58 "service:media": { "interfaces": [ "media::mojom::MediaService" ] }
60 } 59 }
61 } 60 }
62 } 61 }
OLDNEW
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/public/app/mojo/content_gpu_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698