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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/autofill/core/common/form_field_data_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['OS != "ios"', { 7 ['OS != "ios"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'components_unittests', 10 'target_name': 'components_unittests',
11 'type': '<(gtest_target_type)', 11 'type': '<(gtest_target_type)',
12 'sources': [ 12 'sources': [
13 'autofill/core/common/form_data_unittest.cc',
14 'autofill/core/common/form_field_data_unittest.cc',
13 'auto_login_parser/auto_login_parser_unittest.cc', 15 'auto_login_parser/auto_login_parser_unittest.cc',
14 'browser_context_keyed_service/browser_context_dependency_manager_un ittest.cc', 16 'browser_context_keyed_service/browser_context_dependency_manager_un ittest.cc',
15 'browser_context_keyed_service/dependency_graph_unittest.cc', 17 'browser_context_keyed_service/dependency_graph_unittest.cc',
16 'json_schema/json_schema_validator_unittest.cc', 18 'json_schema/json_schema_validator_unittest.cc',
17 'json_schema/json_schema_validator_unittest_base.cc', 19 'json_schema/json_schema_validator_unittest_base.cc',
18 'json_schema/json_schema_validator_unittest_base.h', 20 'json_schema/json_schema_validator_unittest_base.h',
19 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 21 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
20 'sessions/serialized_navigation_entry_unittest.cc', 22 'sessions/serialized_navigation_entry_unittest.cc',
21 'test/run_all_unittests.cc', 23 'test/run_all_unittests.cc',
22 'visitedlink/test/visitedlink_unittest.cc', 24 'visitedlink/test/visitedlink_unittest.cc',
23 'webdata/encryptor/encryptor_password_mac_unittest.cc', 25 'webdata/encryptor/encryptor_password_mac_unittest.cc',
24 'webdata/encryptor/encryptor_unittest.cc', 26 'webdata/encryptor/encryptor_unittest.cc',
25 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 27 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
26 ], 28 ],
27 'include_dirs': [ 29 'include_dirs': [
28 '..', 30 '..',
29 ], 31 ],
30 'dependencies': [ 32 'dependencies': [
31 '../base/base.gyp:test_support_base', 33 '../base/base.gyp:test_support_base',
32 '../testing/gmock.gyp:gmock', 34 '../testing/gmock.gyp:gmock',
33 '../testing/gtest.gyp:gtest', 35 '../testing/gtest.gyp:gtest',
34 36
37 # Dependencies of autofill
38 'autofill_core_common',
39
35 # Dependencies of auto_login_parser 40 # Dependencies of auto_login_parser
36 'auto_login_parser', 41 'auto_login_parser',
37 42
38 # Dependencies of browser_context_keyed_service 43 # Dependencies of browser_context_keyed_service
39 'browser_context_keyed_service', 44 'browser_context_keyed_service',
40 45
41 # Dependencies of encryptor 46 # Dependencies of encryptor
42 'encryptor', 47 'encryptor',
43 48
44 # Dependencies of json_schema 49 # Dependencies of json_schema
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)', 152 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)',
148 }, 153 },
149 'includes': [ '../build/apk_test.gypi' ], 154 'includes': [ '../build/apk_test.gypi' ],
150 }, 155 },
151 ], 156 ],
152 }], 157 }],
153 ], 158 ],
154 }], 159 }],
155 ], 160 ],
156 } 161 }
OLDNEW
« 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