| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'base/animation/animation_unittest.cc', | 67 'base/animation/animation_unittest.cc', |
| 68 'base/animation/multi_animation_unittest.cc', | 68 'base/animation/multi_animation_unittest.cc', |
| 69 'base/animation/slide_animation_unittest.cc', | 69 'base/animation/slide_animation_unittest.cc', |
| 70 'base/clipboard/clipboard_unittest.cc', | 70 'base/clipboard/clipboard_unittest.cc', |
| 71 'base/clipboard/custom_data_helper_unittest.cc', | 71 'base/clipboard/custom_data_helper_unittest.cc', |
| 72 'base/cocoa/base_view_unittest.mm', | 72 'base/cocoa/base_view_unittest.mm', |
| 73 'base/cocoa/fullscreen_window_manager_unittest.mm', | 73 'base/cocoa/fullscreen_window_manager_unittest.mm', |
| 74 'base/cocoa/events_mac_unittest.mm', | 74 'base/cocoa/events_mac_unittest.mm', |
| 75 'base/cocoa/focus_tracker_unittest.mm', | 75 'base/cocoa/focus_tracker_unittest.mm', |
| 76 'base/dialogs/select_file_dialog_win_unittest.cc', | 76 'base/dialogs/select_file_dialog_win_unittest.cc', |
| 77 'base/events/event_dispatcher_unittest.cc', |
| 77 'base/events/event_unittest.cc', | 78 'base/events/event_unittest.cc', |
| 78 'base/gtk/gtk_expanded_container_unittest.cc', | 79 'base/gtk/gtk_expanded_container_unittest.cc', |
| 79 'base/gtk/gtk_im_context_util_unittest.cc', | 80 'base/gtk/gtk_im_context_util_unittest.cc', |
| 80 'base/gtk/menu_label_accelerator_util_unittest.cc', | 81 'base/gtk/menu_label_accelerator_util_unittest.cc', |
| 81 'base/l10n/l10n_util_mac_unittest.mm', | 82 'base/l10n/l10n_util_mac_unittest.mm', |
| 82 'base/l10n/l10n_util_unittest.cc', | 83 'base/l10n/l10n_util_unittest.cc', |
| 83 'base/models/list_model_unittest.cc', | 84 'base/models/list_model_unittest.cc', |
| 84 'base/models/tree_node_iterator_unittest.cc', | 85 'base/models/tree_node_iterator_unittest.cc', |
| 85 'base/models/tree_node_model_unittest.cc', | 86 'base/models/tree_node_model_unittest.cc', |
| 86 'base/range/range_unittest.cc', | 87 'base/range/range_unittest.cc', |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'variables': { | 265 'variables': { |
| 265 'test_suite_name': 'ui_unittests', | 266 'test_suite_name': 'ui_unittests', |
| 266 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 267 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 267 }, | 268 }, |
| 268 'includes': [ '../build/apk_test.gypi' ], | 269 'includes': [ '../build/apk_test.gypi' ], |
| 269 }, | 270 }, |
| 270 ], | 271 ], |
| 271 }], | 272 }], |
| 272 ], | 273 ], |
| 273 } | 274 } |
| OLD | NEW |