| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'gfx/text_utils_unittest.cc', | 115 'gfx/text_utils_unittest.cc', |
| 116 'gfx/vector2d_unittest.cc', | 116 'gfx/vector2d_unittest.cc', |
| 117 'gfx/vector3d_unittest.cc', | 117 'gfx/vector3d_unittest.cc', |
| 118 ], | 118 ], |
| 119 'all_sources': [ | 119 'all_sources': [ |
| 120 '<@(_common_sources)', | 120 '<@(_common_sources)', |
| 121 'base/accelerators/accelerator_manager_unittest.cc', | 121 'base/accelerators/accelerator_manager_unittest.cc', |
| 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/controls/hover_image_menu_button_unittest.mm', |
| 125 'base/cocoa/events_mac_unittest.mm', | 126 'base/cocoa/events_mac_unittest.mm', |
| 126 'base/cocoa/focus_tracker_unittest.mm', | 127 'base/cocoa/focus_tracker_unittest.mm', |
| 127 'base/cocoa/fullscreen_window_manager_unittest.mm', | 128 'base/cocoa/fullscreen_window_manager_unittest.mm', |
| 128 'base/cocoa/hover_image_button_unittest.mm', | 129 'base/cocoa/hover_image_button_unittest.mm', |
| 129 'base/cocoa/tracking_area_unittest.mm', | 130 'base/cocoa/tracking_area_unittest.mm', |
| 130 'base/events/event_dispatcher_unittest.cc', | 131 'base/events/event_dispatcher_unittest.cc', |
| 131 'base/events/event_unittest.cc', | 132 'base/events/event_unittest.cc', |
| 132 'base/events/key_identifier_conversion_unittest.cc', | 133 'base/events/key_identifier_conversion_unittest.cc', |
| 133 'base/gtk/gtk_expanded_container_unittest.cc', | 134 'base/gtk/gtk_expanded_container_unittest.cc', |
| 134 'base/gtk/gtk_im_context_util_unittest.cc', | 135 'base/gtk/gtk_im_context_util_unittest.cc', |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'variables': { | 319 'variables': { |
| 319 'test_suite_name': 'ui_unittests', | 320 'test_suite_name': 'ui_unittests', |
| 320 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 321 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 321 }, | 322 }, |
| 322 'includes': [ '../build/apk_test.gypi' ], | 323 'includes': [ '../build/apk_test.gypi' ], |
| 323 }, | 324 }, |
| 324 ], | 325 ], |
| 325 }], | 326 }], |
| 326 ], | 327 ], |
| 327 } | 328 } |
| OLD | NEW |