summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_tests.gypi
diff options
context:
space:
mode:
authorhjd@chromium.org <hjd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-30 16:40:07 +0000
committerhjd@chromium.org <hjd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-30 16:40:07 +0000
commit0a20df0edbbc7b8c4914a4db8e76affe0a05164d (patch)
tree8bd8d34a6a789bb616d5e697d8c719e7271348fb /android_webview/android_webview_tests.gypi
parent294343069830d911d351c9f470e52258fb5048be (diff)
downloadchromium_src-0a20df0edbbc7b8c4914a4db8e76affe0a05164d.zip
chromium_src-0a20df0edbbc7b8c4914a4db8e76affe0a05164d.tar.gz
chromium_src-0a20df0edbbc7b8c4914a4db8e76affe0a05164d.tar.bz2
Fix third party cookies for file URLs
File URLs are always considered 'third party' for the purposes of cookies by Chrome, since we made third party cookies disabled by default this stopped third party cookies working on file URLs. To fix this we special case file URLs to never use the 'allow only first party cookies' policy. BUG=389583 Review URL: https://codereview.chromium.org/359783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r--android_webview/android_webview_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index d18f876..390732a 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -19,6 +19,7 @@
'additional_input_paths': [
'<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_file.html',
+ '<(PRODUCT_DIR)/android_webview_apk/assets/cookie_test.html',
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_icon.png',
'<(PRODUCT_DIR)/android_webview_apk/assets/full_screen_video_test.html',
],
@@ -36,6 +37,7 @@
'files': [
'<(java_in_dir)/assets/asset_file.html',
'<(java_in_dir)/assets/asset_icon.png',
+ '<(java_in_dir)/assets/cookie_test.html',
'<(java_in_dir)/assets/full_screen_video_test.html',
],
'conditions': [