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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13650007: Move WebData component unittests to //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 'browser/value_store/leveldb_value_store_unittest.cc', 1469 'browser/value_store/leveldb_value_store_unittest.cc',
1470 'browser/value_store/testing_value_store_unittest.cc', 1470 'browser/value_store/testing_value_store_unittest.cc',
1471 'browser/value_store/value_store_change_unittest.cc', 1471 'browser/value_store/value_store_change_unittest.cc',
1472 'browser/value_store/value_store_frontend_unittest.cc', 1472 'browser/value_store/value_store_frontend_unittest.cc',
1473 'browser/value_store/value_store_unittest.cc', 1473 'browser/value_store/value_store_unittest.cc',
1474 'browser/value_store/value_store_unittest.h', 1474 'browser/value_store/value_store_unittest.h',
1475 'browser/web_applications/web_app_mac_unittest.mm', 1475 'browser/web_applications/web_app_mac_unittest.mm',
1476 'browser/web_applications/web_app_unittest.cc', 1476 'browser/web_applications/web_app_unittest.cc',
1477 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1477 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1478 'browser/web_resource/promo_resource_service_unittest.cc', 1478 'browser/web_resource/promo_resource_service_unittest.cc',
1479 'browser/webdata/autofill_entry_unittest.cc',
1480 'browser/webdata/autofill_profile_syncable_service_unittest.cc', 1479 'browser/webdata/autofill_profile_syncable_service_unittest.cc',
1481 'browser/webdata/autofill_table_unittest.cc',
1482 'browser/webdata/keyword_table_unittest.cc', 1480 'browser/webdata/keyword_table_unittest.cc',
1483 'browser/webdata/token_service_table_unittest.cc', 1481 'browser/webdata/token_service_table_unittest.cc',
1484 'browser/webdata/web_apps_table_unittest.cc', 1482 'browser/webdata/web_apps_table_unittest.cc',
1485 'browser/webdata/web_data_service_test_util.cc',
1486 'browser/webdata/web_data_service_test_util.h',
1487 'browser/webdata/web_data_service_unittest.cc',
1488 'browser/webdata/web_database_migration_unittest.cc',
1489 'common/bzip2_unittest.cc', 1483 'common/bzip2_unittest.cc',
1490 'common/cancelable_task_tracker_unittest.cc', 1484 'common/cancelable_task_tracker_unittest.cc',
1491 'common/child_process_logging_mac_unittest.mm', 1485 'common/child_process_logging_mac_unittest.mm',
1492 'common/chrome_paths_unittest.cc', 1486 'common/chrome_paths_unittest.cc',
1493 'common/cloud_print/cloud_print_helpers_unittest.cc', 1487 'common/cloud_print/cloud_print_helpers_unittest.cc',
1494 'common/chrome_content_client_unittest.cc', 1488 'common/chrome_content_client_unittest.cc',
1495 'common/content_settings_helper_unittest.cc', 1489 'common/content_settings_helper_unittest.cc',
1496 'common/content_settings_pattern_parser_unittest.cc', 1490 'common/content_settings_pattern_parser_unittest.cc',
1497 'common/content_settings_pattern_unittest.cc', 1491 'common/content_settings_pattern_unittest.cc',
1498 'common/extensions/api/commands/commands_manifest_unittest.cc', 1492 'common/extensions/api/commands/commands_manifest_unittest.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 '../components/autofill/browser/wallet/full_wallet_unittest.cc', 1671 '../components/autofill/browser/wallet/full_wallet_unittest.cc',
1678 '../components/autofill/browser/wallet/instrument_unittest.cc', 1672 '../components/autofill/browser/wallet/instrument_unittest.cc',
1679 '../components/autofill/browser/wallet/wallet_address_unittest.cc', 1673 '../components/autofill/browser/wallet/wallet_address_unittest.cc',
1680 '../components/autofill/browser/wallet/wallet_client_unittest.cc', 1674 '../components/autofill/browser/wallet/wallet_client_unittest.cc',
1681 '../components/autofill/browser/wallet/wallet_items_unittest.cc', 1675 '../components/autofill/browser/wallet/wallet_items_unittest.cc',
1682 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc', 1676 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc',
1683 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc' , 1677 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc' ,
1684 '../components/autofill/browser/wallet/wallet_test_util.cc', 1678 '../components/autofill/browser/wallet/wallet_test_util.cc',
1685 '../components/autofill/browser/wallet/wallet_test_util.h', 1679 '../components/autofill/browser/wallet/wallet_test_util.h',
1686 1680
1681 # TODO(caitkp): Move to //components/components.gypi once
1682 # remaining dependencies back to //chrome are eliminated.
1683 '../components/webdata/autofill/autofill_entry_unittest.cc',
1684 '../components/webdata/autofill/autofill_table_unittest.cc',
1685 '../components/webdata/autofill/web_data_service_unittest.cc',
1686 '../components/webdata/autofill/web_database_migration_unittest.cc',
1687 '../components/webdata/common/web_data_service_test_util.cc',
1688 '../components/webdata/common/web_data_service_test_util.h',
1689
1687 # TODO(joi): Move the google_apis tests to a separate 1690 # TODO(joi): Move the google_apis tests to a separate
1688 # google_apis_unittests executable. 1691 # google_apis_unittests executable.
1689 '../google_apis/google_api_keys_unittest.cc', 1692 '../google_apis/google_api_keys_unittest.cc',
1690 '../google_apis/gaia/mock_url_fetcher_factory.h', 1693 '../google_apis/gaia/mock_url_fetcher_factory.h',
1691 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', 1694 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc',
1692 '../google_apis/gaia/gaia_auth_util_unittest.cc', 1695 '../google_apis/gaia/gaia_auth_util_unittest.cc',
1693 '../google_apis/gaia/gaia_authenticator_unittest.cc', 1696 '../google_apis/gaia/gaia_authenticator_unittest.cc',
1694 '../google_apis/gaia/gaia_oauth_client_unittest.cc', 1697 '../google_apis/gaia/gaia_oauth_client_unittest.cc',
1695 '../google_apis/gaia/google_service_auth_error_unittest.cc', 1698 '../google_apis/gaia/google_service_auth_error_unittest.cc',
1696 '../google_apis/gaia/oauth_request_signer_unittest.cc', 1699 '../google_apis/gaia/oauth_request_signer_unittest.cc',
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
2430 # more details. 2433 # more details.
2431 'DebugInformationFormat': '3', 2434 'DebugInformationFormat': '3',
2432 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2435 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2433 }, 2436 },
2434 }, 2437 },
2435 }, 2438 },
2436 ], 2439 ],
2437 }], 2440 }],
2438 ], # 'conditions' 2441 ], # 'conditions'
2439 } 2442 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698