GN: Fix ordering of public and all dep configs.
Previously GN iterated through the deps and added the all_dependent followed by the public configs for each target. But the ordering is documented to be all of the all_dependent_configs, followed by all of the public_configs. This patch brings the ordering in line with the documentation and adds a test. BUG=474000 Review-Url: https://codereview.chromium.org/2140363002 Cr-Commit-Position: refs/heads/master@{#405257}
Showing
Please register or sign in to comment