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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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 995ddf877d22ad38da2c768c2fbaad94add7459c..8894861c7876531fe72a4969a60d241e9512f7f4 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -43,5 +43,29 @@
"content_browser": [ "renderer" ]
}
}
+ },
+ "required_files" : {
+ "v8_natives_data" : [
+ {
+ "path": "natives_blob.bin",
+ "platform": "linux"
+ },
+ {
+ "path": "assets/natives_blob.bin",
+ "platform": "android"
+ }
+ ],
+ "v8_snapshot_data" : [{
+ "path": "snapshot_blob.bin",
+ "platform": "linux"
+ }],
+ "v8_snapshot_32_data" : [{
+ "path": "assets/snapshot_blob_32.bin",
+ "platform": "android"
+ }],
+ "v8_snapshot_64_data" : [{
+ "path": "assets/snapshot_blob_64.bin",
+ "platform": "android"
+ }]
}
}

Powered by Google App Engine
This is Rietveld 408576698