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 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2156 'browser/extensions/pack_extension_unittest.cc', | 2156 'browser/extensions/pack_extension_unittest.cc', |
2157 'browser/extensions/permissions_updater_unittest.cc', | 2157 'browser/extensions/permissions_updater_unittest.cc', |
2158 'browser/extensions/sandboxed_unpacker_unittest.cc', | 2158 'browser/extensions/sandboxed_unpacker_unittest.cc', |
2159 'common/extensions/sync_type_unittest.cc', | 2159 'common/extensions/sync_type_unittest.cc', |
2160 'common/extensions/permissions/permission_set_unittest.cc', | 2160 'common/extensions/permissions/permission_set_unittest.cc', |
2161 'utility/extensions/unpacker_unittest.cc', | 2161 'utility/extensions/unpacker_unittest.cc', |
2162 ], | 2162 ], |
2163 }], | 2163 }], |
2164 ['use_ash==1', { | 2164 ['use_ash==1', { |
2165 'sources': [ | 2165 'sources': [ |
2166 'browser/ui/app_list/extension_app_model_builder_unittest.cc', | |
2167 'browser/ui/app_list/search/app_search_provider_unittest.cc', | 2166 'browser/ui/app_list/search/app_search_provider_unittest.cc', |
2168 'browser/ui/app_list/search/history_unittest.cc', | 2167 'browser/ui/app_list/search/history_unittest.cc', |
2169 'browser/ui/app_list/search/history_data_store_unittest.cc', | 2168 'browser/ui/app_list/search/history_data_store_unittest.cc', |
2170 'browser/ui/app_list/search/mixer_unittest.cc', | 2169 'browser/ui/app_list/search/mixer_unittest.cc', |
2171 'browser/ui/app_list/search/term_break_iterator_unittest.cc', | 2170 'browser/ui/app_list/search/term_break_iterator_unittest.cc', |
2172 'browser/ui/app_list/search/tokenized_string_char_iterator_unittest.
cc', | 2171 'browser/ui/app_list/search/tokenized_string_char_iterator_unittest.
cc', |
2173 'browser/ui/app_list/search/tokenized_string_match_unittest.cc', | 2172 'browser/ui/app_list/search/tokenized_string_match_unittest.cc', |
2174 'browser/ui/app_list/search/tokenized_string_unittest.cc', | 2173 'browser/ui/app_list/search/tokenized_string_unittest.cc', |
2175 ], | 2174 ], |
2176 'dependencies': [ | 2175 'dependencies': [ |
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2779 }, | 2778 }, |
2780 'sources': [ | 2779 'sources': [ |
2781 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unit
test_small.cc', | 2780 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unit
test_small.cc', |
2782 ], | 2781 ], |
2783 'dependencies': [ | 2782 'dependencies': [ |
2784 '../third_party/cld/cld.gyp:cld', | 2783 '../third_party/cld/cld.gyp:cld', |
2785 ], | 2784 ], |
2786 }], | 2785 }], |
2787 ['enable_app_list==1', { | 2786 ['enable_app_list==1', { |
2788 'sources': [ | 2787 'sources': [ |
| 2788 'browser/ui/app_list/extension_app_model_builder_unittest.cc', |
2789 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2789 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2790 ], | 2790 ], |
2791 }], | 2791 }], |
2792 ], | 2792 ], |
2793 }, | 2793 }, |
2794 { | 2794 { |
2795 'target_name': 'chrome_app_unittests', | 2795 'target_name': 'chrome_app_unittests', |
2796 'type': 'executable', | 2796 'type': 'executable', |
2797 'dependencies': [ | 2797 'dependencies': [ |
2798 # unit tests should only depend on | 2798 # unit tests should only depend on |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2935 'sources': [ | 2935 'sources': [ |
2936 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2936 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2937 ], | 2937 ], |
2938 }], # 'OS=="win"' | 2938 }], # 'OS=="win"' |
2939 ], | 2939 ], |
2940 }, | 2940 }, |
2941 ], | 2941 ], |
2942 }], | 2942 }], |
2943 ], # 'conditions' | 2943 ], # 'conditions' |
2944 } | 2944 } |
OLD | NEW |