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 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2114 'renderer/extensions/extension_localization_peer_unittest.cc', | 2114 'renderer/extensions/extension_localization_peer_unittest.cc', |
2115 'renderer/extensions/renderer_permissions_policy_delegate_unittest.c
c', | 2115 'renderer/extensions/renderer_permissions_policy_delegate_unittest.c
c', |
2116 ], | 2116 ], |
2117 }], | 2117 }], |
2118 ['use_ash==1', { | 2118 ['use_ash==1', { |
2119 'sources': [ | 2119 'sources': [ |
2120 'browser/ui/app_list/search/app_search_provider_unittest.cc', | 2120 'browser/ui/app_list/search/app_search_provider_unittest.cc', |
2121 'browser/ui/app_list/search/history_unittest.cc', | 2121 'browser/ui/app_list/search/history_unittest.cc', |
2122 'browser/ui/app_list/search/history_data_store_unittest.cc', | 2122 'browser/ui/app_list/search/history_data_store_unittest.cc', |
2123 'browser/ui/app_list/search/mixer_unittest.cc', | 2123 'browser/ui/app_list/search/mixer_unittest.cc', |
2124 'browser/ui/app_list/search/term_break_iterator_unittest.cc', | |
2125 'browser/ui/app_list/search/tokenized_string_char_iterator_unittest.
cc', | |
2126 'browser/ui/app_list/search/tokenized_string_match_unittest.cc', | |
2127 'browser/ui/app_list/search/tokenized_string_unittest.cc', | |
2128 ], | 2124 ], |
2129 'dependencies': [ | 2125 'dependencies': [ |
2130 '../ash/ash.gyp:ash_test_support', | 2126 '../ash/ash.gyp:ash_test_support', |
2131 '../ash/ash_resources.gyp:ash_resources', | 2127 '../ash/ash_resources.gyp:ash_resources', |
2132 '../ash/ash_strings.gyp:ash_strings', | 2128 '../ash/ash_strings.gyp:ash_strings', |
2133 ], | 2129 ], |
2134 # We eventually want to compile both in Win Aura builds, see | 2130 # We eventually want to compile both in Win Aura builds, see |
2135 # http://crbug.com/155545. | 2131 # http://crbug.com/155545. |
2136 'conditions': [ | 2132 'conditions': [ |
2137 ['OS !="win"', { | 2133 ['OS !="win"', { |
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2866 'dependencies': [ | 2862 'dependencies': [ |
2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2863 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2868 ], | 2864 ], |
2869 }], | 2865 }], |
2870 ], | 2866 ], |
2871 }, | 2867 }, |
2872 ], | 2868 ], |
2873 }], | 2869 }], |
2874 ], # 'conditions' | 2870 ], # 'conditions' |
2875 } | 2871 } |
OLD | NEW |