| 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 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2173 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' | 2173 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' |
| 2174 ], | 2174 ], |
| 2175 }], | 2175 }], |
| 2176 ['enable_task_manager==0', { | 2176 ['enable_task_manager==0', { |
| 2177 'sources/': [ | 2177 'sources/': [ |
| 2178 ['exclude', '^browser/task_manager/'], | 2178 ['exclude', '^browser/task_manager/'], |
| 2179 ], | 2179 ], |
| 2180 }], | 2180 }], |
| 2181 ['chromeos==0', { | 2181 ['chromeos==0', { |
| 2182 'sources!': [ | 2182 'sources!': [ |
| 2183 # TODO(zturner): Enable this on Windows. See |
| 2184 # BrowserWithTestWindowTest::SetUp() for a comment explaining why |
| 2185 # this is broken. |
| 2183 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', | 2186 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', |
| 2184 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2187 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
| 2185 ], | 2188 ], |
| 2186 }], | 2189 }], |
| 2187 ['enable_mdns == 1', { | 2190 ['enable_mdns == 1', { |
| 2188 'sources': [ | 2191 'sources': [ |
| 2189 'utility/local_discovery/local_domain_resolver_unittest.cc', | 2192 'utility/local_discovery/local_domain_resolver_unittest.cc', |
| 2190 'utility/local_discovery/service_discovery_client_unittest.cc', | 2193 'utility/local_discovery/service_discovery_client_unittest.cc', |
| 2191 'browser/local_discovery/privet_device_lister_unittest.cc', | 2194 'browser/local_discovery/privet_device_lister_unittest.cc', |
| 2192 'browser/local_discovery/privet_notifications_unittest.cc', | 2195 'browser/local_discovery/privet_notifications_unittest.cc', |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2899 'browser/ui/app_list/test/fake_profile_store.h', | 2902 'browser/ui/app_list/test/fake_profile_store.h', |
| 2900 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2901 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2902 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2903 ], | 2906 ], |
| 2904 }, | 2907 }, |
| 2905 ], | 2908 ], |
| 2906 }], | 2909 }], |
| 2907 ], # 'conditions' | 2910 ], # 'conditions' |
| 2908 } | 2911 } |
| OLD | NEW |