Change chrome_public_test_apk to be built using new build templates.
commit1771ebb5ed268cf4a03088433cc5a1c3ddfe1eff
authormikecase <mikecase@chromium.org>
Fri, 5 Jun 2015 00:59:17 +0000 (4 17:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Jun 2015 00:59:59 +0000 (5 00:59 +0000)
tree6bef3cc9a7d20c01c550ea728ac07b5d683dbd77
parenta783bb0e20cf75788763989ed75c60af3f172d80
Change chrome_public_test_apk to be built using new build templates.

Changing chrome_public_test_apk to use the instrumentation_test_apk
template for GN and include build/android/test_runner.gypi for GYP.
For GN, this will ensure some test dependencies (such as the md5sum
binary used by the test runner) are being built. And for both GN and
GYP, it will create the file out_dir/bin/run_chrome_public_test_apk
which can be used to easily run these tests.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#332978}
chrome/android/BUILD.gn
chrome/android/chrome_apk.gyp