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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 '../build/linux/system.gyp:gtk', | 154 '../build/linux/system.gyp:gtk', |
155 ], | 155 ], |
156 }], | 156 }], |
157 ['toolkit_views==1', { | 157 ['toolkit_views==1', { |
158 'sources': [ | 158 'sources': [ |
159 'gfx/render_text_unittest.cc', | 159 'gfx/render_text_unittest.cc', |
160 ], | 160 ], |
161 }], | 161 }], |
162 ['use_aura==1', { | 162 ['use_aura==1', { |
163 'sources!': [ | 163 'sources!': [ |
| 164 'base/view_prop_unittest.cc', |
164 'gfx/screen_unittest.cc', | 165 'gfx/screen_unittest.cc', |
165 ], | 166 ], |
166 }], | 167 }], |
167 ], | 168 ], |
168 }, | 169 }, |
169 ], | 170 ], |
170 } | 171 } |
OLD | NEW |