| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'image/image_util_unittest.cc', | 63 'image/image_util_unittest.cc', |
| 64 'mac/coordinate_conversion_unittest.mm', | 64 'mac/coordinate_conversion_unittest.mm', |
| 65 'nine_image_painter_unittest.cc', | 65 'nine_image_painter_unittest.cc', |
| 66 'path_mac_unittest.mm', | 66 'path_mac_unittest.mm', |
| 67 'platform_font_linux_unittest.cc', | 67 'platform_font_linux_unittest.cc', |
| 68 'platform_font_mac_unittest.mm', | 68 'platform_font_mac_unittest.mm', |
| 69 'range/range_mac_unittest.mm', | 69 'range/range_mac_unittest.mm', |
| 70 'range/range_unittest.cc', | 70 'range/range_unittest.cc', |
| 71 'range/range_win_unittest.cc', | 71 'range/range_win_unittest.cc', |
| 72 'render_text_unittest.cc', | 72 'render_text_unittest.cc', |
| 73 'screen_win_unittest.cc', |
| 73 'sequential_id_generator_unittest.cc', | 74 'sequential_id_generator_unittest.cc', |
| 74 'shadow_value_unittest.cc', | 75 'shadow_value_unittest.cc', |
| 75 'skbitmap_operations_unittest.cc', | 76 'skbitmap_operations_unittest.cc', |
| 76 'skrect_conversion_unittest.cc', | 77 'skrect_conversion_unittest.cc', |
| 77 'transform_util_unittest.cc', | 78 'transform_util_unittest.cc', |
| 78 'utf16_indexing_unittest.cc', | 79 'utf16_indexing_unittest.cc', |
| 79 ], | 80 ], |
| 80 'dependencies': [ | 81 'dependencies': [ |
| 81 '../../base/base.gyp:base', | 82 '../../base/base.gyp:base', |
| 82 '../../base/base.gyp:test_support_base', | 83 '../../base/base.gyp:test_support_base', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'dependencies': [ | 200 'dependencies': [ |
| 200 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 201 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 201 ], | 202 ], |
| 202 }], | 203 }], |
| 203 ], | 204 ], |
| 204 }, | 205 }, |
| 205 ], | 206 ], |
| 206 }], | 207 }], |
| 207 ], | 208 ], |
| 208 } | 209 } |
| OLD | NEW |