| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'trees/layer_tree_host_unittest_proxy.cc', | 125 'trees/layer_tree_host_unittest_proxy.cc', |
| 126 'trees/layer_tree_host_unittest_scroll.cc', | 126 'trees/layer_tree_host_unittest_scroll.cc', |
| 127 'trees/layer_tree_host_unittest_video.cc', | 127 'trees/layer_tree_host_unittest_video.cc', |
| 128 'trees/layer_tree_impl_unittest.cc', | 128 'trees/layer_tree_impl_unittest.cc', |
| 129 'trees/occlusion_tracker_unittest.cc', | 129 'trees/occlusion_tracker_unittest.cc', |
| 130 'trees/occlusion_unittest.cc', | 130 'trees/occlusion_unittest.cc', |
| 131 'trees/property_tree_unittest.cc', | 131 'trees/property_tree_unittest.cc', |
| 132 'trees/tree_synchronizer_unittest.cc', | 132 'trees/tree_synchronizer_unittest.cc', |
| 133 ], | 133 ], |
| 134 'cc_surfaces_unit_tests_source_files': [ | 134 'cc_surfaces_unit_tests_source_files': [ |
| 135 'surfaces/display_unittest.cc', |
| 135 'surfaces/surface_aggregator_test_helpers.cc', | 136 'surfaces/surface_aggregator_test_helpers.cc', |
| 136 'surfaces/surface_aggregator_test_helpers.h', | 137 'surfaces/surface_aggregator_test_helpers.h', |
| 137 'surfaces/surface_aggregator_unittest.cc', | 138 'surfaces/surface_aggregator_unittest.cc', |
| 138 'surfaces/surface_factory_unittest.cc', | 139 'surfaces/surface_factory_unittest.cc', |
| 139 'surfaces/surface_unittest.cc', | 140 'surfaces/surface_unittest.cc', |
| 140 'surfaces/surfaces_pixeltest.cc', | 141 'surfaces/surfaces_pixeltest.cc', |
| 141 ], | 142 ], |
| 142 'cc_tests_support_files': [ | 143 'cc_tests_support_files': [ |
| 143 'test/animation_test_common.cc', | 144 'test/animation_test_common.cc', |
| 144 'test/animation_test_common.h', | 145 'test/animation_test_common.h', |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 '../build/isolate.gypi', | 458 '../build/isolate.gypi', |
| 458 ], | 459 ], |
| 459 'sources': [ | 460 'sources': [ |
| 460 'cc_unittests.isolate', | 461 'cc_unittests.isolate', |
| 461 ], | 462 ], |
| 462 }, | 463 }, |
| 463 ], | 464 ], |
| 464 }], | 465 }], |
| 465 ], | 466 ], |
| 466 } | 467 } |
| OLD | NEW |