| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'base/cocoa/controls/hover_image_menu_button_unittest.mm', | 143 'base/cocoa/controls/hover_image_menu_button_unittest.mm', |
| 144 'base/cocoa/events_mac_unittest.mm', | 144 'base/cocoa/events_mac_unittest.mm', |
| 145 'base/cocoa/focus_tracker_unittest.mm', | 145 'base/cocoa/focus_tracker_unittest.mm', |
| 146 'base/cocoa/fullscreen_window_manager_unittest.mm', | 146 'base/cocoa/fullscreen_window_manager_unittest.mm', |
| 147 'base/cocoa/hover_image_button_unittest.mm', | 147 'base/cocoa/hover_image_button_unittest.mm', |
| 148 'base/cocoa/menu_controller_unittest.mm', | 148 'base/cocoa/menu_controller_unittest.mm', |
| 149 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 149 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
| 150 'base/cocoa/tracking_area_unittest.mm', | 150 'base/cocoa/tracking_area_unittest.mm', |
| 151 'base/events/event_dispatcher_unittest.cc', | 151 'base/events/event_dispatcher_unittest.cc', |
| 152 'base/events/event_unittest.cc', | 152 'base/events/event_unittest.cc', |
| 153 'base/events/key_identifier_conversion_unittest.cc', | |
| 154 'base/gtk/gtk_expanded_container_unittest.cc', | 153 'base/gtk/gtk_expanded_container_unittest.cc', |
| 155 'base/gtk/gtk_im_context_util_unittest.cc', | 154 'base/gtk/gtk_im_context_util_unittest.cc', |
| 156 'base/gtk/menu_label_accelerator_util_unittest.cc', | 155 'base/gtk/menu_label_accelerator_util_unittest.cc', |
| 157 'base/keycodes/usb_keycode_map_unittest.cc', | 156 'base/keycodes/usb_keycode_map_unittest.cc', |
| 158 'base/models/list_model_unittest.cc', | 157 'base/models/list_model_unittest.cc', |
| 159 'base/models/list_selection_model_unittest.cc', | 158 'base/models/list_selection_model_unittest.cc', |
| 160 'base/models/tree_node_model_unittest.cc', | 159 'base/models/tree_node_model_unittest.cc', |
| 161 'base/ozone/touch_event_converter_ozone_unittest.cc', | 160 'base/ozone/touch_event_converter_ozone_unittest.cc', |
| 162 'base/test/data/resource.h', | 161 'base/test/data/resource.h', |
| 163 'base/text/bytes_formatting_unittest.cc', | 162 'base/text/bytes_formatting_unittest.cc', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 ], | 295 ], |
| 297 }], | 296 }], |
| 298 ['use_aura==1 or toolkit_views==1', { | 297 ['use_aura==1 or toolkit_views==1', { |
| 299 'sources': [ | 298 'sources': [ |
| 300 'base/gestures/velocity_calculator_unittest.cc', | 299 'base/gestures/velocity_calculator_unittest.cc', |
| 301 ], | 300 ], |
| 302 }, { | 301 }, { |
| 303 'sources!': [ | 302 'sources!': [ |
| 304 'base/events/event_dispatcher_unittest.cc', | 303 'base/events/event_dispatcher_unittest.cc', |
| 305 'base/events/event_unittest.cc', | 304 'base/events/event_unittest.cc', |
| 306 'base/events/key_identifier_conversion_unittest.cc', | |
| 307 ], | 305 ], |
| 308 }], | 306 }], |
| 309 ['use_aura==1', { | 307 ['use_aura==1', { |
| 310 'sources!': [ | 308 'sources!': [ |
| 311 'base/dialogs/select_file_dialog_win_unittest.cc', | 309 'base/dialogs/select_file_dialog_win_unittest.cc', |
| 312 'base/dragdrop/os_exchange_data_win_unittest.cc', | 310 'base/dragdrop/os_exchange_data_win_unittest.cc', |
| 313 'gfx/screen_unittest.cc', | 311 'gfx/screen_unittest.cc', |
| 314 ], | 312 ], |
| 315 }], | 313 }], |
| 316 ], | 314 ], |
| (...skipping 23 matching lines...) Expand all Loading... |
| 340 'variables': { | 338 'variables': { |
| 341 'test_suite_name': 'ui_unittests', | 339 'test_suite_name': 'ui_unittests', |
| 342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 340 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 343 }, | 341 }, |
| 344 'includes': [ '../build/apk_test.gypi' ], | 342 'includes': [ '../build/apk_test.gypi' ], |
| 345 }, | 343 }, |
| 346 ], | 344 ], |
| 347 }], | 345 }], |
| 348 ], | 346 ], |
| 349 } | 347 } |
| OLD | NEW |