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 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2126 'sources!': [ | 2126 'sources!': [ |
2127 'browser/ui/window_sizer/window_sizer_unittest.cc', | 2127 'browser/ui/window_sizer/window_sizer_unittest.cc', |
2128 ], | 2128 ], |
2129 }], | 2129 }], |
2130 ], | 2130 ], |
2131 }], | 2131 }], |
2132 ['use_aura==1', { | 2132 ['use_aura==1', { |
2133 'dependencies': [ | 2133 'dependencies': [ |
2134 '../ui/wm/wm.gyp:wm', | 2134 '../ui/wm/wm.gyp:wm', |
2135 '../ui/aura/aura.gyp:aura_test_support', | 2135 '../ui/aura/aura.gyp:aura_test_support', |
| 2136 '../ui/views/views.gyp:views_test_support', |
2136 ], | 2137 ], |
2137 'sources/': [ | 2138 'sources/': [ |
2138 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], | 2139 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], |
2139 ], | 2140 ], |
| 2141 'sources': [ |
| 2142 '../ui/views/controls/webview/webview_unittest.cc', |
| 2143 ], |
2140 }], | 2144 }], |
2141 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { | 2145 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { |
2142 'dependencies': [ | 2146 'dependencies': [ |
2143 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2147 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
2144 '../build/linux/system.gyp:gio', | 2148 '../build/linux/system.gyp:gio', |
2145 ], | 2149 ], |
2146 }, { | 2150 }, { |
2147 'sources/': [ | 2151 'sources/': [ |
2148 ['exclude', '^browser/ui/libgtk2ui/'], | 2152 ['exclude', '^browser/ui/libgtk2ui/'], |
2149 ], | 2153 ], |
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2878 'dependencies': [ | 2882 'dependencies': [ |
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2883 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2880 ], | 2884 ], |
2881 }], | 2885 }], |
2882 ], | 2886 ], |
2883 }, | 2887 }, |
2884 ], | 2888 ], |
2885 }], | 2889 }], |
2886 ], # 'conditions' | 2890 ], # 'conditions' |
2887 } | 2891 } |
OLD | NEW |