| 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 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1761 '../components/autofill/browser/webdata/autofill_entry_unittest.cc', | 1761 '../components/autofill/browser/webdata/autofill_entry_unittest.cc', |
| 1762 '../components/autofill/browser/webdata/autofill_table_unittest.cc', | 1762 '../components/autofill/browser/webdata/autofill_table_unittest.cc', |
| 1763 '../components/autofill/browser/webdata/web_data_service_unittest.cc', | 1763 '../components/autofill/browser/webdata/web_data_service_unittest.cc', |
| 1764 '../components/webdata/common/web_database_migration_unittest.cc', | 1764 '../components/webdata/common/web_database_migration_unittest.cc', |
| 1765 '../components/webdata/common/web_data_service_test_util.cc', | 1765 '../components/webdata/common/web_data_service_test_util.cc', |
| 1766 '../components/webdata/common/web_data_service_test_util.h', | 1766 '../components/webdata/common/web_data_service_test_util.h', |
| 1767 | 1767 |
| 1768 # TODO(joi): Move the google_apis tests to a separate | 1768 # TODO(joi): Move the google_apis tests to a separate |
| 1769 # google_apis_unittests executable. | 1769 # google_apis_unittests executable. |
| 1770 '../google_apis/google_api_keys_unittest.cc', | 1770 '../google_apis/google_api_keys_unittest.cc', |
| 1771 '../google_apis/cup/client_update_protocol_unittest.cc', |
| 1771 '../google_apis/gaia/mock_url_fetcher_factory.h', | 1772 '../google_apis/gaia/mock_url_fetcher_factory.h', |
| 1772 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', | 1773 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', |
| 1773 '../google_apis/gaia/gaia_auth_util_unittest.cc', | 1774 '../google_apis/gaia/gaia_auth_util_unittest.cc', |
| 1774 '../google_apis/gaia/gaia_authenticator_unittest.cc', | 1775 '../google_apis/gaia/gaia_authenticator_unittest.cc', |
| 1775 '../google_apis/gaia/gaia_oauth_client_unittest.cc', | 1776 '../google_apis/gaia/gaia_oauth_client_unittest.cc', |
| 1776 '../google_apis/gaia/google_service_auth_error_unittest.cc', | 1777 '../google_apis/gaia/google_service_auth_error_unittest.cc', |
| 1777 '../google_apis/gaia/oauth_request_signer_unittest.cc', | 1778 '../google_apis/gaia/oauth_request_signer_unittest.cc', |
| 1778 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', | 1779 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', |
| 1779 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', | 1780 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', |
| 1780 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', | 1781 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', |
| (...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2517 # more details. | 2518 # more details. |
| 2518 'DebugInformationFormat': '3', | 2519 'DebugInformationFormat': '3', |
| 2519 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2520 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2520 }, | 2521 }, |
| 2521 }, | 2522 }, |
| 2522 }, | 2523 }, |
| 2523 ], | 2524 ], |
| 2524 }], | 2525 }], |
| 2525 ], # 'conditions' | 2526 ], # 'conditions' |
| 2526 } | 2527 } |
| OLD | NEW |