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

Unified Diff: android_webview/android_webview.gyp

Issue 1172093002: Implement HttpUserAgentSettings delegate for Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 | « no previous file | android_webview/browser/aw_content_browser_client.cc » ('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 d7445fdc44a08d3de32d7e9435659f485dc59589..401d23603958d5fce6a5b966ba3fa12e7493a1f1 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -228,6 +228,7 @@
'browser/aw_http_auth_handler_base.h',
'browser/aw_javascript_dialog_manager.cc',
'browser/aw_javascript_dialog_manager.h',
+ 'browser/aw_locale_manager.h',
'browser/aw_login_delegate.cc',
'browser/aw_login_delegate.h',
'browser/aw_media_client_android.cc',
@@ -279,6 +280,8 @@
'browser/gl_view_renderer_manager.h',
'browser/net/android_stream_reader_url_request_job.cc',
'browser/net/android_stream_reader_url_request_job.h',
+ 'browser/net/aw_http_user_agent_settings.h',
+ 'browser/net/aw_http_user_agent_settings.cc',
'browser/net/aw_network_delegate.cc',
'browser/net/aw_network_delegate.h',
'browser/net/aw_url_request_context_getter.cc',
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698