| 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 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2148 '../build/linux/system.gyp:gio', | 2148 '../build/linux/system.gyp:gio', |
| 2149 ], | 2149 ], |
| 2150 }, { | 2150 }, { |
| 2151 'sources/': [ | 2151 'sources/': [ |
| 2152 ['exclude', '^browser/ui/libgtk2ui/'], | 2152 ['exclude', '^browser/ui/libgtk2ui/'], |
| 2153 ], | 2153 ], |
| 2154 }], | 2154 }], |
| 2155 ['use_aura==1 or toolkit_views==1', { | 2155 ['use_aura==1 or toolkit_views==1', { |
| 2156 'dependencies': [ | 2156 'dependencies': [ |
| 2157 '../ui/events/events.gyp:events_test_support', | 2157 '../ui/events/events.gyp:events_test_support', |
| 2158 '../ui/wm/wm.gyp:wm_public', | 2158 '../ui/wm/wm.gyp:wm_core', |
| 2159 ], | 2159 ], |
| 2160 }], | 2160 }], |
| 2161 ['use_aura==1 and component=="shared_library"', { | 2161 ['use_aura==1 and component=="shared_library"', { |
| 2162 'sources!': [ | 2162 'sources!': [ |
| 2163 # TODO(erg): This file does not compile in shared library mode | 2163 # TODO(erg): This file does not compile in shared library mode |
| 2164 # because it is reaching into the internals of libgtk2ui, which | 2164 # because it is reaching into the internals of libgtk2ui, which |
| 2165 # shouldn't be linked with the rest of chrome. This should either | 2165 # shouldn't be linked with the rest of chrome. This should either |
| 2166 # be fixed by creating a separate unit test target, or by deleting | 2166 # be fixed by creating a separate unit test target, or by deleting |
| 2167 # the test. | 2167 # the test. |
| 2168 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' | 2168 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' |
| (...skipping 720 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 |