| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 ], | 169 ], |
| 170 'cc_tests_support_files': [ | 170 'cc_tests_support_files': [ |
| 171 'test/animation_test_common.cc', | 171 'test/animation_test_common.cc', |
| 172 'test/animation_test_common.h', | 172 'test/animation_test_common.h', |
| 173 'test/animation_timelines_test_common.cc', | 173 'test/animation_timelines_test_common.cc', |
| 174 'test/animation_timelines_test_common.h', | 174 'test/animation_timelines_test_common.h', |
| 175 'test/begin_frame_args_test.cc', | 175 'test/begin_frame_args_test.cc', |
| 176 'test/begin_frame_args_test.h', | 176 'test/begin_frame_args_test.h', |
| 177 'test/begin_frame_source_test.cc', | 177 'test/begin_frame_source_test.cc', |
| 178 'test/begin_frame_source_test.h', | 178 'test/begin_frame_source_test.h', |
| 179 'test/failure_output_surface.cc', |
| 180 'test/failure_output_surface.h', |
| 179 'test/fake_channel_impl.cc', | 181 'test/fake_channel_impl.cc', |
| 180 'test/fake_channel_impl.h', | 182 'test/fake_channel_impl.h', |
| 181 'test/fake_client_picture_cache.cc', | 183 'test/fake_client_picture_cache.cc', |
| 182 'test/fake_client_picture_cache.h', | 184 'test/fake_client_picture_cache.h', |
| 183 'test/fake_content_layer_client.cc', | 185 'test/fake_content_layer_client.cc', |
| 184 'test/fake_content_layer_client.h', | 186 'test/fake_content_layer_client.h', |
| 185 'test/fake_engine_picture_cache.cc', | 187 'test/fake_engine_picture_cache.cc', |
| 186 'test/fake_engine_picture_cache.h', | 188 'test/fake_engine_picture_cache.h', |
| 187 'test/fake_external_begin_frame_source.cc', | 189 'test/fake_external_begin_frame_source.cc', |
| 188 'test/fake_external_begin_frame_source.h', | 190 'test/fake_external_begin_frame_source.h', |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 522 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 521 ], | 523 ], |
| 522 } | 524 } |
| 523 ], | 525 ], |
| 524 ], | 526 ], |
| 525 }, | 527 }, |
| 526 ], | 528 ], |
| 527 }], | 529 }], |
| 528 ], | 530 ], |
| 529 } | 531 } |
| OLD | NEW |