commit | 4af2eac8e84692d94f88504ab6e0b244b88dddcb | [log] [tgz] |
---|---|---|
author | brettw <brettw@chromium.org> | Mon Aug 31 20:41:43 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 31 20:42:50 2015 |
tree | 216e4c278ec0aa4ad07ab82cac8b19157de503db | |
parent | 41f132e4a0ed599b090ec1070451d970cb5bbbf4 [diff] |
Un-nest configs in GN files. People sometimes nest targets or configs, usually with the assumption that this limits the visibility of a config to within a target. But this nesting provides no visibility restrictions over declaring it outside of a block. Un-nest for clarity. Review URL: https://codereview.chromium.org/1318823008 Cr-Commit-Position: refs/heads/master@{#346461}