Chromium Code Reviews| Index: url/url.gyp |
| diff --git a/url/url.gyp b/url/url.gyp |
| index 4b7a4a0ee68138cca0b407a596b79db24f69d11a..1a6a605bd0e5681f18cea2370381183f112853a2 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. |
| + # It seems that this hard dependency status is not propagated to |
|
brettw
2016/07/15 17:03:40
Just remove "it seems" because GYP does indeed not
Mostyn Bramley-Moore
2016/07/15 17:29:43
Done.
|
| + # this target, so we must set it explicitly. |
| + 'hard_dependency': 1, |
| 'dependencies': [ |
| '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 'url_interfaces_mojom', |