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 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2168 # because it is reaching into the internals of libgtk2ui, which | 2168 # because it is reaching into the internals of libgtk2ui, which |
2169 # shouldn't be linked with the rest of chrome. This should either | 2169 # shouldn't be linked with the rest of chrome. This should either |
2170 # be fixed by creating a separate unit test target, or by deleting | 2170 # be fixed by creating a separate unit test target, or by deleting |
2171 # the test. | 2171 # the test. |
2172 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' | 2172 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' |
2173 ], | 2173 ], |
2174 }], | 2174 }], |
2175 ['enable_task_manager==0', { | 2175 ['enable_task_manager==0', { |
2176 'sources/': [ | 2176 'sources/': [ |
2177 ['exclude', '^browser/task_manager/'], | 2177 ['exclude', '^browser/task_manager/'], |
2178 ['exclude', '^browser/ui/webui/task_manager/'], | |
2179 ], | 2178 ], |
2180 }], | 2179 }], |
2181 ['file_manager_extension==0', { | 2180 ['file_manager_extension==0', { |
2182 'sources!': [ | 2181 'sources!': [ |
2183 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2182 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
2184 ], | 2183 ], |
2185 }], | 2184 }], |
2186 ['enable_mdns == 1', { | 2185 ['enable_mdns == 1', { |
2187 'sources': [ | 2186 'sources': [ |
2188 'utility/local_discovery/local_domain_resolver_unittest.cc', | 2187 'utility/local_discovery/local_domain_resolver_unittest.cc', |
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2872 'browser/ui/app_list/test/fake_profile_store.h', | 2871 'browser/ui/app_list/test/fake_profile_store.h', |
2873 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2872 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2874 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2873 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2875 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2874 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2876 ], | 2875 ], |
2877 }, | 2876 }, |
2878 ], | 2877 ], |
2879 }], | 2878 }], |
2880 ], # 'conditions' | 2879 ], # 'conditions' |
2881 } | 2880 } |
OLD | NEW |