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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 ], | 104 ], |
105 'all_sources': [ | 105 'all_sources': [ |
106 '<@(_common_sources)', | 106 '<@(_common_sources)', |
107 'base/accelerators/accelerator_manager_unittest.cc', | 107 'base/accelerators/accelerator_manager_unittest.cc', |
108 'base/clipboard/clipboard_unittest.cc', | 108 'base/clipboard/clipboard_unittest.cc', |
109 'base/clipboard/custom_data_helper_unittest.cc', | 109 'base/clipboard/custom_data_helper_unittest.cc', |
110 'base/cocoa/base_view_unittest.mm', | 110 'base/cocoa/base_view_unittest.mm', |
111 'base/cocoa/events_mac_unittest.mm', | 111 'base/cocoa/events_mac_unittest.mm', |
112 'base/cocoa/focus_tracker_unittest.mm', | 112 'base/cocoa/focus_tracker_unittest.mm', |
113 'base/cocoa/fullscreen_window_manager_unittest.mm', | 113 'base/cocoa/fullscreen_window_manager_unittest.mm', |
| 114 'base/cocoa/tracking_area_unittest.mm', |
114 'base/events/event_dispatcher_unittest.cc', | 115 'base/events/event_dispatcher_unittest.cc', |
115 'base/events/event_unittest.cc', | 116 'base/events/event_unittest.cc', |
116 'base/gtk/gtk_expanded_container_unittest.cc', | 117 'base/gtk/gtk_expanded_container_unittest.cc', |
117 'base/gtk/gtk_im_context_util_unittest.cc', | 118 'base/gtk/gtk_im_context_util_unittest.cc', |
118 'base/gtk/menu_label_accelerator_util_unittest.cc', | 119 'base/gtk/menu_label_accelerator_util_unittest.cc', |
119 'base/keycodes/usb_keycode_map_unittest.cc', | 120 'base/keycodes/usb_keycode_map_unittest.cc', |
120 'base/models/list_model_unittest.cc', | 121 'base/models/list_model_unittest.cc', |
121 'base/models/list_selection_model_unittest.cc', | 122 'base/models/list_selection_model_unittest.cc', |
122 'base/models/tree_node_model_unittest.cc', | 123 'base/models/tree_node_model_unittest.cc', |
123 'base/test/data/resource.h', | 124 'base/test/data/resource.h', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 'variables': { | 305 'variables': { |
305 'test_suite_name': 'ui_unittests', | 306 'test_suite_name': 'ui_unittests', |
306 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 307 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
307 }, | 308 }, |
308 'includes': [ '../build/apk_test.gypi' ], | 309 'includes': [ '../build/apk_test.gypi' ], |
309 }, | 310 }, |
310 ], | 311 ], |
311 }], | 312 }], |
312 ], | 313 ], |
313 } | 314 } |
OLD | NEW |