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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fixed analysis. 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..7e8f7a999d16f7c8ff6a237f424390e730f18442 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" : {
Ken Rockot(use gerrit already) 2017/02/09 17:17:28 I know we use v8 in the utility process sometimes
Jay Civelli 2017/02/09 22:08:27 Ah, right! Done.
+ "v8_natives_data_descriptor" : [
Ken Rockot(use gerrit already) 2017/02/09 17:17:28 nit: maybe as a matter of convention, "descriptor"
Jay Civelli 2017/02/09 22:08:27 Good point, removed.
+ {
+ "path": "natives_blob.bin",
+ "platform": "linux"
+ },
+ {
+ "path": "assets/natives_blob.bin",
+ "platform": "android"
+ }
+ ],
+ "v8_snapshot_data_descriptor" : [{
+ "path": "snapshot_blob.bin",
+ "platform": "linux"
+ }],
+ "v8_snapshot_32_data_descriptor" : [{
+ "path": "assets/snapshot_blob_32.bin",
+ "platform": "android"
+ }],
+ "v8_snapshot_64_data_descriptor" : [{
+ "path": "assets/snapshot_blob_64.bin",
+ "platform": "android"
+ }]
}
}

Powered by Google App Engine
This is Rietveld 408576698