summaryrefslogtreecommitdiffstats
path: root/build/all_android.gyp
diff options
context:
space:
mode:
authorppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 14:15:28 +0000
committerppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 14:15:28 +0000
commit7a4bb19b1571c346b1d5e4cdf4343c837816209f (patch)
tree8597d8a8086bc53c36390210071e47763355a9da /build/all_android.gyp
parent5905c719a6b2eb9b2d99297197659c2bdf439a13 (diff)
downloadchromium_src-7a4bb19b1571c346b1d5e4cdf4343c837816209f.zip
chromium_src-7a4bb19b1571c346b1d5e4cdf4343c837816209f.tar.gz
chromium_src-7a4bb19b1571c346b1d5e4cdf4343c837816209f.tar.bz2
Add dependency on Android tools to native unittests APKs targets
This patch adds dependencies on Android tools (port forwarder and md5 util used for conditional file pushes) required to run native unittests APKs to the APKs targets. BUG=161257 Review URL: https://chromiumcodereview.appspot.com/11597008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r--build/all_android.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index a8cb2a3..2dc133f 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -55,11 +55,9 @@
'../sql/sql.gyp:sql_unittests',
'../sync/sync.gyp:sync_unit_tests',
'../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
+ '../tools/android/android_tools.gyp:android_tools',
'../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_stats_monitor',
- '../tools/android/fake_dns/fake_dns.gyp:fake_dns',
'../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
- '../tools/android/forwarder2/forwarder.gyp:forwarder2',
- '../tools/android/md5sum/md5sum.gyp:md5sum',
'../ui/ui.gyp:ui_unittests',
# Required by ui_unittests.
# TODO(wangxianzhu): It'd better let ui_unittests depend on it, but