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 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 '../google_apis/google_api_keys_unittest.cc', | 1687 '../google_apis/google_api_keys_unittest.cc', |
1688 '../google_apis/gaia/mock_url_fetcher_factory.h', | 1688 '../google_apis/gaia/mock_url_fetcher_factory.h', |
1689 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', | 1689 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', |
1690 '../google_apis/gaia/gaia_auth_util_unittest.cc', | 1690 '../google_apis/gaia/gaia_auth_util_unittest.cc', |
1691 '../google_apis/gaia/gaia_authenticator_unittest.cc', | 1691 '../google_apis/gaia/gaia_authenticator_unittest.cc', |
1692 '../google_apis/gaia/gaia_oauth_client_unittest.cc', | 1692 '../google_apis/gaia/gaia_oauth_client_unittest.cc', |
1693 '../google_apis/gaia/google_service_auth_error_unittest.cc', | 1693 '../google_apis/gaia/google_service_auth_error_unittest.cc', |
1694 '../google_apis/gaia/oauth_request_signer_unittest.cc', | 1694 '../google_apis/gaia/oauth_request_signer_unittest.cc', |
1695 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', | 1695 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', |
1696 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', | 1696 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', |
1697 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', | |
1698 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', | 1697 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', |
1699 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', | |
1700 '../skia/ext/analysis_canvas_unittest.cc', | 1698 '../skia/ext/analysis_canvas_unittest.cc', |
1701 '../skia/ext/bitmap_platform_device_mac_unittest.cc', | 1699 '../skia/ext/bitmap_platform_device_mac_unittest.cc', |
1702 '../skia/ext/convolver_unittest.cc', | 1700 '../skia/ext/convolver_unittest.cc', |
1703 '../skia/ext/image_operations_unittest.cc', | 1701 '../skia/ext/image_operations_unittest.cc', |
1704 '../skia/ext/platform_canvas_unittest.cc', | 1702 '../skia/ext/platform_canvas_unittest.cc', |
1705 '../skia/ext/refptr_unittest.cc', | 1703 '../skia/ext/refptr_unittest.cc', |
1706 '../skia/ext/skia_utils_ios_unittest.mm', | 1704 '../skia/ext/skia_utils_ios_unittest.mm', |
1707 '../skia/ext/skia_utils_mac_unittest.mm', | 1705 '../skia/ext/skia_utils_mac_unittest.mm', |
1708 '../skia/ext/vector_canvas_unittest.cc', | 1706 '../skia/ext/vector_canvas_unittest.cc', |
1709 '../testing/gtest_mac_unittest.mm', | 1707 '../testing/gtest_mac_unittest.mm', |
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2423 # more details. | 2421 # more details. |
2424 'DebugInformationFormat': '3', | 2422 'DebugInformationFormat': '3', |
2425 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2423 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2426 }, | 2424 }, |
2427 }, | 2425 }, |
2428 }, | 2426 }, |
2429 ], | 2427 ], |
2430 }], | 2428 }], |
2431 ], # 'conditions' | 2429 ], # 'conditions' |
2432 } | 2430 } |
OLD | NEW |