commit | df5b7603d2d2bb3ec75cfbf235a672ee80cf8d3a | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Aug 17 15:02:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 17 15:02:57 2015 -0700 |
tree | fcc31bdf2b27b8eb45e7456847a0a5552a3cf526 | |
parent | e349d6b92574c1b0acdb4ba1ed8ff905ea830131 [diff] |
Add a simple script to simulate BUILD file glob() expansion. This lets us test changes to BUILD.public. This is not yet automated in any way. My hope is to trigger it quietly via the presubmit for any CL that adds or removes a file, or changes BUILD.public. BUG=skia: Review URL: https://codereview.chromium.org/1290833003