summaryrefslogtreecommitdiffstats
path: root/build/apk_test.gypi
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2014-10-10 05:43:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-10 12:44:06 +0000
commitb53e3ccca7fa26a51f3980f250f5527581324316 (patch)
treee20ebefce610d2c717be34c39dc100ec67589b0c /build/apk_test.gypi
parent220031224150561649654f94a7f72ebfcd50c8d4 (diff)
downloadchromium_src-b53e3ccca7fa26a51f3980f250f5527581324316.zip
chromium_src-b53e3ccca7fa26a51f3980f250f5527581324316.tar.gz
chromium_src-b53e3ccca7fa26a51f3980f250f5527581324316.tar.bz2
[Android] Add zip pushing and refine push mode selection.
This patch revises the implementation of DeviceUtils.PushChangedFiles and changes its interface (slightly). PushChangedFiles now: - takes a list of (host_path, device_path) tuples, each of which are analogous to the original parameters. - continues to use AndroidCommands.GetFilesChanged to determine which files need pushing - attempts to pick the fastest method out of: - individual file pushes - entire directory pushes - zip-push-unzip BUG=400440 Review URL: https://codereview.chromium.org/646523002 Cr-Commit-Position: refs/heads/master@{#299098}
Diffstat (limited to 'build/apk_test.gypi')
-rw-r--r--build/apk_test.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index 95cce37..f800dd7 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -20,6 +20,7 @@
{
'dependencies': [
'<(DEPTH)/base/base.gyp:base_java',
+ '<(DEPTH)/build/android/pylib/device/commands/commands.gyp:chromium_commands',
'<(DEPTH)/tools/android/android_tools.gyp:android_tools',
],
'conditions': [