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

Unified Diff: android_webview/native/webview_native.gyp

Issue 1172093002: Implement HttpUserAgentSettings delegate for Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New plumbing Created 5 years, 6 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
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index bf5a4c743e45eb41517ede86f1181f6efc2abfc2..026c83214d12774f0872c6043e497cfc57733409 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -55,6 +55,8 @@
'aw_form_database.h',
'aw_http_auth_handler.cc',
'aw_http_auth_handler.h',
+ 'aw_locale_manager_impl.cc',
+ 'aw_locale_manager_impl.h',
'aw_media_url_interceptor.cc',
'aw_media_url_interceptor.h',
'aw_message_port_service_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698