| Index: url/url.gyp
|
| diff --git a/url/url.gyp b/url/url.gyp
|
| index 4b7a4a0ee68138cca0b407a596b79db24f69d11a..a7e5b02d4d8e2d982779160470a3c8d45b11e729 100644
|
| --- a/url/url.gyp
|
| +++ b/url/url.gyp
|
| @@ -140,6 +140,10 @@
|
| 'export_dependent_settings': [
|
| '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| + # url_interfaces_mojom generates headers and is a hard dependency.
|
| + # That hard dependency status is not propagated to this target, so
|
| + # we must set it explicitly.
|
| + 'hard_dependency': 1,
|
| 'dependencies': [
|
| '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| 'url_interfaces_mojom',
|
|
|