From 013b4d857912c902c725e9f102ee6ca6d3c6b545 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 23 Oct 2009 19:58:58 +0000 Subject: Create a PasswordAutocompleteListener interface to de-couple WebView from the password form fill data structures and related classes. R=yaar BUG=none TEST=none Review URL: http://codereview.chromium.org/332005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29932 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index f7846c6..61cc89a 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -182,6 +182,7 @@ 'api/src/MediaPlayerPrivateChromium.cpp', 'api/src/NotificationPresenterImpl.h', 'api/src/NotificationPresenterImpl.cpp', + 'api/src/PasswordAutocompleteListener.h', 'api/src/PlatformMessagePortChannel.cpp', 'api/src/PlatformMessagePortChannel.h', 'api/src/ResourceHandle.cpp', @@ -596,8 +597,8 @@ 'glue/multipart_response_delegate.h', 'glue/npruntime_util.cc', 'glue/npruntime_util.h', - 'glue/password_autocomplete_listener.cc', - 'glue/password_autocomplete_listener.h', + 'glue/password_autocomplete_listener_impl.cc', + 'glue/password_autocomplete_listener_impl.h', 'glue/password_form.h', 'glue/password_form_dom_manager.cc', 'glue/password_form_dom_manager.h', -- cgit v1.1