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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Disable on ChromeOS and reduce size of table Created 3 years, 5 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",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "path": "snapshot_blob.bin", 67 "path": "snapshot_blob.bin",
68 "platform": "linux" 68 "platform": "linux"
69 }], 69 }],
70 "v8_snapshot_32_data" : [{ 70 "v8_snapshot_32_data" : [{
71 "path": "assets/snapshot_blob_32.bin", 71 "path": "assets/snapshot_blob_32.bin",
72 "platform": "android" 72 "platform": "android"
73 }], 73 }],
74 "v8_snapshot_64_data" : [{ 74 "v8_snapshot_64_data" : [{
75 "path": "assets/snapshot_blob_64.bin", 75 "path": "assets/snapshot_blob_64.bin",
76 "platform": "android" 76 "platform": "android"
77 }],
78 "blink_v8_snapshot_data" : [{
79 "path": "blink_v8_snapshot.bin"
77 }] 80 }]
78 } 81 }
79 } 82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698