Chromium Code Reviews| 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" |
| + }] |
| } |
| } |