| 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 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1660 '../google_apis/gaia/gaia_auth_util_unittest.cc', | 1660 '../google_apis/gaia/gaia_auth_util_unittest.cc', |
| 1661 '../google_apis/gaia/gaia_authenticator_unittest.cc', | 1661 '../google_apis/gaia/gaia_authenticator_unittest.cc', |
| 1662 '../google_apis/gaia/gaia_oauth_client_unittest.cc', | 1662 '../google_apis/gaia/gaia_oauth_client_unittest.cc', |
| 1663 '../google_apis/gaia/google_service_auth_error_unittest.cc', | 1663 '../google_apis/gaia/google_service_auth_error_unittest.cc', |
| 1664 '../google_apis/gaia/oauth_request_signer_unittest.cc', | 1664 '../google_apis/gaia/oauth_request_signer_unittest.cc', |
| 1665 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', | 1665 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', |
| 1666 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', | 1666 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', |
| 1667 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', | 1667 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', |
| 1668 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', | 1668 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', |
| 1669 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', | 1669 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', |
| 1670 '../skia/ext/analysis_canvas_unittest.cc', |
| 1670 '../skia/ext/bitmap_platform_device_mac_unittest.cc', | 1671 '../skia/ext/bitmap_platform_device_mac_unittest.cc', |
| 1671 '../skia/ext/convolver_unittest.cc', | 1672 '../skia/ext/convolver_unittest.cc', |
| 1672 '../skia/ext/image_operations_unittest.cc', | 1673 '../skia/ext/image_operations_unittest.cc', |
| 1673 '../skia/ext/platform_canvas_unittest.cc', | 1674 '../skia/ext/platform_canvas_unittest.cc', |
| 1674 '../skia/ext/refptr_unittest.cc', | 1675 '../skia/ext/refptr_unittest.cc', |
| 1675 '../skia/ext/skia_utils_ios_unittest.mm', | 1676 '../skia/ext/skia_utils_ios_unittest.mm', |
| 1676 '../skia/ext/skia_utils_mac_unittest.mm', | 1677 '../skia/ext/skia_utils_mac_unittest.mm', |
| 1677 '../skia/ext/vector_canvas_unittest.cc', | 1678 '../skia/ext/vector_canvas_unittest.cc', |
| 1678 '../testing/gtest_mac_unittest.mm', | 1679 '../testing/gtest_mac_unittest.mm', |
| 1679 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1680 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
| (...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2395 # more details. | 2396 # more details. |
| 2396 'DebugInformationFormat': '3', | 2397 'DebugInformationFormat': '3', |
| 2397 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2398 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2398 }, | 2399 }, |
| 2399 }, | 2400 }, |
| 2400 }, | 2401 }, |
| 2401 ], | 2402 ], |
| 2402 }], | 2403 }], |
| 2403 ], # 'conditions' | 2404 ], # 'conditions' |
| 2404 } | 2405 } |
| OLD | NEW |