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 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1666 '../google_apis/gaia/gaia_auth_util_unittest.cc', | 1666 '../google_apis/gaia/gaia_auth_util_unittest.cc', |
1667 '../google_apis/gaia/gaia_authenticator_unittest.cc', | 1667 '../google_apis/gaia/gaia_authenticator_unittest.cc', |
1668 '../google_apis/gaia/gaia_oauth_client_unittest.cc', | 1668 '../google_apis/gaia/gaia_oauth_client_unittest.cc', |
1669 '../google_apis/gaia/google_service_auth_error_unittest.cc', | 1669 '../google_apis/gaia/google_service_auth_error_unittest.cc', |
1670 '../google_apis/gaia/oauth_request_signer_unittest.cc', | 1670 '../google_apis/gaia/oauth_request_signer_unittest.cc', |
1671 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', | 1671 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', |
1672 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', | 1672 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', |
1673 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', | 1673 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', |
1674 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', | 1674 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', |
1675 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', | 1675 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', |
| 1676 '../skia/ext/analysis_canvas_unittest.cc', |
1676 '../skia/ext/bitmap_platform_device_mac_unittest.cc', | 1677 '../skia/ext/bitmap_platform_device_mac_unittest.cc', |
1677 '../skia/ext/convolver_unittest.cc', | 1678 '../skia/ext/convolver_unittest.cc', |
1678 '../skia/ext/image_operations_unittest.cc', | 1679 '../skia/ext/image_operations_unittest.cc', |
1679 '../skia/ext/platform_canvas_unittest.cc', | 1680 '../skia/ext/platform_canvas_unittest.cc', |
1680 '../skia/ext/refptr_unittest.cc', | 1681 '../skia/ext/refptr_unittest.cc', |
1681 '../skia/ext/skia_utils_ios_unittest.mm', | 1682 '../skia/ext/skia_utils_ios_unittest.mm', |
1682 '../skia/ext/skia_utils_mac_unittest.mm', | 1683 '../skia/ext/skia_utils_mac_unittest.mm', |
1683 '../skia/ext/vector_canvas_unittest.cc', | 1684 '../skia/ext/vector_canvas_unittest.cc', |
1684 '../testing/gtest_mac_unittest.mm', | 1685 '../testing/gtest_mac_unittest.mm', |
1685 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1686 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2403 # more details. | 2404 # more details. |
2404 'DebugInformationFormat': '3', | 2405 'DebugInformationFormat': '3', |
2405 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2406 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2406 }, | 2407 }, |
2407 }, | 2408 }, |
2408 }, | 2409 }, |
2409 ], | 2410 ], |
2410 }], | 2411 }], |
2411 ], # 'conditions' | 2412 ], # 'conditions' |
2412 } | 2413 } |
OLD | NEW |