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 'includes': [ | 10 'includes': [ |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'gfx/blit_unittest.cc', | 88 'gfx/blit_unittest.cc', |
89 'gfx/canvas_unittest.cc', | 89 'gfx/canvas_unittest.cc', |
90 'gfx/codec/jpeg_codec_unittest.cc', | 90 'gfx/codec/jpeg_codec_unittest.cc', |
91 'gfx/codec/png_codec_unittest.cc', | 91 'gfx/codec/png_codec_unittest.cc', |
92 'gfx/color_analysis_unittest.cc', | 92 'gfx/color_analysis_unittest.cc', |
93 'gfx/color_utils_unittest.cc', | 93 'gfx/color_utils_unittest.cc', |
94 'gfx/display_unittest.cc', | 94 'gfx/display_unittest.cc', |
95 'gfx/font_list_unittest.cc', | 95 'gfx/font_list_unittest.cc', |
96 'gfx/font_unittest.cc', | 96 'gfx/font_unittest.cc', |
97 'gfx/image/image_mac_unittest.mm', | 97 'gfx/image/image_mac_unittest.mm', |
| 98 'gfx/image/image_skia_unittest.cc', |
98 'gfx/image/image_unittest.cc', | 99 'gfx/image/image_unittest.cc', |
99 'gfx/image/image_unittest_util.cc', | 100 'gfx/image/image_unittest_util.cc', |
100 'gfx/image/image_unittest_util.h', | 101 'gfx/image/image_unittest_util.h', |
101 'gfx/image/image_util_unittest.cc', | 102 'gfx/image/image_util_unittest.cc', |
102 'gfx/insets_unittest.cc', | 103 'gfx/insets_unittest.cc', |
103 'gfx/rect_unittest.cc', | 104 'gfx/rect_unittest.cc', |
104 'gfx/render_text_unittest.cc', | 105 'gfx/render_text_unittest.cc', |
105 'gfx/screen_unittest.cc', | 106 'gfx/screen_unittest.cc', |
106 'gfx/shadow_value_unittest.cc', | 107 'gfx/shadow_value_unittest.cc', |
107 'gfx/skbitmap_operations_unittest.cc', | 108 'gfx/skbitmap_operations_unittest.cc', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'test_suite_name': 'ui_unittests', | 239 'test_suite_name': 'ui_unittests', |
239 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 240 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
240 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 241 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
241 }, | 242 }, |
242 'includes': [ '../build/apk_test.gypi' ], | 243 'includes': [ '../build/apk_test.gypi' ], |
243 }, | 244 }, |
244 ], | 245 ], |
245 }], | 246 }], |
246 ], | 247 ], |
247 } | 248 } |
OLD | NEW |