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