| 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 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2155 'browser/ui/app_list/search/tokenized_string_unittest.cc', | 2155 'browser/ui/app_list/search/tokenized_string_unittest.cc', |
| 2156 ], | 2156 ], |
| 2157 'dependencies': [ | 2157 'dependencies': [ |
| 2158 '../ash/ash.gyp:ash_resources', | 2158 '../ash/ash.gyp:ash_resources', |
| 2159 '../ash/ash.gyp:ash_test_support', | 2159 '../ash/ash.gyp:ash_test_support', |
| 2160 '../ash/ash_strings.gyp:ash_strings', | 2160 '../ash/ash_strings.gyp:ash_strings', |
| 2161 ], | 2161 ], |
| 2162 # We eventually want to compile both in Win Aura builds, see | 2162 # We eventually want to compile both in Win Aura builds, see |
| 2163 # http://crbug.com/155545. | 2163 # http://crbug.com/155545. |
| 2164 'conditions': [ | 2164 'conditions': [ |
| 2165 ['OS=="win"', { | 2165 ['OS !="win"', { |
| 2166 'sources!': [ | |
| 2167 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | |
| 2168 ], | |
| 2169 }, { # else: OS!=win | |
| 2170 'sources!': [ | 2166 'sources!': [ |
| 2171 'browser/ui/window_sizer/window_sizer_unittest.cc', | 2167 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 2172 ], | 2168 ], |
| 2173 }], | 2169 }], |
| 2174 ], | 2170 ], |
| 2175 }], | 2171 }], |
| 2176 ['use_aura==1', { | 2172 ['use_aura==1', { |
| 2177 'dependencies': [ | 2173 'dependencies': [ |
| 2178 '../ui/aura/aura.gyp:aura_test_support', | 2174 '../ui/aura/aura.gyp:aura_test_support', |
| 2179 ], | 2175 ], |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2911 'browser/ui/app_list/test/fake_profile.h', | 2907 'browser/ui/app_list/test/fake_profile.h', |
| 2912 'browser/ui/app_list/test/fake_profile_store.cc', | 2908 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2913 'browser/ui/app_list/test/fake_profile_store.h', | 2909 'browser/ui/app_list/test/fake_profile_store.h', |
| 2914 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2910 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2915 ], | 2911 ], |
| 2916 }, | 2912 }, |
| 2917 ], | 2913 ], |
| 2918 }], | 2914 }], |
| 2919 ], # 'conditions' | 2915 ], # 'conditions' |
| 2920 } | 2916 } |
| OLD | NEW |