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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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 | « content/common/BUILD.gn ('k') | gpu/command_buffer/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 6e76e0546a5c68f1ecc131b718e83256b5e06526..9807cab4e94249c2cb0b3827525188a126688aae 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -9,10 +9,6 @@
'target_name': 'content_common_mojo_bindings_mojom',
'type': 'none',
'variables': {
- 'mojom_extra_generator_args': [
- '--typemap', '<(DEPTH)/url/mojo/origin.typemap',
- '--typemap', '<(DEPTH)/url/mojo/gurl.typemap',
- ],
'mojom_files': [
# NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
'common/application_setup.mojom',
@@ -31,6 +27,10 @@
'public/common/background_sync.mojom',
'public/common/service_worker_event_status.mojom',
],
+ 'mojom_typemaps': [
+ '../url/mojo/gurl.typemap',
+ '../url/mojo/origin.typemap',
+ ],
},
'dependencies': [
'../components/leveldb/leveldb.gyp:leveldb_bindings_mojom',
« no previous file with comments | « content/common/BUILD.gn ('k') | gpu/command_buffer/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698