OLD | NEW |
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 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1674 '../components/autofill/browser/wallet/wallet_address_unittest.cc', | 1674 '../components/autofill/browser/wallet/wallet_address_unittest.cc', |
1675 '../components/autofill/browser/wallet/wallet_client_unittest.cc', | 1675 '../components/autofill/browser/wallet/wallet_client_unittest.cc', |
1676 '../components/autofill/browser/wallet/wallet_items_unittest.cc', | 1676 '../components/autofill/browser/wallet/wallet_items_unittest.cc', |
1677 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc', | 1677 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc', |
1678 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc'
, | 1678 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc'
, |
1679 '../components/autofill/browser/wallet/wallet_test_util.cc', | 1679 '../components/autofill/browser/wallet/wallet_test_util.cc', |
1680 '../components/autofill/browser/wallet/wallet_test_util.h', | 1680 '../components/autofill/browser/wallet/wallet_test_util.h', |
1681 | 1681 |
1682 # TODO(caitkp): Move to //components/components.gypi once | 1682 # TODO(caitkp): Move to //components/components.gypi once |
1683 # remaining dependencies back to //chrome are eliminated. | 1683 # remaining dependencies back to //chrome are eliminated. |
1684 '../components/webdata/autofill/autofill_entry_unittest.cc', | 1684 '../components/autofill/browser/webdata/autofill_entry_unittest.cc', |
1685 '../components/webdata/autofill/autofill_table_unittest.cc', | 1685 '../components/autofill/browser/webdata/autofill_table_unittest.cc', |
1686 '../components/webdata/autofill/web_data_service_unittest.cc', | 1686 '../components/autofill/browser/webdata/web_data_service_unittest.cc', |
1687 '../components/webdata/autofill/web_database_migration_unittest.cc', | 1687 '../components/webdata/common/web_database_migration_unittest.cc', |
1688 '../components/webdata/common/web_data_service_test_util.cc', | 1688 '../components/webdata/common/web_data_service_test_util.cc', |
1689 '../components/webdata/common/web_data_service_test_util.h', | 1689 '../components/webdata/common/web_data_service_test_util.h', |
1690 | 1690 |
1691 # TODO(joi): Move the google_apis tests to a separate | 1691 # TODO(joi): Move the google_apis tests to a separate |
1692 # google_apis_unittests executable. | 1692 # google_apis_unittests executable. |
1693 '../google_apis/google_api_keys_unittest.cc', | 1693 '../google_apis/google_api_keys_unittest.cc', |
1694 '../google_apis/gaia/mock_url_fetcher_factory.h', | 1694 '../google_apis/gaia/mock_url_fetcher_factory.h', |
1695 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', | 1695 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', |
1696 '../google_apis/gaia/gaia_auth_util_unittest.cc', | 1696 '../google_apis/gaia/gaia_auth_util_unittest.cc', |
1697 '../google_apis/gaia/gaia_authenticator_unittest.cc', | 1697 '../google_apis/gaia/gaia_authenticator_unittest.cc', |
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2422 # more details. | 2422 # more details. |
2423 'DebugInformationFormat': '3', | 2423 'DebugInformationFormat': '3', |
2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2425 }, | 2425 }, |
2426 }, | 2426 }, |
2427 }, | 2427 }, |
2428 ], | 2428 ], |
2429 }], | 2429 }], |
2430 ], # 'conditions' | 2430 ], # 'conditions' |
2431 } | 2431 } |
OLD | NEW |