diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 15:21:28 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 15:21:28 +0000 |
commit | 78851e09242f8fe5f709cc6b42842f8e6c33f429 (patch) | |
tree | 3a72084bb602e183623d472889e2cbf5a5e94fc3 /build/all_android.gyp | |
parent | 1dd6ac9f69a86069e34f9f623ca38fdf653f704f (diff) | |
download | chromium_src-78851e09242f8fe5f709cc6b42842f8e6c33f429.zip chromium_src-78851e09242f8fe5f709cc6b42842f8e6c33f429.tar.gz chromium_src-78851e09242f8fe5f709cc6b42842f8e6c33f429.tar.bz2 |
Android: follow up on instrumentation tests.
Follow up from:
http://codereview.chromium.org/10826071/
Build and install content shell on all attached devices.
BUG=139365
TEST=Android FYI tester runs instrumentation tests.
Review URL: https://chromiumcodereview.appspot.com/10825100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149186 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 14f30ef..e38f823 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -29,6 +29,7 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_unittests', + '../content/content.gyp:content_shell_test_apk', '../content/content.gyp:content_unittests', '../chrome/chrome.gyp:unit_tests', '../gpu/gpu.gyp:gpu_unittests', |