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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Clean up 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
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/public/common/content_descriptor_keys.h » ('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_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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "path": "snapshot_blob.bin", 68 "path": "snapshot_blob.bin",
69 "platform": "linux" 69 "platform": "linux"
70 }], 70 }],
71 "v8_snapshot_32_data" : [{ 71 "v8_snapshot_32_data" : [{
72 "path": "assets/snapshot_blob_32.bin", 72 "path": "assets/snapshot_blob_32.bin",
73 "platform": "android" 73 "platform": "android"
74 }], 74 }],
75 "v8_snapshot_64_data" : [{ 75 "v8_snapshot_64_data" : [{
76 "path": "assets/snapshot_blob_64.bin", 76 "path": "assets/snapshot_blob_64.bin",
77 "platform": "android" 77 "platform": "android"
78 }] 78 }],
79 "v8_context_snapshot_data" : [
80 {
81 » "path": "v8_context_snapshot.bin",
dcheng 2017/07/12 09:55:09 Nit: please use spaces
peria 2017/07/12 10:30:37 Done.
82 » "platform": "linux"
83 },
84 {
85 » "path": "assets/v8_context_snapshot.bin",
dcheng 2017/07/12 09:55:09 Just to confirm: these assets are read-only? It's
peria 2017/07/12 10:30:37 Yes, they are read-only.
86 » "platform": "android"
87 }
88 ]
79 } 89 }
80 } 90 }
OLDNEW
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/public/common/content_descriptor_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698