| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'gfx/vector3d_unittest.cc', | 134 'gfx/vector3d_unittest.cc', |
| 135 ], | 135 ], |
| 136 'all_sources': [ | 136 'all_sources': [ |
| 137 '<@(_common_sources)', | 137 '<@(_common_sources)', |
| 138 'base/accelerators/accelerator_manager_unittest.cc', | 138 'base/accelerators/accelerator_manager_unittest.cc', |
| 139 'base/clipboard/clipboard_unittest.cc', | 139 'base/clipboard/clipboard_unittest.cc', |
| 140 'base/clipboard/custom_data_helper_unittest.cc', | 140 'base/clipboard/custom_data_helper_unittest.cc', |
| 141 'base/cocoa/base_view_unittest.mm', | 141 'base/cocoa/base_view_unittest.mm', |
| 142 'base/cocoa/cocoa_event_utils_unittest.mm', | 142 'base/cocoa/cocoa_event_utils_unittest.mm', |
| 143 'base/cocoa/controls/hover_image_menu_button_unittest.mm', | 143 'base/cocoa/controls/hover_image_menu_button_unittest.mm', |
| 144 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', |
| 144 'base/cocoa/events_mac_unittest.mm', | 145 'base/cocoa/events_mac_unittest.mm', |
| 145 'base/cocoa/focus_tracker_unittest.mm', | 146 'base/cocoa/focus_tracker_unittest.mm', |
| 146 'base/cocoa/fullscreen_window_manager_unittest.mm', | 147 'base/cocoa/fullscreen_window_manager_unittest.mm', |
| 147 'base/cocoa/hover_image_button_unittest.mm', | 148 'base/cocoa/hover_image_button_unittest.mm', |
| 148 'base/cocoa/menu_controller_unittest.mm', | 149 'base/cocoa/menu_controller_unittest.mm', |
| 149 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 150 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
| 150 'base/cocoa/tracking_area_unittest.mm', | 151 'base/cocoa/tracking_area_unittest.mm', |
| 151 'base/events/event_dispatcher_unittest.cc', | 152 'base/events/event_dispatcher_unittest.cc', |
| 152 'base/events/event_unittest.cc', | 153 'base/events/event_unittest.cc', |
| 153 'base/gtk/gtk_expanded_container_unittest.cc', | 154 'base/gtk/gtk_expanded_container_unittest.cc', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'variables': { | 340 'variables': { |
| 340 'test_suite_name': 'ui_unittests', | 341 'test_suite_name': 'ui_unittests', |
| 341 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 342 }, | 343 }, |
| 343 'includes': [ '../build/apk_test.gypi' ], | 344 'includes': [ '../build/apk_test.gypi' ], |
| 344 }, | 345 }, |
| 345 ], | 346 ], |
| 346 }], | 347 }], |
| 347 ], | 348 ], |
| 348 } | 349 } |
| OLD | NEW |