Add a simple script to simulate BUILD file glob() expansion.
authormtklein <mtklein@chromium.org>
Mon, 17 Aug 2015 22:02:57 +0000 (15:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 17 Aug 2015 22:02:57 +0000 (15:02 -0700)
commitdf5b7603d2d2bb3ec75cfbf235a672ee80cf8d3a
treefcc31bdf2b27b8eb45e7456847a0a5552a3cf526
parente349d6b92574c1b0acdb4ba1ed8ff905ea830131
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
tools/BUILD.public.expected [new file with mode: 0644]
tools/BUILD_simulator.py [new file with mode: 0644]