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

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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 332f1fa53def7d17fffc7f6781ed42e6b73dedca..484ce72abc65d67f31aaf7d8a5ade1ab33a9b676 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.cc',
+ 'common/form_field.h',
+ 'common/form_field_predictions.cc',
+ 'common/form_field_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',

Powered by Google App Engine
This is Rietveld 408576698