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 'gfx/gfx.gyp:gfx', | 16 'gfx/gfx.gyp:gfx', |
| 17 'gfx/gfx.gyp:gfx_geometry', |
17 ], | 18 ], |
18 'sources': [ | 19 'sources': [ |
19 'base/test/cocoa_test_event_utils.h', | 20 'base/test/cocoa_test_event_utils.h', |
20 'base/test/cocoa_test_event_utils.mm', | 21 'base/test/cocoa_test_event_utils.mm', |
21 'base/test/ui_cocoa_test_helper.h', | 22 'base/test/ui_cocoa_test_helper.h', |
22 'base/test/ui_cocoa_test_helper.mm', | 23 'base/test/ui_cocoa_test_helper.mm', |
23 'base/test/ui_controls.h', | 24 'base/test/ui_controls.h', |
24 'base/test/ui_controls_aura.cc', | 25 'base/test/ui_controls_aura.cc', |
25 'base/test/ui_controls_gtk.cc', | 26 'base/test/ui_controls_gtk.cc', |
26 'base/test/ui_controls_internal_win.cc', | 27 'base/test/ui_controls_internal_win.cc', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 '../base/base.gyp:test_support_base', | 83 '../base/base.gyp:test_support_base', |
83 '../skia/skia.gyp:skia', | 84 '../skia/skia.gyp:skia', |
84 '../testing/gmock.gyp:gmock', | 85 '../testing/gmock.gyp:gmock', |
85 '../testing/gtest.gyp:gtest', | 86 '../testing/gtest.gyp:gtest', |
86 '../third_party/icu/icu.gyp:icui18n', | 87 '../third_party/icu/icu.gyp:icui18n', |
87 '../third_party/icu/icu.gyp:icuuc', | 88 '../third_party/icu/icu.gyp:icuuc', |
88 '../third_party/libpng/libpng.gyp:libpng', | 89 '../third_party/libpng/libpng.gyp:libpng', |
89 '../url/url.gyp:url_lib', | 90 '../url/url.gyp:url_lib', |
90 'base/strings/ui_strings.gyp:ui_strings', | 91 'base/strings/ui_strings.gyp:ui_strings', |
91 'events/events.gyp:events_base', | 92 'events/events.gyp:events_base', |
| 93 'gfx/gfx.gyp:gfx_geometry_unittests', |
92 'resources/ui_resources.gyp:ui_resources', | 94 'resources/ui_resources.gyp:ui_resources', |
93 'run_ui_unittests', | 95 'run_ui_unittests', |
94 'shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 96 'shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
95 'ui.gyp:ui', | 97 'ui.gyp:ui', |
96 'ui_test_support', | 98 'ui_test_support', |
97 ], | 99 ], |
98 # iOS uses a small subset of ui. common_sources are the only files that | 100 # iOS uses a small subset of ui. common_sources are the only files that |
99 # are built on iOS. | 101 # are built on iOS. |
100 'common_sources' : [ | 102 'common_sources' : [ |
101 'base/layout_unittest.cc', | 103 'base/layout_unittest.cc', |
102 'base/l10n/l10n_util_mac_unittest.mm', | 104 'base/l10n/l10n_util_mac_unittest.mm', |
103 'base/l10n/l10n_util_unittest.cc', | 105 'base/l10n/l10n_util_unittest.cc', |
104 'base/l10n/l10n_util_win_unittest.cc', | 106 'base/l10n/l10n_util_win_unittest.cc', |
105 'base/l10n/time_format_unittest.cc', | 107 'base/l10n/time_format_unittest.cc', |
106 'base/models/tree_node_iterator_unittest.cc', | 108 'base/models/tree_node_iterator_unittest.cc', |
107 'base/resource/data_pack_literal.cc', | 109 'base/resource/data_pack_literal.cc', |
108 'base/resource/data_pack_unittest.cc', | 110 'base/resource/data_pack_unittest.cc', |
109 'base/resource/resource_bundle_unittest.cc', | 111 'base/resource/resource_bundle_unittest.cc', |
110 'gfx/animation/animation_container_unittest.cc', | 112 'gfx/animation/animation_container_unittest.cc', |
111 'gfx/animation/animation_unittest.cc', | 113 'gfx/animation/animation_unittest.cc', |
112 'gfx/animation/multi_animation_unittest.cc', | 114 'gfx/animation/multi_animation_unittest.cc', |
113 'gfx/animation/slide_animation_unittest.cc', | 115 'gfx/animation/slide_animation_unittest.cc', |
114 'gfx/box_unittest.cc', | |
115 'gfx/codec/png_codec_unittest.cc', | 116 'gfx/codec/png_codec_unittest.cc', |
116 'gfx/color_utils_unittest.cc', | 117 'gfx/color_utils_unittest.cc', |
117 'gfx/display_unittest.cc', | 118 'gfx/display_unittest.cc', |
118 'gfx/font_unittest.cc', | 119 'gfx/font_unittest.cc', |
119 'gfx/image/image_family_unittest.cc', | 120 'gfx/image/image_family_unittest.cc', |
120 'gfx/image/image_skia_unittest.cc', | 121 'gfx/image/image_skia_unittest.cc', |
121 'gfx/image/image_unittest.cc', | 122 'gfx/image/image_unittest.cc', |
122 'gfx/image/image_unittest_util.cc', | 123 'gfx/image/image_unittest_util.cc', |
123 'gfx/image/image_unittest_util.h', | 124 'gfx/image/image_unittest_util.h', |
124 'gfx/image/image_unittest_util_ios.mm', | 125 'gfx/image/image_unittest_util_ios.mm', |
125 'gfx/image/image_unittest_util_mac.mm', | 126 'gfx/image/image_unittest_util_mac.mm', |
126 'gfx/insets_unittest.cc', | |
127 'gfx/matrix3_unittest.cc', | |
128 'gfx/point_unittest.cc', | |
129 'gfx/point3_unittest.cc', | |
130 'gfx/quad_unittest.cc', | |
131 'gfx/range/range_mac_unittest.mm', | 127 'gfx/range/range_mac_unittest.mm', |
132 'gfx/range/range_unittest.cc', | 128 'gfx/range/range_unittest.cc', |
133 'gfx/range/range_win_unittest.cc', | 129 'gfx/range/range_win_unittest.cc', |
134 'gfx/rect_unittest.cc', | |
135 'gfx/safe_integer_conversions_unittest.cc', | |
136 'gfx/screen_unittest.cc', | 130 'gfx/screen_unittest.cc', |
137 'gfx/shadow_value_unittest.cc', | 131 'gfx/shadow_value_unittest.cc', |
138 'gfx/size_unittest.cc', | |
139 'gfx/skbitmap_operations_unittest.cc', | 132 'gfx/skbitmap_operations_unittest.cc', |
| 133 'gfx/skrect_conversion_unittest.cc', |
140 'gfx/text_elider_unittest.cc', | 134 'gfx/text_elider_unittest.cc', |
141 'gfx/text_utils_unittest.cc', | 135 'gfx/text_utils_unittest.cc', |
142 'gfx/vector2d_unittest.cc', | |
143 'gfx/vector3d_unittest.cc', | |
144 ], | 136 ], |
145 'all_sources': [ | 137 'all_sources': [ |
146 '<@(_common_sources)', | 138 '<@(_common_sources)', |
147 'base/accelerators/accelerator_manager_unittest.cc', | 139 'base/accelerators/accelerator_manager_unittest.cc', |
148 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', | 140 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', |
149 'base/clipboard/clipboard_unittest.cc', | 141 'base/clipboard/clipboard_unittest.cc', |
150 'base/clipboard/custom_data_helper_unittest.cc', | 142 'base/clipboard/custom_data_helper_unittest.cc', |
151 'base/cocoa/base_view_unittest.mm', | 143 'base/cocoa/base_view_unittest.mm', |
152 'base/cocoa/cocoa_event_utils_unittest.mm', | 144 'base/cocoa/cocoa_event_utils_unittest.mm', |
153 'base/cocoa/controls/blue_label_button_unittest.mm', | 145 'base/cocoa/controls/blue_label_button_unittest.mm', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 'variables': { | 363 'variables': { |
372 'test_suite_name': 'ui_unittests', | 364 'test_suite_name': 'ui_unittests', |
373 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 365 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
374 }, | 366 }, |
375 'includes': [ '../build/apk_test.gypi' ], | 367 'includes': [ '../build/apk_test.gypi' ], |
376 }, | 368 }, |
377 ], | 369 ], |
378 }], | 370 }], |
379 ], | 371 ], |
380 } | 372 } |
OLD | NEW |