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

Unified Diff: android_webview/android_webview.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/DEPS ('k') | android_webview/browser/aw_cookie_access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 1f68dda9c7e967e0e3d39e5865543336594c9d93..42fd686246c47dfbd8e700e3bc65387194000827 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -26,10 +26,14 @@
'common/android_webview_message_generator.h',
'common/render_view_messages.cc',
'common/render_view_messages.h',
+ 'browser/net/aw_network_delegate.cc',
+ 'browser/net/aw_network_delegate.h',
'browser/renderer_host/aw_render_view_host_ext.cc',
'browser/renderer_host/aw_render_view_host_ext.h',
'browser/renderer_host/aw_resource_dispatcher_host_delegate.cc',
'browser/renderer_host/aw_resource_dispatcher_host_delegate.h',
+ 'browser/aw_cookie_access_policy.cc',
+ 'browser/aw_cookie_access_policy.h',
'lib/aw_browser_dependency_factory_impl.cc',
'lib/aw_browser_dependency_factory_impl.h',
'lib/aw_content_browser_client.cc',
@@ -61,6 +65,7 @@
'<(android_product_out)/obj/lib/libwebview.so',
'<(android_product_out)/system/lib/libwebview.so',
'<(android_product_out)/symbols/system/lib/libwebview.so',
+ '<(android_product_out)/symbols/data/data/org.chromium.android_webview/lib/libwebview.so',
],
'action': [
'<(install_binary_script)',
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/browser/aw_cookie_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698