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 12 matching lines...) Expand all Loading... |
23 '../components/components.gyp:gcm_driver_test_support', | 23 '../components/components.gyp:gcm_driver_test_support', |
24 '../components/components.gyp:history_core_test_support', | 24 '../components/components.gyp:history_core_test_support', |
25 '../components/components.gyp:invalidation_test_support', | 25 '../components/components.gyp:invalidation_test_support', |
26 '../components/components.gyp:metrics_test_support', | 26 '../components/components.gyp:metrics_test_support', |
27 '../components/components.gyp:password_manager_core_browser_test_support
', | 27 '../components/components.gyp:password_manager_core_browser_test_support
', |
28 '../components/components.gyp:pref_registry_test_support', | 28 '../components/components.gyp:pref_registry_test_support', |
29 '../components/components.gyp:signin_core_browser_test_support', | 29 '../components/components.gyp:signin_core_browser_test_support', |
30 '../components/components.gyp:sync_driver_test_support', | 30 '../components/components.gyp:sync_driver_test_support', |
31 '../content/content.gyp:content_app_both', | 31 '../content/content.gyp:content_app_both', |
32 '../content/content_shell_and_tests.gyp:test_support_content', | 32 '../content/content_shell_and_tests.gyp:test_support_content', |
| 33 '../extensions/extensions.gyp:extensions_test_support', |
33 '../net/net.gyp:net', | 34 '../net/net.gyp:net', |
34 '../net/net.gyp:net_test_support', | 35 '../net/net.gyp:net_test_support', |
35 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
36 '../sql/sql.gyp:sql', | 37 '../sql/sql.gyp:sql', |
37 '../sql/sql.gyp:test_support_sql', | 38 '../sql/sql.gyp:test_support_sql', |
38 '../sync/sync.gyp:sync', | 39 '../sync/sync.gyp:sync', |
39 '../testing/gmock.gyp:gmock', | 40 '../testing/gmock.gyp:gmock', |
40 '../testing/gtest.gyp:gtest', | 41 '../testing/gtest.gyp:gtest', |
41 '../third_party/zlib/zlib.gyp:zlib', | 42 '../third_party/zlib/zlib.gyp:zlib', |
42 '../ui/message_center/message_center.gyp:message_center_test_support', | 43 '../ui/message_center/message_center.gyp:message_center_test_support', |
(...skipping 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 'unit_tests.isolate', | 2918 'unit_tests.isolate', |
2918 ], | 2919 ], |
2919 'sources': [ | 2920 'sources': [ |
2920 'unit_tests.isolate', | 2921 'unit_tests.isolate', |
2921 ], | 2922 ], |
2922 }, | 2923 }, |
2923 ], | 2924 ], |
2924 }], | 2925 }], |
2925 ], # 'conditions' | 2926 ], # 'conditions' |
2926 } | 2927 } |
OLD | NEW |