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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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/mojo/content_renderer_manifest.json ('k') | content/public/common/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 { 1 {
2 "name": "content_utility", 2 "name": "content_utility",
3 "display_name": "Content (utility process)", 3 "display_name": "Content (utility process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "browser": [ 7 "browser": [
8 "IPC::mojom::ChannelBootstrap", 8 "IPC::mojom::ChannelBootstrap",
9 "service_manager::mojom::ServiceFactory" 9 "service_manager::mojom::ServiceFactory"
10 ], 10 ],
11 "service_manager:service_factory": [ 11 "service_manager:service_factory": [
12 "service_manager::mojom::ServiceFactory" 12 "service_manager::mojom::ServiceFactory"
13 ] 13 ]
14 }, 14 },
15 "requires": { 15 "requires": {
16 "device": [ 16 "device": [
17 "device:power_monitor", 17 "device:power_monitor",
18 "device:time_zone_monitor" 18 "device:time_zone_monitor"
19 ] 19 ]
20 } 20 }
21 } 21 }
22 },
23 "required_files" : {
24 "v8_natives_data" : [
25 {
26 "path": "natives_blob.bin",
27 "platform": "linux"
28 },
29 {
30 "path": "assets/natives_blob.bin",
31 "platform": "android"
32 }
33 ],
34 "v8_snapshot_data" : [{
35 "path": "snapshot_blob.bin",
36 "platform": "linux"
37 }],
38 "v8_snapshot_32_data" : [{
39 "path": "assets/snapshot_blob_32.bin",
40 "platform": "android"
41 }],
42 "v8_snapshot_64_data" : [{
43 "path": "assets/snapshot_blob_64.bin",
44 "platform": "android"
45 }]
22 } 46 }
23 } 47 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698