| 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 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'base/clipboard/clipboard_unittest.cc', | 122 'base/clipboard/clipboard_unittest.cc', |
| 123 'base/clipboard/custom_data_helper_unittest.cc', | 123 'base/clipboard/custom_data_helper_unittest.cc', |
| 124 'base/cocoa/base_view_unittest.mm', | 124 'base/cocoa/base_view_unittest.mm', |
| 125 'base/cocoa/events_mac_unittest.mm', | 125 'base/cocoa/events_mac_unittest.mm', |
| 126 'base/cocoa/focus_tracker_unittest.mm', | 126 'base/cocoa/focus_tracker_unittest.mm', |
| 127 'base/cocoa/fullscreen_window_manager_unittest.mm', | 127 'base/cocoa/fullscreen_window_manager_unittest.mm', |
| 128 'base/cocoa/hover_image_button_unittest.mm', | 128 'base/cocoa/hover_image_button_unittest.mm', |
| 129 'base/cocoa/tracking_area_unittest.mm', | 129 'base/cocoa/tracking_area_unittest.mm', |
| 130 'base/events/event_dispatcher_unittest.cc', | 130 'base/events/event_dispatcher_unittest.cc', |
| 131 'base/events/event_unittest.cc', | 131 'base/events/event_unittest.cc', |
| 132 'base/events/key_identifier_conversion_unittest.cc', |
| 132 'base/gtk/gtk_expanded_container_unittest.cc', | 133 'base/gtk/gtk_expanded_container_unittest.cc', |
| 133 'base/gtk/gtk_im_context_util_unittest.cc', | 134 'base/gtk/gtk_im_context_util_unittest.cc', |
| 134 'base/gtk/menu_label_accelerator_util_unittest.cc', | 135 'base/gtk/menu_label_accelerator_util_unittest.cc', |
| 135 'base/keycodes/usb_keycode_map_unittest.cc', | 136 'base/keycodes/usb_keycode_map_unittest.cc', |
| 136 'base/models/list_model_unittest.cc', | 137 'base/models/list_model_unittest.cc', |
| 137 'base/models/list_selection_model_unittest.cc', | 138 'base/models/list_selection_model_unittest.cc', |
| 138 'base/models/tree_node_model_unittest.cc', | 139 'base/models/tree_node_model_unittest.cc', |
| 139 'base/test/data/resource.h', | 140 'base/test/data/resource.h', |
| 140 'base/text/bytes_formatting_unittest.cc', | 141 'base/text/bytes_formatting_unittest.cc', |
| 141 'base/text/utf16_indexing_unittest.cc', | 142 'base/text/utf16_indexing_unittest.cc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 ], | 278 ], |
| 278 }], | 279 }], |
| 279 ['use_aura==1 or toolkit_views==1', { | 280 ['use_aura==1 or toolkit_views==1', { |
| 280 'sources': [ | 281 'sources': [ |
| 281 'base/gestures/velocity_calculator_unittest.cc', | 282 'base/gestures/velocity_calculator_unittest.cc', |
| 282 ], | 283 ], |
| 283 }, { | 284 }, { |
| 284 'sources!': [ | 285 'sources!': [ |
| 285 'base/events/event_dispatcher_unittest.cc', | 286 'base/events/event_dispatcher_unittest.cc', |
| 286 'base/events/event_unittest.cc', | 287 'base/events/event_unittest.cc', |
| 288 'base/events/key_identifier_conversion_unittest.cc', |
| 287 ], | 289 ], |
| 288 }], | 290 }], |
| 289 ['use_aura==1', { | 291 ['use_aura==1', { |
| 290 'sources!': [ | 292 'sources!': [ |
| 291 'base/dialogs/select_file_dialog_win_unittest.cc', | 293 'base/dialogs/select_file_dialog_win_unittest.cc', |
| 292 'base/dragdrop/os_exchange_data_win_unittest.cc', | 294 'base/dragdrop/os_exchange_data_win_unittest.cc', |
| 293 'gfx/screen_unittest.cc', | 295 'gfx/screen_unittest.cc', |
| 294 ], | 296 ], |
| 295 }], | 297 }], |
| 296 ], | 298 ], |
| (...skipping 23 matching lines...) Expand all Loading... |
| 320 'variables': { | 322 'variables': { |
| 321 'test_suite_name': 'ui_unittests', | 323 'test_suite_name': 'ui_unittests', |
| 322 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 324 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 323 }, | 325 }, |
| 324 'includes': [ '../build/apk_test.gypi' ], | 326 'includes': [ '../build/apk_test.gypi' ], |
| 325 }, | 327 }, |
| 326 ], | 328 ], |
| 327 }], | 329 }], |
| 328 ], | 330 ], |
| 329 } | 331 } |
| OLD | NEW |