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

Unified Diff: android_webview/native/webview_native.gyp

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue15097004
Patch Set: move ui files Created 7 years, 7 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 2ac370d29b5a7373e9083af3c8c7faef6467c672..d507a9577f2b37f450bb5ad216ef9fb44c3a73ca 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -32,6 +32,10 @@
'android_protocol_handler.h',
'android_webview_jni_registrar.cc',
'android_webview_jni_registrar.h',
+ 'aw_autofill_external_delegate.cc',
+ 'aw_autofill_external_delegate.h',
+ 'aw_autofill_manager_delegate.cc',
+ 'aw_autofill_manager_delegate.h',
'aw_browser_dependency_factory.cc',
'aw_browser_dependency_factory.h',
'aw_contents.cc',

Powered by Google App Engine
This is Rietveld 408576698