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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'base/cocoa/cocoa_event_utils_unittest.mm', | 145 'base/cocoa/cocoa_event_utils_unittest.mm', |
146 'base/cocoa/controls/hover_image_menu_button_unittest.mm', | 146 'base/cocoa/controls/hover_image_menu_button_unittest.mm', |
147 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', | 147 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', |
148 'base/cocoa/events_mac_unittest.mm', | 148 'base/cocoa/events_mac_unittest.mm', |
149 'base/cocoa/focus_tracker_unittest.mm', | 149 'base/cocoa/focus_tracker_unittest.mm', |
150 'base/cocoa/fullscreen_window_manager_unittest.mm', | 150 'base/cocoa/fullscreen_window_manager_unittest.mm', |
151 'base/cocoa/hover_image_button_unittest.mm', | 151 'base/cocoa/hover_image_button_unittest.mm', |
152 'base/cocoa/menu_controller_unittest.mm', | 152 'base/cocoa/menu_controller_unittest.mm', |
153 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 153 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
154 'base/cocoa/tracking_area_unittest.mm', | 154 'base/cocoa/tracking_area_unittest.mm', |
| 155 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
155 'base/events/event_dispatcher_unittest.cc', | 156 'base/events/event_dispatcher_unittest.cc', |
156 'base/events/event_unittest.cc', | 157 'base/events/event_unittest.cc', |
157 'base/gtk/gtk_expanded_container_unittest.cc', | 158 'base/gtk/gtk_expanded_container_unittest.cc', |
158 'base/gtk/gtk_im_context_util_unittest.cc', | 159 'base/gtk/gtk_im_context_util_unittest.cc', |
159 'base/keycodes/usb_keycode_map_unittest.cc', | 160 'base/keycodes/usb_keycode_map_unittest.cc', |
160 'base/latency_info_unittest.cc', | 161 'base/latency_info_unittest.cc', |
161 'base/models/list_model_unittest.cc', | 162 'base/models/list_model_unittest.cc', |
162 'base/models/list_selection_model_unittest.cc', | 163 'base/models/list_selection_model_unittest.cc', |
163 'base/models/tree_node_model_unittest.cc', | 164 'base/models/tree_node_model_unittest.cc', |
164 'base/ozone/evdev/touch_event_converter_ozone_unittest.cc', | 165 'base/ozone/evdev/touch_event_converter_ozone_unittest.cc', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 'base/events/event_unittest.cc', | 316 'base/events/event_unittest.cc', |
316 ], | 317 ], |
317 }], | 318 }], |
318 ['use_aura==1', { | 319 ['use_aura==1', { |
319 'sources!': [ | 320 'sources!': [ |
320 'base/dialogs/select_file_dialog_win_unittest.cc', | 321 'base/dialogs/select_file_dialog_win_unittest.cc', |
321 'base/dragdrop/os_exchange_data_win_unittest.cc', | 322 'base/dragdrop/os_exchange_data_win_unittest.cc', |
322 'gfx/screen_unittest.cc', | 323 'gfx/screen_unittest.cc', |
323 ], | 324 ], |
324 }], | 325 }], |
| 326 ['chromeos==1', { |
| 327 'sources!': [ |
| 328 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
| 329 ], |
| 330 }], |
325 ], | 331 ], |
326 'target_conditions': [ | 332 'target_conditions': [ |
327 ['OS == "ios"', { | 333 ['OS == "ios"', { |
328 'sources/': [ | 334 'sources/': [ |
329 # Pull in specific Mac files for iOS (which have been filtered out | 335 # Pull in specific Mac files for iOS (which have been filtered out |
330 # by file name rules). | 336 # by file name rules). |
331 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'], | 337 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'], |
332 ], | 338 ], |
333 }], | 339 }], |
334 ], | 340 ], |
(...skipping 14 matching lines...) Expand all Loading... |
349 'variables': { | 355 'variables': { |
350 'test_suite_name': 'ui_unittests', | 356 'test_suite_name': 'ui_unittests', |
351 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 357 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
352 }, | 358 }, |
353 'includes': [ '../build/apk_test.gypi' ], | 359 'includes': [ '../build/apk_test.gypi' ], |
354 }, | 360 }, |
355 ], | 361 ], |
356 }], | 362 }], |
357 ], | 363 ], |
358 } | 364 } |
OLD | NEW |