| 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/event_unittest.cc', | 77 'base/events/event_unittest.cc', |
| 78 'base/gtk/gtk_expanded_container_unittest.cc', | 78 'base/gtk/gtk_expanded_container_unittest.cc', |
| 79 'base/gtk/gtk_im_context_util_unittest.cc', | 79 'base/gtk/gtk_im_context_util_unittest.cc', |
| 80 'base/gtk/menu_label_accelerator_util_unittest.cc', | 80 'base/gtk/menu_label_accelerator_util_unittest.cc', |
| 81 'base/l10n/l10n_util_mac_unittest.mm', | 81 'base/l10n/l10n_util_mac_unittest.mm', |
| 82 'base/l10n/l10n_util_unittest.cc', | 82 'base/l10n/l10n_util_unittest.cc', |
| 83 'base/models/list_model_unittest.cc', | 83 'base/models/list_model_unittest.cc', |
| 84 'base/models/tree_node_iterator_unittest.cc', | 84 'base/models/tree_node_iterator_unittest.cc', |
| 85 'base/models/tree_node_model_unittest.cc', | 85 'base/models/tree_node_model_unittest.cc', |
| 86 'base/range/range_unittest.cc', | 86 'base/range/range_unittest.cc', |
| 87 'base/range/range_mac_unittest.mm', | 87 'base/range/range_mac_unittest.mm', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'sources!': [ | 226 'sources!': [ |
| 227 'base/view_prop_unittest.cc', | 227 'base/view_prop_unittest.cc', |
| 228 ], | 228 ], |
| 229 }], | 229 }], |
| 230 ['use_aura==1 or toolkit_views==1', { | 230 ['use_aura==1 or toolkit_views==1', { |
| 231 'sources': [ | 231 'sources': [ |
| 232 'base/gestures/velocity_calculator_unittest.cc', | 232 'base/gestures/velocity_calculator_unittest.cc', |
| 233 ], | 233 ], |
| 234 }, { | 234 }, { |
| 235 'sources!': [ | 235 'sources!': [ |
| 236 'base/event_unittest.cc', | 236 'base/events/event_unittest.cc', |
| 237 ], | 237 ], |
| 238 }], | 238 }], |
| 239 ['use_aura==1', { | 239 ['use_aura==1', { |
| 240 'sources!': [ | 240 'sources!': [ |
| 241 'base/dialogs/select_file_dialog_win_unittest.cc', | 241 'base/dialogs/select_file_dialog_win_unittest.cc', |
| 242 'base/dragdrop/os_exchange_data_win_unittest.cc', | 242 'base/dragdrop/os_exchange_data_win_unittest.cc', |
| 243 'base/native_theme/native_theme_win_unittest.cc', | 243 'base/native_theme/native_theme_win_unittest.cc', |
| 244 'gfx/screen_unittest.cc', | 244 'gfx/screen_unittest.cc', |
| 245 ], | 245 ], |
| 246 }], | 246 }], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 263 'variables': { | 263 'variables': { |
| 264 'test_suite_name': 'ui_unittests', | 264 'test_suite_name': 'ui_unittests', |
| 265 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 265 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 266 }, | 266 }, |
| 267 'includes': [ '../build/apk_test.gypi' ], | 267 'includes': [ '../build/apk_test.gypi' ], |
| 268 }, | 268 }, |
| 269 ], | 269 ], |
| 270 }], | 270 }], |
| 271 ], | 271 ], |
| 272 } | 272 } |
| OLD | NEW |