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

Unified Diff: url/mojo/gurl.typemap

Issue 1821073002: Mojo bindings: Fix typemap includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: url/mojo/gurl.typemap
diff --git a/url/mojo/gurl.typemap b/url/mojo/gurl.typemap
index 93840c5df215ff4c993ceb4ae3f1b551d8323103..ddd755b6162abcb91dc7cf447d9953c0f0a4d769 100644
--- a/url/mojo/gurl.typemap
+++ b/url/mojo/gurl.typemap
@@ -6,7 +6,10 @@
"c++": {
"url.mojom.Url": {
"typename": "GURL",
- "headers": [
+ "public_headers": [
+ "url/gurl.h"
+ ],
+ "traits_headers": [
"url/mojo/url_gurl_struct_traits.h"
]
}
« url/mojo/BUILD.gn ('K') | « url/mojo/BUILD.gn ('k') | url/mojo/origin.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698