Adds suppress_wildcard to gpu_tests_base
commit7f61b10eb9dda38a280a658f7c6b2f3a0122999d
authorsky <sky@chromium.org>
Wed, 17 Jun 2015 05:06:54 +0000 (16 22:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Jun 2015 05:07:21 +0000 (17 05:07 +0000)
tree454c1dfa0851a8796c7d53a1789388290db9f177
parentaed11af64db98929d39ca99e651d933759403da0
Adds suppress_wildcard to gpu_tests_base

Without suppress_wildcard this target is included in All.gyp, which
results in All.gyp unnecessary including build/isolate.gypi and
getting a rule. If All has a rule then pretty much every change is
going to result in building All (on the bots).

AFAICT gpu_tests_base is only exposed as a base target for other test
targets in chrome_tests.gypi and not something All.gyp directly cares
about. The suppress_wildcard gives us this behavior.

BUG=chromium:500534
R=jmadill@chromium.org

Review URL: https://codereview.chromium.org/1185753010

Cr-Commit-Position: refs/heads/master@{#334777}
chrome/chrome_tests.gypi