| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'sources!': [ | 228 'sources!': [ |
| 228 'base/view_prop_unittest.cc', | 229 'base/view_prop_unittest.cc', |
| 229 ], | 230 ], |
| 230 }], | 231 }], |
| 231 ['use_aura==1 or toolkit_views==1', { | 232 ['use_aura==1 or toolkit_views==1', { |
| 232 'sources': [ | 233 'sources': [ |
| 233 'base/gestures/velocity_calculator_unittest.cc', | 234 'base/gestures/velocity_calculator_unittest.cc', |
| 234 ], | 235 ], |
| 235 }, { | 236 }, { |
| 236 'sources!': [ | 237 'sources!': [ |
| 238 'base/events/event_dispatcher_unittest.cc', |
| 237 'base/events/event_unittest.cc', | 239 'base/events/event_unittest.cc', |
| 238 ], | 240 ], |
| 239 }], | 241 }], |
| 240 ['use_aura==1', { | 242 ['use_aura==1', { |
| 241 'sources!': [ | 243 'sources!': [ |
| 242 'base/dialogs/select_file_dialog_win_unittest.cc', | 244 'base/dialogs/select_file_dialog_win_unittest.cc', |
| 243 'base/dragdrop/os_exchange_data_win_unittest.cc', | 245 'base/dragdrop/os_exchange_data_win_unittest.cc', |
| 244 'base/native_theme/native_theme_win_unittest.cc', | 246 'base/native_theme/native_theme_win_unittest.cc', |
| 245 'gfx/screen_unittest.cc', | 247 'gfx/screen_unittest.cc', |
| 246 ], | 248 ], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 264 'variables': { | 266 'variables': { |
| 265 'test_suite_name': 'ui_unittests', | 267 'test_suite_name': 'ui_unittests', |
| 266 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 268 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 267 }, | 269 }, |
| 268 'includes': [ '../build/apk_test.gypi' ], | 270 'includes': [ '../build/apk_test.gypi' ], |
| 269 }, | 271 }, |
| 270 ], | 272 ], |
| 271 }], | 273 }], |
| 272 ], | 274 ], |
| 273 } | 275 } |
| OLD | NEW |