summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 07:10:46 +0000
committerrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 07:10:46 +0000
commit6ce20c0cabfc5c50ee9e8f883149e351d7ea2965 (patch)
treeaa2c22438da34ecdd73d1b0b0fe8c5be3b6640c8 /android_webview
parent0b7b2ecd097fb86296191f1f5113a126e2ce3bbb (diff)
downloadchromium_src-6ce20c0cabfc5c50ee9e8f883149e351d7ea2965.zip
chromium_src-6ce20c0cabfc5c50ee9e8f883149e351d7ea2965.tar.gz
chromium_src-6ce20c0cabfc5c50ee9e8f883149e351d7ea2965.tar.bz2
Android AOSP should use libaddressinput, which is required for autofill.
BUG=327046 Review URL: https://codereview.chromium.org/329473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-xandroid_webview/buildbot/deps_whitelist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py
index 6d606f4..1cccd636 100755
--- a/android_webview/buildbot/deps_whitelist.py
+++ b/android_webview/buildbot/deps_whitelist.py
@@ -27,6 +27,7 @@ class DepsWhitelist(object):
# team and are in the process of having the required branches being created
# in the Android tree.
self._compile_but_not_snapshot_dependencies = [
+ 'third_party/libaddressinput/src/cpp',
]
# Dependencies that need to be merged into the Android tree.