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

Unified Diff: url/url.gyp

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/origin.typemap ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url.gyp
diff --git a/url/url.gyp b/url/url.gyp
index 08bb9caeff972baf34fe6a6d574d976ffa4e9abf..9ab87e1a5782420249e085d0bd6fea5001555276 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -72,46 +72,16 @@
'target_name': 'url_interfaces_mojom',
'type': 'none',
'variables': {
- 'mojom_files': [
- 'mojo/origin.mojom',
- 'mojo/url.mojom',
- ],
- },
- 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
- },
- {
- 'target_name': 'url_mojom_chromium',
- 'type': 'none',
- 'variables': {
- 'mojom_variant': 'chromium',
- 'mojom_extra_generator_args': [
- '--typemap', '<(DEPTH)/url/mojo/gurl.typemap',
- ],
- 'mojom_files': [
- 'mojo/url.mojom',
- ],
- },
- 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
- 'dependencies': [
- 'url_interfaces_mojom',
- ],
- },
- {
- 'target_name': 'origin_mojom_chromium',
- 'type': 'none',
- 'variables': {
- 'mojom_variant': 'chromium',
'mojom_extra_generator_args': [
'--typemap', '<(DEPTH)/url/mojo/origin.typemap',
+ '--typemap', '<(DEPTH)/url/mojo/gurl.typemap',
],
'mojom_files': [
'mojo/origin.mojom',
+ 'mojo/url.mojom',
],
},
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
- 'dependencies': [
- 'url_interfaces_mojom',
- ],
},
{
'target_name': 'url_mojom',
@@ -139,8 +109,7 @@
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
'dependencies': [
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
- 'origin_mojom_chromium',
- 'url_mojom_chromium',
+ 'url_interfaces_mojom',
],
},
{
« url/mojo/BUILD.gn ('K') | « url/mojo/origin.typemap ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698