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 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'geometry/box_unittest.cc', | 45 'geometry/box_unittest.cc', |
46 'geometry/cubic_bezier_unittest.cc', | 46 'geometry/cubic_bezier_unittest.cc', |
47 'geometry/insets_unittest.cc', | 47 'geometry/insets_unittest.cc', |
48 'geometry/matrix3_unittest.cc', | 48 'geometry/matrix3_unittest.cc', |
49 'geometry/point_unittest.cc', | 49 'geometry/point_unittest.cc', |
50 'geometry/point3_unittest.cc', | 50 'geometry/point3_unittest.cc', |
51 'geometry/quad_unittest.cc', | 51 'geometry/quad_unittest.cc', |
52 'geometry/r_tree_unittest.cc', | 52 'geometry/r_tree_unittest.cc', |
53 'geometry/rect_unittest.cc', | 53 'geometry/rect_unittest.cc', |
54 'geometry/safe_integer_conversions_unittest.cc', | 54 'geometry/safe_integer_conversions_unittest.cc', |
| 55 'geometry/scroll_offset_unittest.cc', |
55 'geometry/size_unittest.cc', | 56 'geometry/size_unittest.cc', |
56 'geometry/vector2d_unittest.cc', | 57 'geometry/vector2d_unittest.cc', |
57 'geometry/vector3d_unittest.cc', | 58 'geometry/vector3d_unittest.cc', |
58 'image/image_mac_unittest.mm', | 59 'image/image_mac_unittest.mm', |
59 'image/image_util_unittest.cc', | 60 'image/image_util_unittest.cc', |
60 'mac/coordinate_conversion_unittest.mm', | 61 'mac/coordinate_conversion_unittest.mm', |
61 'platform_font_mac_unittest.mm', | 62 'platform_font_mac_unittest.mm', |
62 'range/range_mac_unittest.mm', | 63 'range/range_mac_unittest.mm', |
63 'range/range_unittest.cc', | 64 'range/range_unittest.cc', |
64 'range/range_win_unittest.cc', | 65 'range/range_win_unittest.cc', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 ], | 185 ], |
185 'variables': { | 186 'variables': { |
186 'test_suite_name': 'gfx_unittests', | 187 'test_suite_name': 'gfx_unittests', |
187 }, | 188 }, |
188 'includes': [ '../../build/apk_test.gypi' ], | 189 'includes': [ '../../build/apk_test.gypi' ], |
189 }, | 190 }, |
190 ], | 191 ], |
191 }], | 192 }], |
192 ], | 193 ], |
193 } | 194 } |
OLD | NEW |