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 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2171 'browser/ui/app_list/search/tokenized_string_unittest.cc', | 2171 'browser/ui/app_list/search/tokenized_string_unittest.cc', |
2172 ], | 2172 ], |
2173 'dependencies': [ | 2173 'dependencies': [ |
2174 '../ash/ash.gyp:ash_resources', | 2174 '../ash/ash.gyp:ash_resources', |
2175 '../ash/ash.gyp:ash_test_support', | 2175 '../ash/ash.gyp:ash_test_support', |
2176 '../ash/ash_strings.gyp:ash_strings', | 2176 '../ash/ash_strings.gyp:ash_strings', |
2177 ], | 2177 ], |
2178 # We eventually want to compile both in Win Aura builds, see | 2178 # We eventually want to compile both in Win Aura builds, see |
2179 # http://crbug.com/155545. | 2179 # http://crbug.com/155545. |
2180 'conditions': [ | 2180 'conditions': [ |
2181 ['OS=="win"', { | 2181 ['OS !="win"', { |
2182 'sources!': [ | |
2183 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | |
2184 ], | |
2185 }, { # else: OS!=win | |
2186 'sources!': [ | 2182 'sources!': [ |
2187 'browser/ui/window_sizer/window_sizer_unittest.cc', | 2183 'browser/ui/window_sizer/window_sizer_unittest.cc', |
2188 ], | 2184 ], |
2189 }], | 2185 }], |
2190 ], | 2186 ], |
2191 }], | 2187 }], |
2192 ['use_aura==1', { | 2188 ['use_aura==1', { |
2193 'dependencies': [ | 2189 'dependencies': [ |
2194 '../ui/aura/aura.gyp:aura_test_support', | 2190 '../ui/aura/aura.gyp:aura_test_support', |
2195 ], | 2191 ], |
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2926 'browser/ui/app_list/test/fake_profile.h', | 2922 'browser/ui/app_list/test/fake_profile.h', |
2927 'browser/ui/app_list/test/fake_profile_store.cc', | 2923 'browser/ui/app_list/test/fake_profile_store.cc', |
2928 'browser/ui/app_list/test/fake_profile_store.h', | 2924 'browser/ui/app_list/test/fake_profile_store.h', |
2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2925 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2930 ], | 2926 ], |
2931 }, | 2927 }, |
2932 ], | 2928 ], |
2933 }], | 2929 }], |
2934 ], # 'conditions' | 2930 ], # 'conditions' |
2935 } | 2931 } |
OLD | NEW |