summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_renderer.gypi
diff options
context:
space:
mode:
authorjcivelli@google.com <jcivelli@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 22:57:44 +0000
committerjcivelli@google.com <jcivelli@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 22:57:44 +0000
commit679f128fc208f1d983c4e5913f108ae4ff018e6b (patch)
tree719fd7f47eb63c7416344ff9362f8b1bf6e3ee98 /chrome/chrome_renderer.gypi
parent540659481e1a9f87872566b59d15ba1ce75d1c1f (diff)
downloadchromium_src-679f128fc208f1d983c4e5913f108ae4ff018e6b.zip
chromium_src-679f128fc208f1d983c4e5913f108ae4ff018e6b.tar.gz
chromium_src-679f128fc208f1d983c4e5913f108ae4ff018e6b.tar.bz2
This CL creates a new class AutofillHelper that factors out the autofill related code out of render_view.cc.
This is to limit the bloating of RenderView code, which would soon get even worse once we move the Webkit autofill to Chrome. There is no logic change in this CL. BUG=None TEST=Make sure form autofill and autocomplete work as expected. Review URL: http://codereview.chromium.org/2834060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r--chrome/chrome_renderer.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 1f98725..4cb668d 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -42,6 +42,8 @@
# But app/ is the wrong directory for them.
# Better is to remove the dep of *_tests on renderer, but in the
# short term I'd like the build to work.
+ 'renderer/autofill_helper.cc',
+ 'renderer/autofill_helper.h',
'renderer/automation/dom_automation_controller.cc',
'renderer/automation/dom_automation_controller.h',
'renderer/automation/dom_automation_v8_extension.cc',