| Index: content/content_common_mojo_bindings.gyp
|
| diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
|
| index 807c78b9a3d1cd646e672554f715c3a06c9c5321..69631abc8d4b0337c2df6d8e2c0ccc27e17bf172 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -18,10 +18,15 @@
|
| 'common/render_frame_setup.mojom',
|
| 'common/service_worker/embedded_worker_setup.mojom',
|
| 'common/storage_partition_service.mojom',
|
| + 'common/url_loader.mojom',
|
| + 'common/url_loader_factory.mojom',
|
| ],
|
| 'mojom_typemaps': [
|
| '../url/mojo/gurl.typemap',
|
| '../url/mojo/origin.typemap',
|
| + 'common/url_loader_status.typemap',
|
| + 'common/url_request.typemap',
|
| + 'common/url_response_head.typemap',
|
| ],
|
| },
|
| 'dependencies': [
|
|
|