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

Unified Diff: content/public/app/mojo/content_utility_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
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_utility_manifest.json
diff --git a/content/public/app/mojo/content_utility_manifest.json b/content/public/app/mojo/content_utility_manifest.json
index e1a96863e49ff1854d0fc56b8cc3586f33b16427..47b4433c7480bbe7b4ee19a7c31a12d0e229f6ad 100644
--- a/content/public/app/mojo/content_utility_manifest.json
+++ b/content/public/app/mojo/content_utility_manifest.json
@@ -19,5 +19,29 @@
]
}
}
+ },
+ "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"
+ }]
}
}
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698