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

Unified Diff: components/components_tests.gypi

Issue 23033010: [password autofill] Add serialization for FormData and FormFieldData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Windows Created 7 years, 4 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 | « components/autofill/core/common/form_field_data_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index 61346d07a88af4794f075d682b510d7bff7956c8..c7dd95309ab2439ca404c05263d390ad8db43fe0 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -10,6 +10,8 @@
'target_name': 'components_unittests',
'type': '<(gtest_target_type)',
'sources': [
+ 'autofill/core/common/form_data_unittest.cc',
+ 'autofill/core/common/form_field_data_unittest.cc',
'auto_login_parser/auto_login_parser_unittest.cc',
'browser_context_keyed_service/browser_context_dependency_manager_unittest.cc',
'browser_context_keyed_service/dependency_graph_unittest.cc',
@@ -32,6 +34,9 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ # Dependencies of autofill
+ 'autofill_core_common',
+
# Dependencies of auto_login_parser
'auto_login_parser',
« no previous file with comments | « components/autofill/core/common/form_field_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698