tools/gn: Remove fallback to direct_dependent_configs.
commit5591967b16af40155e7feb77efd6410b6c94a4ef
authortfarina <tfarina@chromium.org>
Tue, 1 Sep 2015 23:01:00 +0000 (1 16:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 1 Sep 2015 23:02:05 +0000 (1 23:02 +0000)
tree8d4d1479c12be7b9bfe0e0a18b7ead69258744a0
parent3feb83f3512a9578654c6e73caed1675cb4e2bad
tools/gn: Remove fallback to direct_dependent_configs.

If public_configs were undefined we would fallback to
direct_dependent_configs.

we can remove this now, since we converted all the projects to
public_configs already.

BUG=None
R=brettw@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#346769}
tools/gn/target_generator.cc