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

Unified Diff: chrome/chrome_renderer.gypi

Issue 6390006: Create autofill subdirectory in chrome/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using order Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 5c1dbef87db93776731160bcbdf8db1aebc003c5..67faf15a55fda5a22fe258f113da2a50ac2f6d15 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -42,12 +42,12 @@
],
},
'sources': [
- # TODO(jrg): to link ipc_tests, these files need to be in renderer.a.
- # 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/autofill/autofill_agent.cc',
+ 'renderer/autofill/autofill_agent.h',
+ 'renderer/autofill/form_manager.cc',
+ 'renderer/autofill/form_manager.h',
+ 'renderer/autofill/password_autofill_manager.cc',
+ 'renderer/autofill/password_autofill_manager.h',
'renderer/automation/dom_automation_controller.cc',
'renderer/automation/dom_automation_controller.h',
'renderer/automation/dom_automation_v8_extension.cc',
@@ -113,8 +113,6 @@
'renderer/external_host_bindings.h',
'renderer/external_extension.cc',
'renderer/external_extension.h',
- 'renderer/form_manager.cc',
- 'renderer/form_manager.h',
'renderer/geolocation_dispatcher.cc',
'renderer/geolocation_dispatcher.h',
'renderer/gpu_channel_host.cc',
@@ -139,8 +137,6 @@
'renderer/page_click_tracker.h',
'renderer/page_load_histograms.cc',
'renderer/page_load_histograms.h',
- 'renderer/password_autocomplete_manager.cc',
- 'renderer/password_autocomplete_manager.h',
'renderer/pepper_devices.cc',
'renderer/pepper_devices.h',
'renderer/pepper_platform_context_3d_impl.cc',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698