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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'base/gtk/menu_label_accelerator_util_unittest.cc', | 117 'base/gtk/menu_label_accelerator_util_unittest.cc', |
118 'base/keycodes/usb_keycode_map_unittest.cc', | 118 'base/keycodes/usb_keycode_map_unittest.cc', |
119 'base/models/list_model_unittest.cc', | 119 'base/models/list_model_unittest.cc', |
120 'base/models/list_selection_model_unittest.cc', | 120 'base/models/list_selection_model_unittest.cc', |
121 'base/models/tree_node_model_unittest.cc', | 121 'base/models/tree_node_model_unittest.cc', |
122 'base/test/data/resource.h', | 122 'base/test/data/resource.h', |
123 'base/text/bytes_formatting_unittest.cc', | 123 'base/text/bytes_formatting_unittest.cc', |
124 'base/text/utf16_indexing_unittest.cc', | 124 'base/text/utf16_indexing_unittest.cc', |
125 'base/view_prop_unittest.cc', | 125 'base/view_prop_unittest.cc', |
126 'gfx/blit_unittest.cc', | 126 'gfx/blit_unittest.cc', |
| 127 'gfx/break_list_unittest.cc', |
127 'gfx/canvas_unittest.cc', | 128 'gfx/canvas_unittest.cc', |
128 'gfx/codec/jpeg_codec_unittest.cc', | 129 'gfx/codec/jpeg_codec_unittest.cc', |
129 'gfx/color_analysis_unittest.cc', | 130 'gfx/color_analysis_unittest.cc', |
130 'gfx/font_list_unittest.cc', | 131 'gfx/font_list_unittest.cc', |
131 'gfx/image/image_mac_unittest.mm', | 132 'gfx/image/image_mac_unittest.mm', |
132 'gfx/image/image_util_unittest.cc', | 133 'gfx/image/image_util_unittest.cc', |
133 'gfx/platform_font_mac_unittest.mm', | 134 'gfx/platform_font_mac_unittest.mm', |
134 'gfx/render_text_unittest.cc', | 135 'gfx/render_text_unittest.cc', |
135 'gfx/transform_util_unittest.cc', | 136 'gfx/transform_util_unittest.cc', |
136 'gfx/video_decode_acceleration_support_mac_unittest.mm', | 137 'gfx/video_decode_acceleration_support_mac_unittest.mm', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'variables': { | 297 'variables': { |
297 'test_suite_name': 'ui_unittests', | 298 'test_suite_name': 'ui_unittests', |
298 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 299 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
299 }, | 300 }, |
300 'includes': [ '../build/apk_test.gypi' ], | 301 'includes': [ '../build/apk_test.gypi' ], |
301 }, | 302 }, |
302 ], | 303 ], |
303 }], | 304 }], |
304 ], | 305 ], |
305 } | 306 } |
OLD | NEW |