| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
| 9 'animation/animation_unittest.cc', | 9 'animation/animation_unittest.cc', |
| 10 'animation/keyframed_animation_curve_unittest.cc', | 10 'animation/keyframed_animation_curve_unittest.cc', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'tiles/tile_priority_unittest.cc', | 109 'tiles/tile_priority_unittest.cc', |
| 110 'trees/blocking_task_runner_unittest.cc', | 110 'trees/blocking_task_runner_unittest.cc', |
| 111 'trees/damage_tracker_unittest.cc', | 111 'trees/damage_tracker_unittest.cc', |
| 112 'trees/layer_tree_host_common_unittest.cc', | 112 'trees/layer_tree_host_common_unittest.cc', |
| 113 'trees/layer_tree_host_impl_unittest.cc', | 113 'trees/layer_tree_host_impl_unittest.cc', |
| 114 'trees/layer_tree_host_pixeltest_blending.cc', | 114 'trees/layer_tree_host_pixeltest_blending.cc', |
| 115 'trees/layer_tree_host_pixeltest_filters.cc', | 115 'trees/layer_tree_host_pixeltest_filters.cc', |
| 116 'trees/layer_tree_host_pixeltest_masks.cc', | 116 'trees/layer_tree_host_pixeltest_masks.cc', |
| 117 'trees/layer_tree_host_pixeltest_readback.cc', | 117 'trees/layer_tree_host_pixeltest_readback.cc', |
| 118 'trees/layer_tree_host_pixeltest_synchronous.cc', | 118 'trees/layer_tree_host_pixeltest_synchronous.cc', |
| 119 'trees/layer_tree_host_pixeltest_tiles.cc', |
| 119 'trees/layer_tree_host_unittest.cc', | 120 'trees/layer_tree_host_unittest.cc', |
| 120 'trees/layer_tree_host_unittest_animation.cc', | 121 'trees/layer_tree_host_unittest_animation.cc', |
| 121 'trees/layer_tree_host_unittest_context.cc', | 122 'trees/layer_tree_host_unittest_context.cc', |
| 122 'trees/layer_tree_host_unittest_copyrequest.cc', | 123 'trees/layer_tree_host_unittest_copyrequest.cc', |
| 123 'trees/layer_tree_host_unittest_damage.cc', | 124 'trees/layer_tree_host_unittest_damage.cc', |
| 124 'trees/layer_tree_host_unittest_delegated.cc', | 125 'trees/layer_tree_host_unittest_delegated.cc', |
| 125 'trees/layer_tree_host_unittest_no_message_loop.cc', | 126 'trees/layer_tree_host_unittest_no_message_loop.cc', |
| 126 'trees/layer_tree_host_unittest_occlusion.cc', | 127 'trees/layer_tree_host_unittest_occlusion.cc', |
| 127 'trees/layer_tree_host_unittest_picture.cc', | 128 'trees/layer_tree_host_unittest_picture.cc', |
| 128 'trees/layer_tree_host_unittest_proxy.cc', | 129 'trees/layer_tree_host_unittest_proxy.cc', |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 482 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 482 ], | 483 ], |
| 483 } | 484 } |
| 484 ], | 485 ], |
| 485 ], | 486 ], |
| 486 }, | 487 }, |
| 487 ], | 488 ], |
| 488 }], | 489 }], |
| 489 ], | 490 ], |
| 490 } | 491 } |
| OLD | NEW |