OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 'target_name': 'ui_test_support', | 11 'target_name': 'ui_test_support', |
12 'dependencies': [ | 12 'dependencies': [ |
13 '../base/base.gyp:base', | 13 '../base/base.gyp:base', |
14 '../skia/skia.gyp:skia', | 14 '../skia/skia.gyp:skia', |
15 '../testing/gtest.gyp:gtest', | 15 '../testing/gtest.gyp:gtest', |
16 'events/events.gyp:events', | |
17 'gfx/gfx.gyp:gfx', | 16 'gfx/gfx.gyp:gfx', |
18 ], | 17 ], |
19 'sources': [ | 18 'sources': [ |
20 'base/test/cocoa_test_event_utils.h', | 19 'base/test/cocoa_test_event_utils.h', |
21 'base/test/cocoa_test_event_utils.mm', | 20 'base/test/cocoa_test_event_utils.mm', |
22 'base/test/ui_cocoa_test_helper.h', | 21 'base/test/ui_cocoa_test_helper.h', |
23 'base/test/ui_cocoa_test_helper.mm', | 22 'base/test/ui_cocoa_test_helper.mm', |
24 'base/test/ui_controls.h', | 23 'base/test/ui_controls.h', |
25 'base/test/ui_controls_aura.cc', | 24 'base/test/ui_controls_aura.cc', |
26 'base/test/ui_controls_gtk.cc', | 25 'base/test/ui_controls_gtk.cc', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 '../base/base.gyp:base', | 81 '../base/base.gyp:base', |
83 '../base/base.gyp:test_support_base', | 82 '../base/base.gyp:test_support_base', |
84 '../skia/skia.gyp:skia', | 83 '../skia/skia.gyp:skia', |
85 '../testing/gmock.gyp:gmock', | 84 '../testing/gmock.gyp:gmock', |
86 '../testing/gtest.gyp:gtest', | 85 '../testing/gtest.gyp:gtest', |
87 '../third_party/icu/icu.gyp:icui18n', | 86 '../third_party/icu/icu.gyp:icui18n', |
88 '../third_party/icu/icu.gyp:icuuc', | 87 '../third_party/icu/icu.gyp:icuuc', |
89 '../third_party/libpng/libpng.gyp:libpng', | 88 '../third_party/libpng/libpng.gyp:libpng', |
90 '../url/url.gyp:url_lib', | 89 '../url/url.gyp:url_lib', |
91 'base/strings/ui_strings.gyp:ui_strings', | 90 'base/strings/ui_strings.gyp:ui_strings', |
92 'events/events.gyp:events', | 91 'events/events.gyp:events_base', |
93 'run_ui_unittests', | 92 'run_ui_unittests', |
94 'shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 93 'shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
95 'ui.gyp:keycode_converter', | 94 'ui.gyp:keycode_converter', |
96 'ui.gyp:ui', | 95 'ui.gyp:ui', |
97 'ui.gyp:ui_resources', | 96 'ui.gyp:ui_resources', |
98 'ui_test_support', | 97 'ui_test_support', |
99 ], | 98 ], |
100 # iOS uses a small subset of ui. common_sources are the only files that | 99 # iOS uses a small subset of ui. common_sources are the only files that |
101 # are built on iOS. | 100 # are built on iOS. |
102 'common_sources' : [ | 101 'common_sources' : [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 '<@(_common_sources)', | 147 '<@(_common_sources)', |
149 'base/accelerators/accelerator_manager_unittest.cc', | 148 'base/accelerators/accelerator_manager_unittest.cc', |
150 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', | 149 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', |
151 'base/clipboard/clipboard_unittest.cc', | 150 'base/clipboard/clipboard_unittest.cc', |
152 'base/clipboard/custom_data_helper_unittest.cc', | 151 'base/clipboard/custom_data_helper_unittest.cc', |
153 'base/cocoa/base_view_unittest.mm', | 152 'base/cocoa/base_view_unittest.mm', |
154 'base/cocoa/cocoa_event_utils_unittest.mm', | 153 'base/cocoa/cocoa_event_utils_unittest.mm', |
155 'base/cocoa/controls/blue_label_button_unittest.mm', | 154 'base/cocoa/controls/blue_label_button_unittest.mm', |
156 'base/cocoa/controls/hover_image_menu_button_unittest.mm', | 155 'base/cocoa/controls/hover_image_menu_button_unittest.mm', |
157 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', | 156 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', |
158 'base/cocoa/events_mac_unittest.mm', | |
159 'base/cocoa/focus_tracker_unittest.mm', | 157 'base/cocoa/focus_tracker_unittest.mm', |
160 'base/cocoa/fullscreen_window_manager_unittest.mm', | 158 'base/cocoa/fullscreen_window_manager_unittest.mm', |
161 'base/cocoa/hover_image_button_unittest.mm', | 159 'base/cocoa/hover_image_button_unittest.mm', |
162 'base/cocoa/menu_controller_unittest.mm', | 160 'base/cocoa/menu_controller_unittest.mm', |
163 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 161 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
164 'base/cocoa/tracking_area_unittest.mm', | 162 'base/cocoa/tracking_area_unittest.mm', |
165 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 163 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
166 'base/gtk/gtk_expanded_container_unittest.cc', | 164 'base/gtk/gtk_expanded_container_unittest.cc', |
167 'base/keycodes/keycode_converter_unittest.cc', | 165 'base/keycodes/keycode_converter_unittest.cc', |
168 'base/models/list_model_unittest.cc', | 166 'base/models/list_model_unittest.cc', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 'sources': [ | 323 'sources': [ |
326 'base/dragdrop/os_exchange_data_unittest.cc', | 324 'base/dragdrop/os_exchange_data_unittest.cc', |
327 'events/gestures/velocity_calculator_unittest.cc', | 325 'events/gestures/velocity_calculator_unittest.cc', |
328 ], | 326 ], |
329 }, { | 327 }, { |
330 'sources!': [ | 328 'sources!': [ |
331 'events/event_dispatcher_unittest.cc', | 329 'events/event_dispatcher_unittest.cc', |
332 'events/event_unittest.cc', | 330 'events/event_unittest.cc', |
333 ], | 331 ], |
334 }], | 332 }], |
| 333 ['toolkit_views==1', { |
| 334 'dependencies': [ |
| 335 'events/events.gyp:events', |
| 336 'events/events.gyp:events_base', |
| 337 ], |
| 338 }], |
335 ['use_aura==1', { | 339 ['use_aura==1', { |
336 'sources!': [ | 340 'sources!': [ |
337 'base/dialogs/select_file_dialog_win_unittest.cc', | 341 'base/dialogs/select_file_dialog_win_unittest.cc', |
338 'base/dragdrop/os_exchange_data_win_unittest.cc', | 342 'base/dragdrop/os_exchange_data_win_unittest.cc', |
339 'gfx/screen_unittest.cc', | 343 'gfx/screen_unittest.cc', |
340 ], | 344 ], |
341 }], | 345 }], |
342 ['use_ozone==1', { | 346 ['use_ozone==1', { |
343 'dependencies': [ | 347 'dependencies': [ |
344 '<(DEPTH)/build/linux/system.gyp:dridrm', | 348 '<(DEPTH)/build/linux/system.gyp:dridrm', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 'variables': { | 380 'variables': { |
377 'test_suite_name': 'ui_unittests', | 381 'test_suite_name': 'ui_unittests', |
378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 382 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
379 }, | 383 }, |
380 'includes': [ '../build/apk_test.gypi' ], | 384 'includes': [ '../build/apk_test.gypi' ], |
381 }, | 385 }, |
382 ], | 386 ], |
383 }], | 387 }], |
384 ], | 388 ], |
385 } | 389 } |
OLD | NEW |