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 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
174 'events/ozone/evdev/touch_event_converter_ozone_unittest.cc', | 174 'events/ozone/evdev/touch_event_converter_ozone_unittest.cc', |
175 'gfx/blit_unittest.cc', | 175 'gfx/blit_unittest.cc', |
176 'gfx/break_list_unittest.cc', | 176 'gfx/break_list_unittest.cc', |
177 'gfx/canvas_unittest.cc', | 177 'gfx/canvas_unittest.cc', |
178 'gfx/canvas_unittest_mac.mm', | 178 'gfx/canvas_unittest_mac.mm', |
179 'gfx/codec/jpeg_codec_unittest.cc', | 179 'gfx/codec/jpeg_codec_unittest.cc', |
180 'gfx/color_analysis_unittest.cc', | 180 'gfx/color_analysis_unittest.cc', |
181 'gfx/font_list_unittest.cc', | 181 'gfx/font_list_unittest.cc', |
182 'gfx/image/image_mac_unittest.mm', | 182 'gfx/image/image_mac_unittest.mm', |
183 'gfx/image/image_util_unittest.cc', | 183 'gfx/image/image_util_unittest.cc', |
184 'gfx/ozone/impl/hardware_display_controller_ozone_unittest.cc', | |
rjkroege
2013/10/18 14:54:05
these are exercised with ui_unittests correct?
dnicoara
2013/10/18 16:00:50
Yes.
| |
185 'gfx/ozone/impl/software_surface_factory_ozone_unittest.cc', | |
186 'gfx/ozone/impl/software_surface_ozone_unittest.cc', | |
184 'gfx/platform_font_mac_unittest.mm', | 187 'gfx/platform_font_mac_unittest.mm', |
185 'gfx/render_text_unittest.cc', | 188 'gfx/render_text_unittest.cc', |
186 'gfx/sequential_id_generator_unittest.cc', | 189 'gfx/sequential_id_generator_unittest.cc', |
187 'gfx/transform_util_unittest.cc', | 190 'gfx/transform_util_unittest.cc', |
188 'gfx/utf16_indexing_unittest.cc', | 191 'gfx/utf16_indexing_unittest.cc', |
189 'shell_dialogs/select_file_dialog_win_unittest.cc', | 192 'shell_dialogs/select_file_dialog_win_unittest.cc', |
190 ], | 193 ], |
191 'include_dirs': [ | 194 'include_dirs': [ |
192 '../', | 195 '../', |
193 ], | 196 ], |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
362 'variables': { | 365 'variables': { |
363 'test_suite_name': 'ui_unittests', | 366 'test_suite_name': 'ui_unittests', |
364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', | 367 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', |
365 }, | 368 }, |
366 'includes': [ '../build/apk_test.gypi' ], | 369 'includes': [ '../build/apk_test.gypi' ], |
367 }, | 370 }, |
368 ], | 371 ], |
369 }], | 372 }], |
370 ], | 373 ], |
371 } | 374 } |
OLD | NEW |