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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index de48c54061890f9f6d06724ee8102746492d24f0..4d9e8648604ae47bd41d1a6be6883a2477c6092b 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -18,12 +18,17 @@
'common/render_frame_message_filter.mojom',
'common/service_worker/embedded_worker_setup.mojom',
'common/storage_partition_service.mojom',
+ 'common/url_loader.mojom',
+ 'common/url_loader_factory.mojom',
],
'mojom_typemaps': [
'../skia/public/interfaces/skbitmap.typemap',
'../ui/gfx/geometry/mojo/geometry.typemap',
'../url/mojo/gurl.typemap',
'../url/mojo/origin.typemap',
+ 'common/url_loader_status.typemap',
+ 'common/url_request.typemap',
+ 'common/url_response_head.typemap',
],
'use_new_wrapper_types': 'false',
},

Powered by Google App Engine
This is Rietveld 408576698