| 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 'font_render_params_linux_unittest.cc', | 48 'font_render_params_linux_unittest.cc', |
| 49 'geometry/box_unittest.cc', | 49 'geometry/box_unittest.cc', |
| 50 'geometry/cubic_bezier_unittest.cc', | 50 'geometry/cubic_bezier_unittest.cc', |
| 51 'geometry/insets_unittest.cc', | 51 'geometry/insets_unittest.cc', |
| 52 'geometry/matrix3_unittest.cc', | 52 'geometry/matrix3_unittest.cc', |
| 53 'geometry/point3_unittest.cc', | 53 'geometry/point3_unittest.cc', |
| 54 'geometry/point_unittest.cc', | 54 'geometry/point_unittest.cc', |
| 55 'geometry/quad_unittest.cc', | 55 'geometry/quad_unittest.cc', |
| 56 'geometry/rect_unittest.cc', | 56 'geometry/rect_unittest.cc', |
| 57 'geometry/safe_integer_conversions_unittest.cc', | 57 'geometry/safe_integer_conversions_unittest.cc', |
| 58 'geometry/scale_unittest.cc', |
| 58 'geometry/scroll_offset_unittest.cc', | 59 'geometry/scroll_offset_unittest.cc', |
| 59 'geometry/size_unittest.cc', | 60 'geometry/size_unittest.cc', |
| 60 'geometry/vector2d_unittest.cc', | 61 'geometry/vector2d_unittest.cc', |
| 61 'geometry/vector3d_unittest.cc', | 62 'geometry/vector3d_unittest.cc', |
| 62 'image/image_mac_unittest.mm', | 63 'image/image_mac_unittest.mm', |
| 63 'image/image_util_unittest.cc', | 64 'image/image_util_unittest.cc', |
| 64 'mac/coordinate_conversion_unittest.mm', | 65 'mac/coordinate_conversion_unittest.mm', |
| 65 'nine_image_painter_unittest.cc', | 66 'nine_image_painter_unittest.cc', |
| 66 'platform_font_linux_unittest.cc', | 67 'platform_font_linux_unittest.cc', |
| 67 'platform_font_mac_unittest.mm', | 68 'platform_font_mac_unittest.mm', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'dependencies': [ | 199 'dependencies': [ |
| 199 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 200 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 200 ], | 201 ], |
| 201 }], | 202 }], |
| 202 ], | 203 ], |
| 203 }, | 204 }, |
| 204 ], | 205 ], |
| 205 }], | 206 }], |
| 206 ], | 207 ], |
| 207 } | 208 } |
| OLD | NEW |