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 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2141 '../build/linux/system.gyp:gio', | 2141 '../build/linux/system.gyp:gio', |
2142 ], | 2142 ], |
2143 }, { | 2143 }, { |
2144 'sources/': [ | 2144 'sources/': [ |
2145 ['exclude', '^browser/ui/libgtk2ui/'], | 2145 ['exclude', '^browser/ui/libgtk2ui/'], |
2146 ], | 2146 ], |
2147 }], | 2147 }], |
2148 ['use_aura==1 or toolkit_views==1', { | 2148 ['use_aura==1 or toolkit_views==1', { |
2149 'dependencies': [ | 2149 'dependencies': [ |
2150 '../ui/events/events.gyp:events_test_support', | 2150 '../ui/events/events.gyp:events_test_support', |
2151 '../ui/wm/wm.gyp:wm_core', | 2151 '../ui/wm/wm.gyp:wm', |
2152 ], | 2152 ], |
2153 }], | 2153 }], |
2154 ['use_aura==1 and component=="shared_library"', { | 2154 ['use_aura==1 and component=="shared_library"', { |
2155 'sources!': [ | 2155 'sources!': [ |
2156 # TODO(erg): This file does not compile in shared library mode | 2156 # TODO(erg): This file does not compile in shared library mode |
2157 # because it is reaching into the internals of libgtk2ui, which | 2157 # because it is reaching into the internals of libgtk2ui, which |
2158 # shouldn't be linked with the rest of chrome. This should either | 2158 # shouldn't be linked with the rest of chrome. This should either |
2159 # be fixed by creating a separate unit test target, or by deleting | 2159 # be fixed by creating a separate unit test target, or by deleting |
2160 # the test. | 2160 # the test. |
2161 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' | 2161 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' |
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2889 'browser/ui/app_list/test/fake_profile_store.h', | 2889 'browser/ui/app_list/test/fake_profile_store.h', |
2890 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2890 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2891 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2891 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2892 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2892 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2893 ], | 2893 ], |
2894 }, | 2894 }, |
2895 ], | 2895 ], |
2896 }], | 2896 }], |
2897 ], # 'conditions' | 2897 ], # 'conditions' |
2898 } | 2898 } |
OLD | NEW |