OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 19 matching lines...) Expand all Loading... |
30 ], | 30 ], |
31 'export_dependent_settings': [ | 31 'export_dependent_settings': [ |
32 'app/policy/cloud_policy_codegen.gyp:policy', | 32 'app/policy/cloud_policy_codegen.gyp:policy', |
33 '../base/base.gyp:test_support_base', | 33 '../base/base.gyp:test_support_base', |
34 ], | 34 ], |
35 'include_dirs': [ | 35 'include_dirs': [ |
36 '..', | 36 '..', |
37 ], | 37 ], |
38 'sources': [ | 38 'sources': [ |
39 '../extensions/common/url_pattern_unittest.cc', | 39 '../extensions/common/url_pattern_unittest.cc', |
| 40 '../extensions/common/url_pattern_set_unittest.cc', |
40 'app/breakpad_mac_stubs.mm', | 41 'app/breakpad_mac_stubs.mm', |
41 'app/chrome_main_delegate.cc', | 42 'app/chrome_main_delegate.cc', |
42 'app/chrome_main_delegate.h', | 43 'app/chrome_main_delegate.h', |
43 'browser/android/mock_google_location_settings_helper.cc', | 44 'browser/android/mock_google_location_settings_helper.cc', |
44 'browser/android/mock_google_location_settings_helper.h', | 45 'browser/android/mock_google_location_settings_helper.h', |
45 'browser/android/tab_android_test_stubs.cc', | 46 'browser/android/tab_android_test_stubs.cc', |
46 'browser/autofill/autofill_common_test.cc', | 47 'browser/autofill/autofill_common_test.cc', |
47 'browser/autofill/autofill_common_test.h', | 48 'browser/autofill/autofill_common_test.h', |
48 'browser/autofill/data_driven_test.cc', | 49 'browser/autofill/data_driven_test.cc', |
49 'browser/autofill/data_driven_test.h', | 50 'browser/autofill/data_driven_test.h', |
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1481 'common/extensions/matcher/substring_set_matcher_unittest.cc', | 1482 'common/extensions/matcher/substring_set_matcher_unittest.cc', |
1482 'common/extensions/matcher/url_matcher_unittest.cc', | 1483 'common/extensions/matcher/url_matcher_unittest.cc', |
1483 'common/extensions/matcher/url_matcher_factory_unittest.cc', | 1484 'common/extensions/matcher/url_matcher_factory_unittest.cc', |
1484 'common/extensions/manifest_unittest.cc', | 1485 'common/extensions/manifest_unittest.cc', |
1485 'common/extensions/message_bundle_unittest.cc', | 1486 'common/extensions/message_bundle_unittest.cc', |
1486 'common/extensions/permissions/api_permission_set_unittest.cc', | 1487 'common/extensions/permissions/api_permission_set_unittest.cc', |
1487 'common/extensions/permissions/permission_set_unittest.cc', | 1488 'common/extensions/permissions/permission_set_unittest.cc', |
1488 'common/extensions/permissions/socket_permission_unittest.cc', | 1489 'common/extensions/permissions/socket_permission_unittest.cc', |
1489 'common/extensions/unpacker_unittest.cc', | 1490 'common/extensions/unpacker_unittest.cc', |
1490 'common/extensions/update_manifest_unittest.cc', | 1491 'common/extensions/update_manifest_unittest.cc', |
1491 'common/extensions/url_pattern_set_unittest.cc', | |
1492 'common/extensions/user_script_unittest.cc', | 1492 'common/extensions/user_script_unittest.cc', |
1493 'common/extensions/value_counter_unittest.cc', | 1493 'common/extensions/value_counter_unittest.cc', |
1494 'common/extensions/api/extension_api_unittest.cc', | 1494 'common/extensions/api/extension_api_unittest.cc', |
1495 'common/json_schema_validator_unittest.cc', | 1495 'common/json_schema_validator_unittest.cc', |
1496 'common/json_schema_validator_unittest_base.cc', | 1496 'common/json_schema_validator_unittest_base.cc', |
1497 'common/json_schema_validator_unittest_base.h', | 1497 'common/json_schema_validator_unittest_base.h', |
1498 'common/json_value_serializer_unittest.cc', | 1498 'common/json_value_serializer_unittest.cc', |
1499 'common/mac/cfbundle_blocker_unittest.mm', | 1499 'common/mac/cfbundle_blocker_unittest.mm', |
1500 'common/mac/mock_launchd.cc', | 1500 'common/mac/mock_launchd.cc', |
1501 'common/mac/mock_launchd.h', | 1501 'common/mac/mock_launchd.h', |
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2258 'unit_tests.isolate', | 2258 'unit_tests.isolate', |
2259 ], | 2259 ], |
2260 'sources': [ | 2260 'sources': [ |
2261 'unit_tests.isolate', | 2261 'unit_tests.isolate', |
2262 ], | 2262 ], |
2263 }, | 2263 }, |
2264 ], | 2264 ], |
2265 }], | 2265 }], |
2266 ], # 'conditions' | 2266 ], # 'conditions' |
2267 } | 2267 } |
OLD | NEW |