summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 19:58:58 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 19:58:58 +0000
commit013b4d857912c902c725e9f102ee6ca6d3c6b545 (patch)
tree584a30281bcd6330b1f1d4a9516f3e5d54e27663 /webkit/webkit.gyp
parent96121f3e85fe5dc2ca05b40328273c53b297f7eb (diff)
downloadchromium_src-013b4d857912c902c725e9f102ee6ca6d3c6b545.zip
chromium_src-013b4d857912c902c725e9f102ee6ca6d3c6b545.tar.gz
chromium_src-013b4d857912c902c725e9f102ee6ca6d3c6b545.tar.bz2
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
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp5
1 files changed, 3 insertions, 2 deletions
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',