diff options
author | brettw <brettw@chromium.org> | 2014-09-09 18:45:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-10 01:48:23 +0000 |
commit | 4dd3ef06036b5b7bfc430ee4a5013856cfe8d872 (patch) | |
tree | b6afa7fe617c7821783d4649fbecf0b56593e2c5 /chromeos | |
parent | e39fad3ae70d872f045afb6230d0cff54f63eafe (diff) | |
download | chromium_src-4dd3ef06036b5b7bfc430ee4a5013856cfe8d872.zip chromium_src-4dd3ef06036b5b7bfc430ee4a5013856cfe8d872.tar.gz chromium_src-4dd3ef06036b5b7bfc430ee4a5013856cfe8d872.tar.bz2 |
Require build directories exist for some GN commands.
Some GN commands just query the state of the build. They generally take the
build directory as a first argument. But this is easy to forget and GN will
auto-create these directories if they don't exist. So I end up with directories
named "base/*" because I was trying to list all targets in base but forgot the
build argument.
This patch requires that the build directory contain a build.ninja file for
the "querying" commands to prevent this case.
Review URL: https://codereview.chromium.org/558763002
Cr-Commit-Position: refs/heads/master@{#294071}
Diffstat (limited to 'chromeos')
0 files changed, 0 insertions, 0 deletions