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 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2115 '../build/linux/system.gyp:gio', | 2115 '../build/linux/system.gyp:gio', |
2116 ], | 2116 ], |
2117 }, { | 2117 }, { |
2118 'sources/': [ | 2118 'sources/': [ |
2119 ['exclude', '^browser/ui/libgtk2ui/'], | 2119 ['exclude', '^browser/ui/libgtk2ui/'], |
2120 ], | 2120 ], |
2121 }], | 2121 }], |
2122 ['use_aura==1 or toolkit_views==1', { | 2122 ['use_aura==1 or toolkit_views==1', { |
2123 'dependencies': [ | 2123 'dependencies': [ |
2124 '../ui/events/events.gyp:events_test_support', | 2124 '../ui/events/events.gyp:events_test_support', |
2125 '../ui/wm/wm.gyp:wm', | 2125 '../ui/wm/wm.gyp:wm_core', |
2126 ], | 2126 ], |
2127 }], | 2127 }], |
2128 ['use_aura==1 and component=="shared_library"', { | 2128 ['use_aura==1 and component=="shared_library"', { |
2129 'sources!': [ | 2129 'sources!': [ |
2130 # TODO(erg): This file does not compile in shared library mode | 2130 # TODO(erg): This file does not compile in shared library mode |
2131 # because it is reaching into the internals of libgtk2ui, which | 2131 # because it is reaching into the internals of libgtk2ui, which |
2132 # shouldn't be linked with the rest of chrome. This should either | 2132 # shouldn't be linked with the rest of chrome. This should either |
2133 # be fixed by creating a separate unit test target, or by deleting | 2133 # be fixed by creating a separate unit test target, or by deleting |
2134 # the test. | 2134 # the test. |
2135 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' | 2135 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc
' |
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2840 'browser/ui/app_list/test/fake_profile_store.h', | 2840 'browser/ui/app_list/test/fake_profile_store.h', |
2841 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2841 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2842 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2842 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2843 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2843 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2844 ], | 2844 ], |
2845 }, | 2845 }, |
2846 ], | 2846 ], |
2847 }], | 2847 }], |
2848 ], # 'conditions' | 2848 ], # 'conditions' |
2849 } | 2849 } |
OLD | NEW |