diff options
Diffstat (limited to 'content/content_common_mojo_bindings.gyp')
-rw-r--r-- | content/content_common_mojo_bindings.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp index 59f8a7e..5cc2835 100644 --- a/content/content_common_mojo_bindings.gyp +++ b/content/content_common_mojo_bindings.gyp @@ -11,6 +11,7 @@ '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. |