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