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

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

Issue 2876693002: Emit UMAs for metrics from memory instrumentation service. (Closed)
Patch Set: comments from ssid. Created 3 years, 7 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
OLDNEW
1 { 1 {
2 "name": "content_renderer", 2 "name": "content_renderer",
3 "display_name": "Content (renderer process)", 3 "display_name": "Content (renderer 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 "content::mojom::Child", 8 "content::mojom::Child",
9 "content::mojom::EmbeddedWorkerInstanceClient", 9 "content::mojom::EmbeddedWorkerInstanceClient",
10 "content::mojom::EmbeddedWorkerSetup", 10 "content::mojom::EmbeddedWorkerSetup",
11 "content::mojom::FrameFactory", 11 "content::mojom::FrameFactory",
12 "content::mojom::RenderWidgetWindowTreeClientFactory", 12 "content::mojom::RenderWidgetWindowTreeClientFactory",
13 "IPC::mojom::ChannelBootstrap", 13 "IPC::mojom::ChannelBootstrap",
14 "visitedlink::mojom::VisitedLinkNotificationSink", 14 "visitedlink::mojom::VisitedLinkNotificationSink",
15 "web_cache::mojom::WebCache" 15 "web_cache::mojom::WebCache"
16 ], 16 ],
17 "service_manager:service_factory": [ 17 "service_manager:service_factory": [
18 "service_manager::mojom::ServiceFactory" 18 "service_manager::mojom::ServiceFactory"
19 ] 19 ]
20 }, 20 },
21 "requires": { 21 "requires": {
22 "content_browser": [ "renderer" ], 22 "content_browser": [ "memory_instrumentation", "renderer" ],
23 "device": [ 23 "device": [
24 "device:battery_monitor", 24 "device:battery_monitor",
25 "device:generic_sensor", 25 "device:generic_sensor",
26 "device:power_monitor", 26 "device:power_monitor",
27 "device:screen_orientation", 27 "device:screen_orientation",
28 "device:sensors", 28 "device:sensors",
29 "device:time_zone_monitor", 29 "device:time_zone_monitor",
30 "device:vibration" 30 "device:vibration"
31 ], 31 ],
32 "network": [ "url_loader" ], 32 "network": [ "url_loader" ],
33 "ui": [ 33 "ui": [
34 "discardable_memory", 34 "discardable_memory",
35 "gpu_client" 35 "gpu_client"
36 ] 36 ]
37 } 37 }
38 }, 38 },
39 "navigation:frame": { 39 "navigation:frame": {
40 "provides": { 40 "provides": {
41 "browser": [ 41 "browser": [
42 "blink::mojom::AppBannerController", 42 "blink::mojom::AppBannerController",
43 "blink::mojom::EngagementClient", 43 "blink::mojom::EngagementClient",
44 "blink::mojom::InstallationService", 44 "blink::mojom::InstallationService",
45 "content::mojom::ImageDownloader", 45 "content::mojom::ImageDownloader",
46 "mojom::MediaDevicesListener" 46 "mojom::MediaDevicesListener"
47 ] 47 ]
48 }, 48 },
49 "requires": { 49 "requires": {
50 "content_browser": [ "renderer" ] 50 "content_browser": [ "memory_instrumentation", "renderer" ]
51 } 51 }
52 } 52 }
53 }, 53 },
54 "required_files" : { 54 "required_files" : {
55 "v8_natives_data" : [ 55 "v8_natives_data" : [
56 { 56 {
57 "path": "natives_blob.bin", 57 "path": "natives_blob.bin",
58 "platform": "linux" 58 "platform": "linux"
59 }, 59 },
60 { 60 {
61 "path": "assets/natives_blob.bin", 61 "path": "assets/natives_blob.bin",
62 "platform": "android" 62 "platform": "android"
63 } 63 }
64 ], 64 ],
65 "v8_snapshot_data" : [{ 65 "v8_snapshot_data" : [{
66 "path": "snapshot_blob.bin", 66 "path": "snapshot_blob.bin",
67 "platform": "linux" 67 "platform": "linux"
68 }], 68 }],
69 "v8_snapshot_32_data" : [{ 69 "v8_snapshot_32_data" : [{
70 "path": "assets/snapshot_blob_32.bin", 70 "path": "assets/snapshot_blob_32.bin",
71 "platform": "android" 71 "platform": "android"
72 }], 72 }],
73 "v8_snapshot_64_data" : [{ 73 "v8_snapshot_64_data" : [{
74 "path": "assets/snapshot_blob_64.bin", 74 "path": "assets/snapshot_blob_64.bin",
75 "platform": "android" 75 "platform": "android"
76 }] 76 }]
77 } 77 }
78 } 78 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698