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 'ios/NSString+CrStringDrawing_unittest.mm', |
| 22 'ios/uikit_util_unittest.mm', |
21 'screen_unittest.cc', | 23 'screen_unittest.cc', |
22 'test/run_all_unittests.cc', | 24 'test/run_all_unittests.cc', |
23 'text_elider_unittest.cc', | 25 'text_elider_unittest.cc', |
24 'text_utils_unittest.cc', | 26 'text_utils_unittest.cc', |
25 ], | 27 ], |
26 'all_sources': [ | 28 'all_sources': [ |
27 '<@(_common_sources)', | 29 '<@(_common_sources)', |
28 'animation/animation_container_unittest.cc', | 30 'animation/animation_container_unittest.cc', |
29 'animation/animation_unittest.cc', | 31 'animation/animation_unittest.cc', |
30 'animation/multi_animation_unittest.cc', | 32 'animation/multi_animation_unittest.cc', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'dependencies': [ | 189 'dependencies': [ |
188 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
189 ], | 191 ], |
190 }], | 192 }], |
191 ], | 193 ], |
192 }, | 194 }, |
193 ], | 195 ], |
194 }], | 196 }], |
195 ], | 197 ], |
196 } | 198 } |
OLD | NEW |