OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ui_test_support', | 8 'target_name': 'ui_test_support', |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 ], | 163 ], |
164 'dependencies': [ | 164 'dependencies': [ |
165 '../build/linux/system.gyp:gtk', | 165 '../build/linux/system.gyp:gtk', |
166 ], | 166 ], |
167 }], | 167 }], |
168 ['toolkit_views==1', { | 168 ['toolkit_views==1', { |
169 'sources': [ | 169 'sources': [ |
170 'gfx/render_text_unittest.cc', | 170 'gfx/render_text_unittest.cc', |
171 ], | 171 ], |
172 }], | 172 }], |
173 ['use_aura==1 and OS!="win"', { | |
174 'sources!': [ | |
175 # aura does not yet have clipboard support. http://crbug.com/97845 | |
176 'base/clipboard/clipboard_unittest.cc', | |
177 ], | |
178 }], | |
179 ], | 173 ], |
180 }, | 174 }, |
181 ], | 175 ], |
182 } | 176 } |
OLD | NEW |