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

Unified Diff: content/content_common.gypi

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Attempt to fix up history 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c246a2e1d18e19fd79b5501d3408c726576d0482..8382861db72c1222e96f78c2846394a4639b7549 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -41,6 +41,10 @@
'public/common/dx_diag_node.h',
'public/common/file_chooser_params.cc',
'public/common/file_chooser_params.h',
+ 'public/common/form_data.cc',
+ 'public/common/form_data.h',
+ 'public/common/form_field.cc',
+ 'public/common/form_field.h',
'public/common/frame_navigate_params.cc',
'public/common/frame_navigate_params.h',
'public/common/geoposition.cc',
@@ -62,6 +66,8 @@
'public/common/page_transition_types.h',
'public/common/page_type.h',
'public/common/page_zoom.h',
+ 'public/common/password_form.cc',
+ 'public/common/password_form.h',
'public/common/pepper_plugin_info.cc',
'public/common/pepper_plugin_info.h',
'public/common/process_type.h',
@@ -412,7 +418,6 @@
'../webkit/support/webkit_support.gyp:blob',
'../webkit/support/webkit_support.gyp:database',
'../webkit/support/webkit_support.gyp:fileapi',
- '../webkit/support/webkit_support.gyp:forms',
'../webkit/support/webkit_support.gyp:webkit_base',
],
}],

Powered by Google App Engine
This is Rietveld 408576698