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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 16154031: Un-refcount AutofillWebData and TokenWebData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT Created 7 years, 6 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 '../components/autofill/browser/autofill_common_test.cc', 268 '../components/autofill/browser/autofill_common_test.cc',
269 '../components/autofill/browser/autofill_common_test.h', 269 '../components/autofill/browser/autofill_common_test.h',
270 '../components/autofill/browser/data_driven_test.cc', 270 '../components/autofill/browser/data_driven_test.cc',
271 '../components/autofill/browser/data_driven_test.h', 271 '../components/autofill/browser/data_driven_test.h',
272 '../components/autofill/browser/test_autofill_external_delegate.cc', 272 '../components/autofill/browser/test_autofill_external_delegate.cc',
273 '../components/autofill/browser/test_autofill_external_delegate.h', 273 '../components/autofill/browser/test_autofill_external_delegate.h',
274 '../components/autofill/browser/test_autofill_manager_delegate.cc', 274 '../components/autofill/browser/test_autofill_manager_delegate.cc',
275 '../components/autofill/browser/test_autofill_manager_delegate.h', 275 '../components/autofill/browser/test_autofill_manager_delegate.h',
276 '../components/autofill/browser/test_personal_data_manager.cc', 276 '../components/autofill/browser/test_personal_data_manager.cc',
277 '../components/autofill/browser/test_personal_data_manager.h', 277 '../components/autofill/browser/test_personal_data_manager.h',
278 '../components/webdata/common/web_data_service_test_util.cc',
279 '../components/webdata/common/web_data_service_test_util.h',
278 280
279 '../ui/gfx/image/image_unittest_util.h', 281 '../ui/gfx/image/image_unittest_util.h',
280 '../ui/gfx/image/image_unittest_util.cc', 282 '../ui/gfx/image/image_unittest_util.cc',
281 '../webkit/browser/quota/mock_quota_manager.cc', 283 '../webkit/browser/quota/mock_quota_manager.cc',
282 '../webkit/browser/quota/mock_quota_manager.h', 284 '../webkit/browser/quota/mock_quota_manager.h',
283 ], 285 ],
284 'conditions': [ 286 'conditions': [
285 ['OS!="ios"', { 287 ['OS!="ios"', {
286 'dependencies': [ 288 'dependencies': [
287 'cloud_policy_proto', 289 'cloud_policy_proto',
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' , 1784 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' ,
1783 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc', 1785 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc',
1784 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc', 1786 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc',
1785 1787
1786 # TODO(caitkp): Move to //components/components.gypi once 1788 # TODO(caitkp): Move to //components/components.gypi once
1787 # remaining dependencies back to //chrome are eliminated. 1789 # remaining dependencies back to //chrome are eliminated.
1788 '../components/autofill/browser/webdata/autofill_entry_unittest.cc', 1790 '../components/autofill/browser/webdata/autofill_entry_unittest.cc',
1789 '../components/autofill/browser/webdata/autofill_table_unittest.cc', 1791 '../components/autofill/browser/webdata/autofill_table_unittest.cc',
1790 '../components/autofill/browser/webdata/web_data_service_unittest.cc', 1792 '../components/autofill/browser/webdata/web_data_service_unittest.cc',
1791 '../components/webdata/common/web_database_migration_unittest.cc', 1793 '../components/webdata/common/web_database_migration_unittest.cc',
1792 '../components/webdata/common/web_data_service_test_util.cc',
1793 '../components/webdata/common/web_data_service_test_util.h',
1794 1794
1795 # TODO(joi): Move the google_apis tests to a separate 1795 # TODO(joi): Move the google_apis tests to a separate
1796 # google_apis_unittests executable. 1796 # google_apis_unittests executable.
1797 '../google_apis/google_api_keys_unittest.cc', 1797 '../google_apis/google_api_keys_unittest.cc',
1798 '../google_apis/cup/client_update_protocol_unittest.cc', 1798 '../google_apis/cup/client_update_protocol_unittest.cc',
1799 '../google_apis/gaia/mock_url_fetcher_factory.h', 1799 '../google_apis/gaia/mock_url_fetcher_factory.h',
1800 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', 1800 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc',
1801 '../google_apis/gaia/gaia_auth_util_unittest.cc', 1801 '../google_apis/gaia/gaia_auth_util_unittest.cc',
1802 '../google_apis/gaia/gaia_authenticator_unittest.cc', 1802 '../google_apis/gaia/gaia_authenticator_unittest.cc',
1803 '../google_apis/gaia/gaia_oauth_client_unittest.cc', 1803 '../google_apis/gaia/gaia_oauth_client_unittest.cc',
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
2565 # more details. 2565 # more details.
2566 'DebugInformationFormat': '3', 2566 'DebugInformationFormat': '3',
2567 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2567 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2568 }, 2568 },
2569 }, 2569 },
2570 }, 2570 },
2571 ], 2571 ],
2572 }], 2572 }],
2573 ], # 'conditions' 2573 ], # 'conditions'
2574 } 2574 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | components/autofill/browser/autocomplete_history_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698