| 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 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2134 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' | 2134 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' |
| 2135 ], | 2135 ], |
| 2136 }], | 2136 }], |
| 2137 ['enable_task_manager==0', { | 2137 ['enable_task_manager==0', { |
| 2138 'sources/': [ | 2138 'sources/': [ |
| 2139 ['exclude', '^browser/task_manager/'], | 2139 ['exclude', '^browser/task_manager/'], |
| 2140 ], | 2140 ], |
| 2141 }], | 2141 }], |
| 2142 ['chromeos==0', { | 2142 ['chromeos==0', { |
| 2143 'sources!': [ | 2143 'sources!': [ |
| 2144 'browser/extensions/image_loader_unittest.cc', |
| 2144 # TODO(zturner): Enable this on Windows. See | 2145 # TODO(zturner): Enable this on Windows. See |
| 2145 # BrowserWithTestWindowTest::SetUp() for a comment explaining why | 2146 # BrowserWithTestWindowTest::SetUp() for a comment explaining why |
| 2146 # this is broken. | 2147 # this is broken. |
| 2147 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', | 2148 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', |
| 2148 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2149 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
| 2149 ], | 2150 ], |
| 2150 }], | 2151 }], |
| 2151 ['enable_mdns == 1', { | 2152 ['enable_mdns == 1', { |
| 2152 'sources': [ | 2153 'sources': [ |
| 2153 'utility/local_discovery/local_domain_resolver_unittest.cc', | 2154 'utility/local_discovery/local_domain_resolver_unittest.cc', |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2837 'browser/ui/app_list/test/fake_profile_store.h', | 2838 'browser/ui/app_list/test/fake_profile_store.h', |
| 2838 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2839 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2839 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2840 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2840 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2841 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2841 ], | 2842 ], |
| 2842 }, | 2843 }, |
| 2843 ], | 2844 ], |
| 2844 }], | 2845 }], |
| 2845 ], # 'conditions' | 2846 ], # 'conditions' |
| 2846 } | 2847 } |
| OLD | NEW |