| 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',
|
|
|