DescriptionExplicitly declare mojo_application_base->mojom dep in gyp
mojo/public/cpp/application/application_connection.h includes
service_provider.mojom.h, so it must explicitly declare a hard
dependency in gyp on the mojom target that produces this header or the
header might not exist on disk when targets that include
application_connection.h are compiled. This does so by exporting
the application_bindings_mojom dependent settings (which includes the
hard_dependency bit) from mojo_application_bindings,
which mojo_application_base depends on and exports.
(port of https://codereview.chromium.org/733513003)
TBR=viettrungluu@chromium.org
Patch Set 1 #Patch Set 2 : different deps #Messages
Total messages: 8 (2 generated)
|