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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'events/events.gyp:events_test_support', | 195 'events/events.gyp:events_test_support', |
196 'events/platform/events_platform.gyp:events_platform', | 196 'events/platform/events_platform.gyp:events_platform', |
197 ], | 197 ], |
198 }], | 198 }], |
199 ['use_aura==1', { | 199 ['use_aura==1', { |
200 'sources!': [ | 200 'sources!': [ |
201 'base/dragdrop/os_exchange_data_win_unittest.cc', | 201 'base/dragdrop/os_exchange_data_win_unittest.cc', |
202 'gfx/screen_unittest.cc', | 202 'gfx/screen_unittest.cc', |
203 ], | 203 ], |
204 }], | 204 }], |
205 ['use_ozone==1', { | |
206 'dependencies': [ | |
207 'gfx/ozone/gfx_ozone.gyp:gfx_ozone', | |
208 ], | |
209 }], | |
210 ['use_ozone==1 and use_pango==0', { | 205 ['use_ozone==1 and use_pango==0', { |
211 'sources!': [ | 206 'sources!': [ |
212 'gfx/render_text_unittest.cc', | 207 'gfx/render_text_unittest.cc', |
213 ], | 208 ], |
214 }], | 209 }], |
215 ['chromeos==1', { | 210 ['chromeos==1', { |
216 'dependencies': [ | 211 'dependencies': [ |
217 '../chromeos/chromeos.gyp:chromeos', | 212 '../chromeos/chromeos.gyp:chromeos', |
218 'aura/aura.gyp:aura_test_support', | 213 'aura/aura.gyp:aura_test_support', |
219 'chromeos/ui_chromeos.gyp:ui_chromeos', | 214 'chromeos/ui_chromeos.gyp:ui_chromeos', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 ], | 257 ], |
263 'variables': { | 258 'variables': { |
264 'test_suite_name': 'ui_unittests', | 259 'test_suite_name': 'ui_unittests', |
265 }, | 260 }, |
266 'includes': [ '../build/apk_test.gypi' ], | 261 'includes': [ '../build/apk_test.gypi' ], |
267 }, | 262 }, |
268 ], | 263 ], |
269 }], | 264 }], |
270 ], | 265 ], |
271 } | 266 } |
OLD | NEW |