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

Unified Diff: content/public/app/mojo/content_renderer_manifest.json

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Rebase 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 de31d75f2243194595df70c5f738708dcbb3d3f9..a46429ea16a679673fa3cf4e6fc88af48d6dd1f1 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -74,6 +74,12 @@
"v8_snapshot_64_data" : [{
"path": "assets/snapshot_blob_64.bin",
"platform": "android"
- }]
+ }],
+ "v8_context_snapshot_data" : [
+ {
+ "path": "v8_context_snapshot.bin",
+ "platform": "linux"
+ }
+ ]
}
}
« 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