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.
R=viettrungluu@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/8cc08a77b4695487e61b4ef42b8160c1b19a564b
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|