| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'range/range_unittest.cc', | 71 'range/range_unittest.cc', |
| 72 'range/range_win_unittest.cc', | 72 'range/range_win_unittest.cc', |
| 73 'render_text_unittest.cc', | 73 'render_text_unittest.cc', |
| 74 'screen_win_unittest.cc', | 74 'screen_win_unittest.cc', |
| 75 'sequential_id_generator_unittest.cc', | 75 'sequential_id_generator_unittest.cc', |
| 76 'shadow_value_unittest.cc', | 76 'shadow_value_unittest.cc', |
| 77 'skbitmap_operations_unittest.cc', | 77 'skbitmap_operations_unittest.cc', |
| 78 'skrect_conversion_unittest.cc', | 78 'skrect_conversion_unittest.cc', |
| 79 'transform_util_unittest.cc', | 79 'transform_util_unittest.cc', |
| 80 'utf16_indexing_unittest.cc', | 80 'utf16_indexing_unittest.cc', |
| 81 'win/rect_util_unittest.cc' | 81 'win/scaling_util_unittest.cc' |
| 82 ], | 82 ], |
| 83 'dependencies': [ | 83 'dependencies': [ |
| 84 '../../base/base.gyp:base', | 84 '../../base/base.gyp:base', |
| 85 '../../base/base.gyp:test_support_base', | 85 '../../base/base.gyp:test_support_base', |
| 86 '../../skia/skia.gyp:skia', | 86 '../../skia/skia.gyp:skia', |
| 87 '../../testing/gtest.gyp:gtest', | 87 '../../testing/gtest.gyp:gtest', |
| 88 '../../third_party/libpng/libpng.gyp:libpng', | 88 '../../third_party/libpng/libpng.gyp:libpng', |
| 89 '../base/ui_base.gyp:ui_base', | 89 '../base/ui_base.gyp:ui_base', |
| 90 '../resources/ui_resources.gyp:ui_test_pak', | 90 '../resources/ui_resources.gyp:ui_test_pak', |
| 91 'gfx.gyp:gfx', | 91 'gfx.gyp:gfx', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'dependencies': [ | 202 'dependencies': [ |
| 203 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 203 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 204 ], | 204 ], |
| 205 }], | 205 }], |
| 206 ], | 206 ], |
| 207 }, | 207 }, |
| 208 ], | 208 ], |
| 209 }], | 209 }], |
| 210 ], | 210 ], |
| 211 } | 211 } |
| OLD | NEW |