OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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': 'gfx_unittests', | 11 'target_name': 'gfx_unittests', |
12 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
13 # iOS uses a small subset of ui. common_sources are the only files that | 13 # iOS uses a small subset of ui. common_sources are the only files that |
14 # are built on iOS. | 14 # are built on iOS. |
15 'common_sources' : [ | 15 'common_sources' : [ |
16 'font_unittest.cc', | 16 'font_unittest.cc', |
17 'image/image_family_unittest.cc', | 17 'image/image_family_unittest.cc', |
18 'image/image_ios_unittest.mm', | 18 'image/image_ios_unittest.mm', |
19 'image/image_skia_unittest.cc', | 19 'image/image_skia_unittest.cc', |
20 'image/image_unittest.cc', | 20 'image/image_unittest.cc', |
21 'screen_unittest.cc', | 21 'screen_unittest.cc', |
22 'test/run_all_unittests.cc', | 22 'test/run_all_unittests.cc', |
23 'text_elider_unittest.cc', | 23 'text_elider_unittest.cc', |
24 'text_utils_unittest.cc', | 24 'text_utils_unittest.cc', |
25 ], | 25 ], |
26 'all_sources': [ | 26 'all_sources': [ |
27 '<@(_common_sources)', | 27 '<@(_common_sources)', |
28 'android/scroller_unittest.cc', | |
29 'animation/animation_container_unittest.cc', | 28 'animation/animation_container_unittest.cc', |
30 'animation/animation_unittest.cc', | 29 'animation/animation_unittest.cc', |
31 'animation/multi_animation_unittest.cc', | 30 'animation/multi_animation_unittest.cc', |
32 'animation/slide_animation_unittest.cc', | 31 'animation/slide_animation_unittest.cc', |
33 'animation/tween_unittest.cc', | 32 'animation/tween_unittest.cc', |
34 'blit_unittest.cc', | 33 'blit_unittest.cc', |
35 'break_list_unittest.cc', | 34 'break_list_unittest.cc', |
36 'canvas_unittest.cc', | 35 'canvas_unittest.cc', |
37 'canvas_unittest_mac.mm', | 36 'canvas_unittest_mac.mm', |
38 'codec/jpeg_codec_unittest.cc', | 37 'codec/jpeg_codec_unittest.cc', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 ], | 184 ], |
186 'variables': { | 185 'variables': { |
187 'test_suite_name': 'gfx_unittests', | 186 'test_suite_name': 'gfx_unittests', |
188 }, | 187 }, |
189 'includes': [ '../../build/apk_test.gypi' ], | 188 'includes': [ '../../build/apk_test.gypi' ], |
190 }, | 189 }, |
191 ], | 190 ], |
192 }], | 191 }], |
193 ], | 192 ], |
194 } | 193 } |
OLD | NEW |