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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
170 'sources': [ | 170 'sources': [ |
171 'gfx/render_text_unittest.cc', | 171 'gfx/render_text_unittest.cc', |
172 ], | 172 ], |
173 }], | 173 }], |
174 ['use_aura==1 and OS!="win"', { | 174 ['use_aura==1 and OS!="win"', { |
175 'sources!': [ | 175 'sources!': [ |
176 # aura does not yet have clipboard support. http://crbug.com/97845 | 176 # aura does not yet have clipboard support. http://crbug.com/97845 |
177 'base/clipboard/clipboard_unittest.cc', | 177 'base/clipboard/clipboard_unittest.cc', |
178 ], | 178 ], |
179 }], | 179 }], |
180 ['use_aura==1', { | 180 ['use_aura==1', { |
Daniel Erat
2011/10/27 16:05:26
nit: delete this section
sadrul
2011/10/27 16:09:16
I think we still need to disable the test for aura
Daniel Erat
2011/10/27 16:10:23
Sorry, I'm not sure how I misread this so horrendo
| |
181 'dependencies': [ | 181 'sources!': [ |
182 'aura/aura.gyp:aura', | 182 'gfx/screen_unittest.cc', |
183 ], | 183 ], |
184 }], | 184 }], |
185 ], | 185 ], |
186 }, | 186 }, |
187 ], | 187 ], |
188 } | 188 } |
OLD | NEW |