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

Unified Diff: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni

Issue 2762303002: Enable transmitting Fetch Requests over Mojo (Closed)
Patch Set: Enable transmitting Fetch Requests over Mojo Created 3 years, 9 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 | « third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
diff --git a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
index f25ae1ca732e07c25e73bc3f0843e14a2872af8f..db913b3b290904244965340a443f1fd31c21f2d5 100644
--- a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
+++ b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
@@ -6,7 +6,9 @@ typemaps = [
"//third_party/WebKit/Source/platform/mojo/File.typemap",
"//third_party/WebKit/Source/platform/mojo/Geometry.typemap",
"//third_party/WebKit/Source/platform/mojo/KURL.typemap",
+ "//third_party/WebKit/Source/platform/mojo/Referrer.typemap",
"//third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap",
"//third_party/WebKit/Source/platform/mojo/String.typemap",
"//third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap",
+ "//third_party/WebKit/public/platform/modules/fetch/FetchAPIRequest.typemap",
]
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698