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

Unified Diff: chrome/chrome_common.gypi

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 332f1fa53def7d17fffc7f6781ed42e6b73dedca..6d70e455859ed17ac3e840859436cbecf2747779 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -218,6 +218,14 @@
'common/external_ipc_fuzzer.cc',
'common/favicon_url.cc',
'common/favicon_url.h',
+ 'common/form_data.cc',
+ 'common/form_data.h',
+ 'common/form_data_predictions.cc',
+ 'common/form_data_predictions.h',
+ 'common/form_field_data.cc',
+ 'common/form_field_data.h',
+ 'common/form_field_data_predictions.cc',
+ 'common/form_field_data_predictions.h',
'common/icon_messages.h',
'common/important_file_writer.cc',
'common/important_file_writer.h',
@@ -267,6 +275,8 @@
'common/nacl_messages.h',
'common/nacl_types.cc',
'common/nacl_types.h',
+ 'common/password_form_fill_data.cc',
+ 'common/password_form_fill_data.h',
'common/password_generation_util.cc',
'common/password_generation_util.h',
'common/pepper_flash.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698