Fix missing GN dependencies.
commiteadea21096be21b0d74c93f5b1a0ae6a9cc057d7
authorbrettw <brettw@chromium.org>
Tue, 19 May 2015 22:31:58 +0000 (19 15:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 May 2015 22:31:54 +0000 (19 22:31 +0000)
tree0238100cb4f234c743630b27ef83839cdc607b03
parent16895a087c44f9b65eba06c09c2e9d69f80eb7d6
Fix missing GN dependencies.

Fixes some cases where a dependency between a target's inputs and outputs exists without an explicit dependency.

json_schema_api.gni was generating wrong names, this was fixed.

mojo_application_package.gni was fixed to generate unique names (just a bug I noticed in passing) and support the testonly flag, which is necessary when I added the correct dependency.

The rest of the cases are just adding deps or making existing deps public so that the ability to depend on the target's outputs is passed to dependents.

BUG=487897

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

Cr-Commit-Position: refs/heads/master@{#330636}
12 files changed:
build/json_schema_api.gni
build/secondary/tools/grit/grit_rule.gni
chrome/BUILD.gn
chrome/app/BUILD.gn
chrome/browser/BUILD.gn
chrome/browser/ui/libgtk2ui/BUILD.gn
chrome/test/chromedriver/BUILD.gn
components/html_viewer/BUILD.gn
extensions/BUILD.gn
gin/BUILD.gn
mojo/mojo_application_package.gni
ui/resources/BUILD.gn