| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index cffd0fe024778e9e7f361488e95cce69684830e6..1209cf89bf9277c79d2c59a08ab2863d2f5baa4c 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -53,6 +53,11 @@
|
| 'content.gyp:common_features',
|
| 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
|
| ],
|
| + # content/public/common/common_param_traits_macros.h includes a generated
|
| + # header from blink.gyp:mojo_bindings. We need to be sure any targets that
|
| + # depend on content_common also depend upon blink.gyp:mojo_bindings so
|
| + # that the header is generated before compile starts.
|
| + 'hard_dependency': '1',
|
| 'include_dirs': [
|
| '..',
|
| ],
|
|
|