summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/DEPS
diff options
context:
space:
mode:
authordtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-11 05:51:37 +0000
committerdtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-11 05:51:37 +0000
commit22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0 (patch)
treec8fb5ab45a7242269c969051158b66639511f489 /chrome/android/testshell/DEPS
parent775e4877a577a61ada44ce654529534c80cbf100 (diff)
downloadchromium_src-22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0.zip
chromium_src-22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0.tar.gz
chromium_src-22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0.tar.bz2
Add initial Chromium TestShell support for Android
Add a build target and tie it into android_all. This will build and link Chrome code for a test apk for Android. When it runs it properly loads the library but crashes. Will fix the crashes in subsequent patches, but can fork that work after this is in. BUG=136786 Review URL: https://chromiumcodereview.appspot.com/10918113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/android/testshell/DEPS')
-rw-r--r--chrome/android/testshell/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/android/testshell/DEPS b/chrome/android/testshell/DEPS
new file mode 100644
index 0000000..d929316
--- /dev/null
+++ b/chrome/android/testshell/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+chrome/app",
+ "+chrome/browser",
+]
+