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