summaryrefslogtreecommitdiffstats
path: root/build/all_android.gyp
diff options
context:
space:
mode:
authordtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-21 23:00:52 +0000
committerdtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-21 23:00:52 +0000
commitd14c5e298c7117fcb6d30cfe14d55f6fcd52f2fb (patch)
tree85711d328949bdd0753165ec41fe5b92918e0004 /build/all_android.gyp
parent5702b441f242c7ab09233898932bb2d6fc5c2c47 (diff)
downloadchromium_src-d14c5e298c7117fcb6d30cfe14d55f6fcd52f2fb.zip
chromium_src-d14c5e298c7117fcb6d30cfe14d55f6fcd52f2fb.tar.gz
chromium_src-d14c5e298c7117fcb6d30cfe14d55f6fcd52f2fb.tar.bz2
Add support for the ChromiumTestShellTest APK.
- Add the gyp rules for the ChromiumTestShellTestAPK. - Add the initial APK base class. - Add a sample test that launches the activity. BUG= Review URL: https://chromiumcodereview.appspot.com/10943014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r--build/all_android.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 2a26349..77b9d52 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -97,6 +97,7 @@
['sdk_build==1', {
'dependencies': [
'../android_webview/android_webview.gyp:android_webview_test_apk',
+ '../chrome/chrome.gyp:chromium_testshell_test_apk',
],
}],
],