OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
284 ], | 284 ], |
285 }], | 285 }], |
286 ['toolkit_views==1', { | 286 ['toolkit_views==1', { |
287 'sources!': [ | 287 'sources!': [ |
288 'browser/ui/gtk/gtk_expanded_container_unittest.cc', | 288 'browser/ui/gtk/gtk_expanded_container_unittest.cc', |
289 ], | 289 ], |
290 }], | 290 }], |
291 ], | 291 ], |
292 }], | 292 }], |
293 ['use_x11==1', { | 293 ['use_x11==1', { |
294 'sources': [ | |
295 'base/x/x11_util_unittest.cc', | |
Daniel Erat
2013/10/29 16:27:03
i think that the usual pattern i've seen is to lis
| |
296 ], | |
294 'dependencies': [ | 297 'dependencies': [ |
295 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 298 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
296 ], | 299 ], |
297 }], | 300 }], |
298 ['toolkit_uses_gtk == 1', { | 301 ['toolkit_uses_gtk == 1', { |
299 'sources': [ | 302 'sources': [ |
300 'base/dragdrop/gtk_dnd_util_unittest.cc', | 303 'base/dragdrop/gtk_dnd_util_unittest.cc', |
301 ], | 304 ], |
302 'dependencies': [ | 305 'dependencies': [ |
303 '../build/linux/system.gyp:gtk', | 306 '../build/linux/system.gyp:gtk', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
373 'variables': { | 376 'variables': { |
374 'test_suite_name': 'ui_unittests', | 377 'test_suite_name': 'ui_unittests', |
375 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', | 378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', |
376 }, | 379 }, |
377 'includes': [ '../build/apk_test.gypi' ], | 380 'includes': [ '../build/apk_test.gypi' ], |
378 }, | 381 }, |
379 ], | 382 ], |
380 }], | 383 }], |
381 ], | 384 ], |
382 } | 385 } |
OLD | NEW |