| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'trees/threaded_channel_unittest.cc', | 158 'trees/threaded_channel_unittest.cc', |
| 159 'trees/tree_synchronizer_unittest.cc', | 159 'trees/tree_synchronizer_unittest.cc', |
| 160 ], | 160 ], |
| 161 'cc_surfaces_unit_tests_source_files': [ | 161 'cc_surfaces_unit_tests_source_files': [ |
| 162 'surfaces/display_scheduler_unittest.cc', | 162 'surfaces/display_scheduler_unittest.cc', |
| 163 'surfaces/display_unittest.cc', | 163 'surfaces/display_unittest.cc', |
| 164 'surfaces/surface_aggregator_unittest.cc', | 164 'surfaces/surface_aggregator_unittest.cc', |
| 165 'surfaces/surface_display_output_surface_unittest.cc', | 165 'surfaces/surface_display_output_surface_unittest.cc', |
| 166 'surfaces/surface_factory_unittest.cc', | 166 'surfaces/surface_factory_unittest.cc', |
| 167 'surfaces/surface_hittest_unittest.cc', | 167 'surfaces/surface_hittest_unittest.cc', |
| 168 'surfaces/surface_manager_unittest.cc', |
| 168 'surfaces/surface_unittest.cc', | 169 'surfaces/surface_unittest.cc', |
| 169 'surfaces/surfaces_pixeltest.cc', | 170 'surfaces/surfaces_pixeltest.cc', |
| 170 ], | 171 ], |
| 171 'cc_tests_support_files': [ | 172 'cc_tests_support_files': [ |
| 172 'test/animation_test_common.cc', | 173 'test/animation_test_common.cc', |
| 173 'test/animation_test_common.h', | 174 'test/animation_test_common.h', |
| 174 'test/animation_timelines_test_common.cc', | 175 'test/animation_timelines_test_common.cc', |
| 175 'test/animation_timelines_test_common.h', | 176 'test/animation_timelines_test_common.h', |
| 176 'test/begin_frame_args_test.cc', | 177 'test/begin_frame_args_test.cc', |
| 177 'test/begin_frame_args_test.h', | 178 'test/begin_frame_args_test.h', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 505 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 505 ], | 506 ], |
| 506 } | 507 } |
| 507 ], | 508 ], |
| 508 ], | 509 ], |
| 509 }, | 510 }, |
| 510 ], | 511 ], |
| 511 }], | 512 }], |
| 512 ], | 513 ], |
| 513 } | 514 } |
| OLD | NEW |