Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1862)

Unified Diff: android_webview/native/webview_native.gyp

Issue 10913074: Add WebView implementation for CookieManager. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/native/cookie_manager.cc ('k') | base/threading/thread_restrictions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 0cbb3792f3c83fa875fbe26d5dcf40d7efa6b8dd..3e20fc962764945762d813c7ae6f7143e982c122 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -31,6 +31,8 @@
'aw_contents.h',
'aw_web_contents_delegate.cc',
'aw_web_contents_delegate.h',
+ 'cookie_manager.cc',
+ 'cookie_manager.h',
'intercepted_request_data.cc',
'intercepted_request_data.h',
],
@@ -41,6 +43,7 @@
'sources': [
'../java/src/org/chromium/android_webview/AndroidWebViewUtil.java',
'../java/src/org/chromium/android_webview/AwContents.java',
+ '../java/src/org/chromium/android_webview/CookieManager.java',
'../java/src/org/chromium/android_webview/InterceptedRequestData.java',
],
'variables': {
« no previous file with comments | « android_webview/native/cookie_manager.cc ('k') | base/threading/thread_restrictions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698