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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
44 'geometry/box_unittest.cc', | 44 'geometry/box_unittest.cc', |
45 'geometry/cubic_bezier_unittest.cc', | 45 'geometry/cubic_bezier_unittest.cc', |
46 'geometry/insets_unittest.cc', | 46 'geometry/insets_unittest.cc', |
47 'geometry/matrix3_unittest.cc', | 47 'geometry/matrix3_unittest.cc', |
48 'geometry/point_unittest.cc', | 48 'geometry/point_unittest.cc', |
49 'geometry/point3_unittest.cc', | 49 'geometry/point3_unittest.cc', |
50 'geometry/quad_unittest.cc', | 50 'geometry/quad_unittest.cc', |
51 'geometry/r_tree_unittest.cc', | 51 'geometry/r_tree_unittest.cc', |
52 'geometry/rect_unittest.cc', | 52 'geometry/rect_unittest.cc', |
53 'geometry/safe_integer_conversions_unittest.cc', | 53 'geometry/safe_integer_conversions_unittest.cc', |
54 'geometry/scroll_offset_unittest.cc', | |
danakj
2014/09/27 00:00:44
where's the equivalent GN change?
Yufeng Shen (Slow to review)
2014/09/29 19:27:34
Done.
| |
54 'geometry/size_unittest.cc', | 55 'geometry/size_unittest.cc', |
55 'geometry/vector2d_unittest.cc', | 56 'geometry/vector2d_unittest.cc', |
56 'geometry/vector3d_unittest.cc', | 57 'geometry/vector3d_unittest.cc', |
57 'image/image_mac_unittest.mm', | 58 'image/image_mac_unittest.mm', |
58 'image/image_util_unittest.cc', | 59 'image/image_util_unittest.cc', |
59 'mac/coordinate_conversion_unittest.mm', | 60 'mac/coordinate_conversion_unittest.mm', |
60 'platform_font_mac_unittest.mm', | 61 'platform_font_mac_unittest.mm', |
61 'range/range_mac_unittest.mm', | 62 'range/range_mac_unittest.mm', |
62 'range/range_unittest.cc', | 63 'range/range_unittest.cc', |
63 'range/range_win_unittest.cc', | 64 'range/range_win_unittest.cc', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
183 ], | 184 ], |
184 'variables': { | 185 'variables': { |
185 'test_suite_name': 'gfx_unittests', | 186 'test_suite_name': 'gfx_unittests', |
186 }, | 187 }, |
187 'includes': [ '../../build/apk_test.gypi' ], | 188 'includes': [ '../../build/apk_test.gypi' ], |
188 }, | 189 }, |
189 ], | 190 ], |
190 }], | 191 }], |
191 ], | 192 ], |
192 } | 193 } |
OLD | NEW |