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 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1601 '../google_apis/gaia/oauth_request_signer_unittest.cc', | 1601 '../google_apis/gaia/oauth_request_signer_unittest.cc', |
1602 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', | 1602 '../google_apis/gaia/oauth2_access_token_fetcher_unittest.cc', |
1603 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', | 1603 '../google_apis/gaia/oauth2_api_call_flow_unittest.cc', |
1604 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', | 1604 '../google_apis/gaia/oauth2_mint_token_fetcher_unittest.cc', |
1605 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', | 1605 '../google_apis/gaia/oauth2_mint_token_flow_unittest.cc', |
1606 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', | 1606 '../google_apis/gaia/oauth2_revocation_fetcher_unittest.cc', |
1607 '../skia/ext/bitmap_platform_device_mac_unittest.cc', | 1607 '../skia/ext/bitmap_platform_device_mac_unittest.cc', |
1608 '../skia/ext/convolver_unittest.cc', | 1608 '../skia/ext/convolver_unittest.cc', |
1609 '../skia/ext/image_operations_unittest.cc', | 1609 '../skia/ext/image_operations_unittest.cc', |
1610 '../skia/ext/platform_canvas_unittest.cc', | 1610 '../skia/ext/platform_canvas_unittest.cc', |
| 1611 '../skia/ext/refptr_unittest.cc', |
1611 '../skia/ext/skia_utils_ios_unittest.mm', | 1612 '../skia/ext/skia_utils_ios_unittest.mm', |
1612 '../skia/ext/skia_utils_mac_unittest.mm', | 1613 '../skia/ext/skia_utils_mac_unittest.mm', |
1613 '../skia/ext/vector_canvas_unittest.cc', | 1614 '../skia/ext/vector_canvas_unittest.cc', |
1614 '../testing/gtest_mac_unittest.mm', | 1615 '../testing/gtest_mac_unittest.mm', |
1615 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1616 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
1616 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 1617 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
1617 '../tools/json_schema_compiler/test/any_unittest.cc', | 1618 '../tools/json_schema_compiler/test/any_unittest.cc', |
1618 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 1619 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
1619 '../tools/json_schema_compiler/test/callbacks_unittest.cc', | 1620 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
1620 '../tools/json_schema_compiler/test/choices_unittest.cc', | 1621 '../tools/json_schema_compiler/test/choices_unittest.cc', |
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2301 'unit_tests.isolate', | 2302 'unit_tests.isolate', |
2302 ], | 2303 ], |
2303 'sources': [ | 2304 'sources': [ |
2304 'unit_tests.isolate', | 2305 'unit_tests.isolate', |
2305 ], | 2306 ], |
2306 }, | 2307 }, |
2307 ], | 2308 ], |
2308 }], | 2309 }], |
2309 ], # 'conditions' | 2310 ], # 'conditions' |
2310 } | 2311 } |
OLD | NEW |