summaryrefslogtreecommitdiffstats
path: root/android_webview/native/DEPS
diff options
context:
space:
mode:
authorsgurun@chromium.org <sgurun@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 17:56:57 +0000
committersgurun@chromium.org <sgurun@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 17:56:57 +0000
commit0a264d29cbcbe1179ecad22332a9e96e7efdddbe (patch)
tree5da543b0191f7340e3d653a1527813b81c0e3c8e /android_webview/native/DEPS
parent5fcb37c1bb46fceb14cf6a90b09a9767b80254bb (diff)
downloadchromium_src-0a264d29cbcbe1179ecad22332a9e96e7efdddbe.zip
chromium_src-0a264d29cbcbe1179ecad22332a9e96e7efdddbe.tar.gz
chromium_src-0a264d29cbcbe1179ecad22332a9e96e7efdddbe.tar.bz2
Implement the autofill UI for chromium powered android webview.
This CL depends on https://codereview.chromium.org/15097004/. Bug: b/5013406 TBR=battre@chromium.org, palmer@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208986 Review URL: https://chromiumcodereview.appspot.com/16212007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/native/DEPS')
-rw-r--r--android_webview/native/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/native/DEPS b/android_webview/native/DEPS
index 2622847..b45be10 100644
--- a/android_webview/native/DEPS
+++ b/android_webview/native/DEPS
@@ -5,6 +5,8 @@ include_rules = [
# Components that Android WebView depends on.
"+components/autofill/content/browser",
"+components/autofill/core/browser",
+ "+components/autofill/core/common",
"+components/navigation_interception",
+ "+components/user_prefs",
"+components/web_contents_delegate_android",
]