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

Unified Diff: components/autofill.gypi

Issue 98753005: [Autofill] Sanitize all data that comes in over IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Loosen kMaxListSize a notch Created 6 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 | components/autofill/content/browser/autofill_driver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 9bbe26e9af8e8966c16d8a05b2b950fca29fd3fa..255288adeb97679fade30b74c635a9cfb365b1fc 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -22,7 +22,7 @@
'autofill/core/browser/autofill_regex_constants.cc.utf8'],
}],
},
-
+
{
'target_name': 'autofill_core_common',
'type': 'static_library',
@@ -52,6 +52,8 @@
'autofill/core/browser/android/personal_data_manager_android.cc',
'autofill/core/common/autofill_constants.cc',
'autofill/core/common/autofill_constants.h',
+ 'autofill/core/common/autofill_data_validation.cc',
+ 'autofill/core/common/autofill_data_validation.h',
'autofill/core/common/autofill_pref_names.cc',
'autofill/core/common/autofill_pref_names.h',
'autofill/core/common/autofill_switches.cc',
@@ -258,9 +260,9 @@
'..',
],
'sources': [
- 'autofill/content/common/autofill_messages.h',
'autofill/content/common/autofill_message_generator.cc',
'autofill/content/common/autofill_message_generator.h',
+ 'autofill/content/common/autofill_messages.h',
'autofill/content/common/autofill_param_traits_macros.h',
],
},
« no previous file with comments | « no previous file | components/autofill/content/browser/autofill_driver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698