OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'events/events.gyp:events_base', | 197 'events/events.gyp:events_base', |
198 'events/events.gyp:events_test_support', | 198 'events/events.gyp:events_test_support', |
199 ], | 199 ], |
200 }], | 200 }], |
201 ['use_aura==1', { | 201 ['use_aura==1', { |
202 'sources!': [ | 202 'sources!': [ |
203 'base/dragdrop/os_exchange_data_win_unittest.cc', | 203 'base/dragdrop/os_exchange_data_win_unittest.cc', |
204 'gfx/screen_unittest.cc', | 204 'gfx/screen_unittest.cc', |
205 ], | 205 ], |
206 }], | 206 }], |
| 207 ['use_ozone==1', { |
| 208 'dependencies': [ |
| 209 'gfx/ozone/gfx_ozone.gyp:gfx_ozone', |
| 210 ], |
| 211 }], |
207 ['use_ozone==1 and use_pango==0', { | 212 ['use_ozone==1 and use_pango==0', { |
208 'sources!': [ | 213 'sources!': [ |
209 'gfx/text_elider_unittest.cc', | 214 'gfx/text_elider_unittest.cc', |
210 'gfx/font_unittest.cc', | 215 'gfx/font_unittest.cc', |
211 'gfx/font_list_unittest.cc', | 216 'gfx/font_list_unittest.cc', |
212 'gfx/render_text_unittest.cc', | 217 'gfx/render_text_unittest.cc', |
213 'gfx/canvas_unittest.cc', | 218 'gfx/canvas_unittest.cc', |
214 ], | 219 ], |
215 }], | 220 }], |
216 ['chromeos==1', { | 221 ['chromeos==1', { |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 ], | 270 ], |
266 'variables': { | 271 'variables': { |
267 'test_suite_name': 'ui_unittests', | 272 'test_suite_name': 'ui_unittests', |
268 }, | 273 }, |
269 'includes': [ '../build/apk_test.gypi' ], | 274 'includes': [ '../build/apk_test.gypi' ], |
270 }, | 275 }, |
271 ], | 276 ], |
272 }], | 277 }], |
273 ], | 278 ], |
274 } | 279 } |
OLD | NEW |