Unit test need not provide a Default.png file.
commit09fb2d91ff190935df47666c6b33a05867c8cf10
authorsdefresne <sdefresne@chromium.org>
Mon, 17 Aug 2015 08:05:15 +0000 (17 01:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 17 Aug 2015 08:05:50 +0000 (17 08:05 +0000)
tree84ce968b4091f7bb40d1990467765018820867ee
parent04a1bc2656069468b69b28273d61f49e7148a3c5
Unit test need not provide a Default.png file.

testing/gtest.gyp already provides a Default.png in "mac_bundle_resources"
so tests dependening on that target need not provide such a file otherwise
we get a warning from ninja due to multiple rules generating the same
output.

Fix the following warning:
ninja: warning: multiple rules generate crnet_test.app/Default.png. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]

TEST=Delete out/Debug/crnet_test.app, rebuild it with the patch applied and
check that 1. the warning is no longer displayed, 2. that a file named
out/Debug/crnet_test.app/Default.png exists.

BUG=520560

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

Cr-Commit-Position: refs/heads/master@{#343640}
ios/crnet/test/Default.png [deleted file]
ios/crnet/test/crnet_test.gyp