| 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_host_unittest.cc', | 9 'animation/animation_host_unittest.cc', |
| 10 'animation/animation_player_unittest.cc', | 10 'animation/animation_player_unittest.cc', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'trees/tree_synchronizer_unittest.cc', | 139 'trees/tree_synchronizer_unittest.cc', |
| 140 ], | 140 ], |
| 141 'cc_surfaces_unit_tests_source_files': [ | 141 'cc_surfaces_unit_tests_source_files': [ |
| 142 'surfaces/display_unittest.cc', | 142 'surfaces/display_unittest.cc', |
| 143 'surfaces/display_scheduler_unittest.cc', | 143 'surfaces/display_scheduler_unittest.cc', |
| 144 'surfaces/surface_aggregator_test_helpers.cc', | 144 'surfaces/surface_aggregator_test_helpers.cc', |
| 145 'surfaces/surface_aggregator_test_helpers.h', | 145 'surfaces/surface_aggregator_test_helpers.h', |
| 146 'surfaces/surface_aggregator_unittest.cc', | 146 'surfaces/surface_aggregator_unittest.cc', |
| 147 'surfaces/surface_display_output_surface_unittest.cc', | 147 'surfaces/surface_display_output_surface_unittest.cc', |
| 148 'surfaces/surface_factory_unittest.cc', | 148 'surfaces/surface_factory_unittest.cc', |
| 149 'surfaces/surface_hittest_unittest.cc', |
| 149 'surfaces/surface_unittest.cc', | 150 'surfaces/surface_unittest.cc', |
| 150 'surfaces/surfaces_pixeltest.cc', | 151 'surfaces/surfaces_pixeltest.cc', |
| 151 ], | 152 ], |
| 152 'cc_tests_support_files': [ | 153 'cc_tests_support_files': [ |
| 153 'test/animation_test_common.cc', | 154 'test/animation_test_common.cc', |
| 154 'test/animation_test_common.h', | 155 'test/animation_test_common.h', |
| 155 'test/animation_timelines_test_common.cc', | 156 'test/animation_timelines_test_common.cc', |
| 156 'test/animation_timelines_test_common.h', | 157 'test/animation_timelines_test_common.h', |
| 157 'test/begin_frame_args_test.cc', | 158 'test/begin_frame_args_test.cc', |
| 158 'test/begin_frame_args_test.h', | 159 'test/begin_frame_args_test.h', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 475 ], | 476 ], |
| 476 } | 477 } |
| 477 ], | 478 ], |
| 478 ], | 479 ], |
| 479 }, | 480 }, |
| 480 ], | 481 ], |
| 481 }], | 482 }], |
| 482 ], | 483 ], |
| 483 } | 484 } |
| OLD | NEW |