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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Support runtime feature on templates Created 3 years, 6 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
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 27b37ef2e3e004c6ede64e8a63c9df8a0812b66c..e0e857e074387d86f2a3f51273d4e6d7192d093a 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -74,6 +74,16 @@
"v8_snapshot_64_data" : [{
"path": "assets/snapshot_blob_64.bin",
"platform": "android"
- }]
+ }],
+ "blink_v8_snapshot_data" : [
+ {
+ "path": "blink_v8_snapshot.bin",
+ "platform": "linux"
+ },
+ {
+ "path": "assets/blink_v8_snapshot.bin",
+ "platform": "android"
+ }
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698