summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
diff options
context:
space:
mode:
authortedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-07 05:43:10 +0000
committertedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-07 05:43:10 +0000
commit22c5f08685db140dd6738b996e122a9f99775ca0 (patch)
treed30c454dd58e75003358bf49320b6855f5db69f2 /android_webview/DEPS
parent99d300519d94cc747a7deb414dd000ff7aea6354 (diff)
downloadchromium_src-22c5f08685db140dd6738b996e122a9f99775ca0.zip
chromium_src-22c5f08685db140dd6738b996e122a9f99775ca0.tar.gz
chromium_src-22c5f08685db140dd6738b996e122a9f99775ca0.tar.bz2
Add WebView implementation for CookieManager.
Additional details of the requirements can be found from the Android SDK. http://developer.android.com/reference/android/webkit/CookieManager.html BUG= TEST=make forwarder android_webview_apk android_webview_test_apk Review URL: https://chromiumcodereview.appspot.com/10913074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r--android_webview/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 514d673d..0a18ac3 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -13,4 +13,5 @@ include_rules = [
"+chrome/browser/component",
"+content/public",
"+jni",
+ "+net",
]