Add dependencies on mojo_application_bindings in content_common.gypi
commit8d7db928ac1f3deea4eb851ab7c1a17d1272b8f0
authorblundell <blundell@chromium.org>
Fri, 5 Dec 2014 07:02:24 +0000 (4 23:02 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Dec 2014 07:02:54 +0000 (5 07:02 +0000)
tree11b85d0b8efb08c52016f145d046cf943d831e07
parent4351232f6a4c9009802dbe49cfbefe6b16857e44
Add dependencies on mojo_application_bindings in content_common.gypi

service_registry_impl.h includes service_provider.mojom.h, and thus
content_common should both depend on mojom_application_bindings and export that
dependency to its dependents.

To work around a problem wherein the Android build fails due to duplicate
generated files if there are two targets that both (a) compile Java and (b)
directly depend on a target processing mojoms, this CL removes the dependency
of content_java_test_support on content_common. That direct dependency doesn't
appear necessary.

Review URL: https://codereview.chromium.org/743093004

Cr-Commit-Position: refs/heads/master@{#306994}
content/content_common.gypi
content/content_tests.gypi