| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'surfaces/surface_aggregator_unittest.cc', | 132 'surfaces/surface_aggregator_unittest.cc', |
| 133 'surfaces/surface_factory_unittest.cc', | 133 'surfaces/surface_factory_unittest.cc', |
| 134 'surfaces/surface_unittest.cc', | 134 'surfaces/surface_unittest.cc', |
| 135 'surfaces/surfaces_pixeltest.cc', | 135 'surfaces/surfaces_pixeltest.cc', |
| 136 ], | 136 ], |
| 137 'cc_tests_support_files': [ | 137 'cc_tests_support_files': [ |
| 138 'test/animation_test_common.cc', | 138 'test/animation_test_common.cc', |
| 139 'test/animation_test_common.h', | 139 'test/animation_test_common.h', |
| 140 'test/begin_frame_args_test.cc', | 140 'test/begin_frame_args_test.cc', |
| 141 'test/begin_frame_args_test.h', | 141 'test/begin_frame_args_test.h', |
| 142 'test/delayed_raster_picture_pile_impl.cc', |
| 143 'test/delayed_raster_picture_pile_impl.h', |
| 144 'test/delayed_raster_trigger.cc', |
| 145 'test/delayed_raster_trigger.h', |
| 142 'test/fake_content_layer.cc', | 146 'test/fake_content_layer.cc', |
| 143 'test/fake_content_layer.h', | 147 'test/fake_content_layer.h', |
| 144 'test/fake_content_layer_client.cc', | 148 'test/fake_content_layer_client.cc', |
| 145 'test/fake_content_layer_client.h', | 149 'test/fake_content_layer_client.h', |
| 146 'test/fake_content_layer_impl.cc', | 150 'test/fake_content_layer_impl.cc', |
| 147 'test/fake_content_layer_impl.h', | 151 'test/fake_content_layer_impl.h', |
| 148 'test/fake_delegated_renderer_layer.cc', | 152 'test/fake_delegated_renderer_layer.cc', |
| 149 'test/fake_delegated_renderer_layer.h', | 153 'test/fake_delegated_renderer_layer.h', |
| 150 'test/fake_delegated_renderer_layer_impl.cc', | 154 'test/fake_delegated_renderer_layer_impl.cc', |
| 151 'test/fake_delegated_renderer_layer_impl.h', | 155 'test/fake_delegated_renderer_layer_impl.h', |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 'variables': { | 433 'variables': { |
| 430 'test_suite_name': 'cc_perftests', | 434 'test_suite_name': 'cc_perftests', |
| 431 }, | 435 }, |
| 432 'includes': [ '../build/apk_test.gypi' ], | 436 'includes': [ '../build/apk_test.gypi' ], |
| 433 }, | 437 }, |
| 434 ], | 438 ], |
| 435 } | 439 } |
| 436 ] | 440 ] |
| 437 ], | 441 ], |
| 438 } | 442 } |
| OLD | NEW |