summaryrefslogtreecommitdiffstats
path: root/chrome/android/chrome_apk.gyp
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2015-06-08 15:49:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-08 22:49:45 +0000
commit9bb3bb43c258b5caae3ac9e562a09fa48eabc6ac (patch)
tree6784b24ea9ae0e4cd99c3b37078e0ecdce75e8e2 /chrome/android/chrome_apk.gyp
parentb205b4e6dc4a800d4792b6bffcf6638a9f5174c2 (diff)
downloadchromium_src-9bb3bb43c258b5caae3ac9e562a09fa48eabc6ac.zip
chromium_src-9bb3bb43c258b5caae3ac9e562a09fa48eabc6ac.tar.gz
chromium_src-9bb3bb43c258b5caae3ac9e562a09fa48eabc6ac.tar.bz2
[Android] Add the instrumentation broker to ChromePublicTest.apk.
BUG=428727 Review URL: https://codereview.chromium.org/1166263002 Cr-Commit-Position: refs/heads/master@{#333370}
Diffstat (limited to 'chrome/android/chrome_apk.gyp')
-rw-r--r--chrome/android/chrome_apk.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index 5a4b5f7..4b02da8 100644
--- a/chrome/android/chrome_apk.gyp
+++ b/chrome/android/chrome_apk.gyp
@@ -392,6 +392,8 @@
'dependencies': [
'chrome_shared_test_java',
'chrome_public_apk_java',
+ '<(DEPTH)/testing/android/on_device_instrumentation.gyp:broker_java',
+ '<(DEPTH)/testing/android/on_device_instrumentation.gyp:require_driver_apk',
],
'variables': {
'android_manifest_path': '<(chrome_public_test_apk_manifest)',