summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-07-14 16:08:30 +0100
committerKristian Monsen <kristianm@google.com>2010-07-20 11:19:54 +0100
commitf43eabc081f7ce6af24b9df4953498a3cd6ca24d (patch)
tree7727b8cbf7e5b2b366f7c2807ed52d22fc1b2812 /Android.mk
parent459cc6ac10bd670746ba34168f88fe1050e5ad52 (diff)
downloadexternal_webkit-f43eabc081f7ce6af24b9df4953498a3cd6ca24d.zip
external_webkit-f43eabc081f7ce6af24b9df4953498a3cd6ca24d.tar.gz
external_webkit-f43eabc081f7ce6af24b9df4953498a3cd6ca24d.tar.bz2
Chrome http: Persistent cookies and cache.
Sharing one RequestContex. Adding a persistent cookie store and on disk cache to that request. Change-Id: I7f45cda3803340672585e5b0f84eb0d5e2fd6b75
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 008f578..7ba14b7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -242,7 +242,8 @@ WEBKIT_SRC_FILES += $(addprefix $d/,$(LOCAL_SRC_FILES))
ifeq ($(HTTP_STACK),chrome)
LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \
$(LOCAL_PATH)/WebKit/chromium/public \
- external/chromium
+ external/chromium \
+ external/chromium/android
endif # HTTP_STACK == chrome
# Redefine LOCAL_PATH here so the build system is not confused