| Index: content/content_common_mojo_bindings.gyp
|
| diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
|
| index 8063d23cf4fb4c54d21859684fcb441b82482e81..008743cd53dc6a9d7f58654e9efbc1524f94d189 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -40,10 +40,6 @@
|
| '../skia/skia.gyp:skia_mojo',
|
| '../third_party/WebKit/public/blink.gyp:mojo_bindings',
|
| '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
|
| - '../url/url.gyp:url_interfaces_mojom',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - '../url/url.gyp:url_interfaces_mojom',
|
| ],
|
| 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
|
| },
|
| @@ -54,8 +50,12 @@
|
| 'enable_wexit_time_destructors': 1,
|
| },
|
| 'dependencies': [
|
| + '../url/url.gyp:url_mojom',
|
| 'content_common_mojo_bindings_mojom',
|
| ],
|
| + 'export_dependent_settings': [
|
| + '../url/url.gyp:url_mojom',
|
| + ],
|
| },
|
| ]
|
| }
|
|
|