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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'base/cocoa/fullscreen_window_manager_unittest.mm', | 148 'base/cocoa/fullscreen_window_manager_unittest.mm', |
149 'base/cocoa/hover_image_button_unittest.mm', | 149 'base/cocoa/hover_image_button_unittest.mm', |
150 'base/cocoa/menu_controller_unittest.mm', | 150 'base/cocoa/menu_controller_unittest.mm', |
151 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 151 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
152 'base/cocoa/tracking_area_unittest.mm', | 152 'base/cocoa/tracking_area_unittest.mm', |
153 'base/events/event_dispatcher_unittest.cc', | 153 'base/events/event_dispatcher_unittest.cc', |
154 'base/events/event_unittest.cc', | 154 'base/events/event_unittest.cc', |
155 'base/gtk/gtk_expanded_container_unittest.cc', | 155 'base/gtk/gtk_expanded_container_unittest.cc', |
156 'base/gtk/gtk_im_context_util_unittest.cc', | 156 'base/gtk/gtk_im_context_util_unittest.cc', |
157 'base/keycodes/usb_keycode_map_unittest.cc', | 157 'base/keycodes/usb_keycode_map_unittest.cc', |
| 158 'base/latency_info_unittest.cc', |
158 'base/models/list_model_unittest.cc', | 159 'base/models/list_model_unittest.cc', |
159 'base/models/list_selection_model_unittest.cc', | 160 'base/models/list_selection_model_unittest.cc', |
160 'base/models/tree_node_model_unittest.cc', | 161 'base/models/tree_node_model_unittest.cc', |
161 'base/ozone/evdev/touch_event_converter_ozone_unittest.cc', | 162 'base/ozone/evdev/touch_event_converter_ozone_unittest.cc', |
162 'base/test/data/resource.h', | 163 'base/test/data/resource.h', |
163 'base/text/bytes_formatting_unittest.cc', | 164 'base/text/bytes_formatting_unittest.cc', |
164 'base/text/utf16_indexing_unittest.cc', | 165 'base/text/utf16_indexing_unittest.cc', |
165 'base/view_prop_unittest.cc', | 166 'base/view_prop_unittest.cc', |
166 'gfx/blit_unittest.cc', | 167 'gfx/blit_unittest.cc', |
167 'gfx/break_list_unittest.cc', | 168 'gfx/break_list_unittest.cc', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'variables': { | 342 'variables': { |
342 'test_suite_name': 'ui_unittests', | 343 'test_suite_name': 'ui_unittests', |
343 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 344 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
344 }, | 345 }, |
345 'includes': [ '../build/apk_test.gypi' ], | 346 'includes': [ '../build/apk_test.gypi' ], |
346 }, | 347 }, |
347 ], | 348 ], |
348 }], | 349 }], |
349 ], | 350 ], |
350 } | 351 } |
OLD | NEW |