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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index 52a453ba784dfdd1e8dac007fb11e6b9bd510fcf..32170526ce649e19bf60a20b1dc727876c7b61e9 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -75,6 +75,16 @@
"v8_snapshot_64_data" : [{
"path": "assets/snapshot_blob_64.bin",
"platform": "android"
- }]
+ }],
+ "v8_context_snapshot_data" : [
+ {
+ "path": "v8_context_snapshot.bin",
dcheng 2017/07/12 09:55:09 Nit: please use spaces
peria 2017/07/12 10:30:37 Done.
+ "platform": "linux"
+ },
+ {
+ "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.
+ "platform": "android"
+ }
+ ]
}
}
« 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