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

Unified Diff: url/mojo/origin.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
« url/mojo/BUILD.gn ('K') | « url/mojo/gurl.typemap ('k') | url/url.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/mojo/origin.typemap
diff --git a/url/mojo/origin.typemap b/url/mojo/origin.typemap
index d5e49c379db9be39504fb8bc838cbcd914025e00..e785ae4b53bfad181659741ecb98a360ec38ef5c 100644
--- a/url/mojo/origin.typemap
+++ b/url/mojo/origin.typemap
@@ -6,7 +6,10 @@
"c++": {
"url.mojom.Origin": {
"typename": "url::Origin",
- "headers": [
+ "public_headers": [
+ "url/origin.h"
+ ],
+ "traits_headers": [
"url/mojo/origin_struct_traits.h"
]
}
« url/mojo/BUILD.gn ('K') | « url/mojo/gurl.typemap ('k') | url/url.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698