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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'cc_surfaces_unit_tests_source_files': [ | 113 'cc_surfaces_unit_tests_source_files': [ |
114 'surfaces/surface_aggregator_test_helpers.cc', | 114 'surfaces/surface_aggregator_test_helpers.cc', |
115 'surfaces/surface_aggregator_test_helpers.h', | 115 'surfaces/surface_aggregator_test_helpers.h', |
116 'surfaces/surface_aggregator_unittest.cc', | 116 'surfaces/surface_aggregator_unittest.cc', |
117 'surfaces/surface_unittest.cc', | 117 'surfaces/surface_unittest.cc', |
118 'surfaces/surfaces_pixeltest.cc', | 118 'surfaces/surfaces_pixeltest.cc', |
119 ], | 119 ], |
120 'cc_tests_support_files': [ | 120 'cc_tests_support_files': [ |
121 'test/animation_test_common.cc', | 121 'test/animation_test_common.cc', |
122 'test/animation_test_common.h', | 122 'test/animation_test_common.h', |
| 123 'test/begin_frame_args_test.cc', |
| 124 'test/begin_frame_args_test.h', |
123 'test/fake_content_layer.cc', | 125 'test/fake_content_layer.cc', |
124 'test/fake_content_layer.h', | 126 'test/fake_content_layer.h', |
125 'test/fake_content_layer_client.cc', | 127 'test/fake_content_layer_client.cc', |
126 'test/fake_content_layer_client.h', | 128 'test/fake_content_layer_client.h', |
127 'test/fake_content_layer_impl.cc', | 129 'test/fake_content_layer_impl.cc', |
128 'test/fake_content_layer_impl.h', | 130 'test/fake_content_layer_impl.h', |
129 'test/fake_delegated_renderer_layer.cc', | 131 'test/fake_delegated_renderer_layer.cc', |
130 'test/fake_delegated_renderer_layer.h', | 132 'test/fake_delegated_renderer_layer.h', |
131 'test/fake_delegated_renderer_layer_impl.cc', | 133 'test/fake_delegated_renderer_layer_impl.cc', |
132 'test/fake_delegated_renderer_layer_impl.h', | 134 'test/fake_delegated_renderer_layer_impl.h', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 'variables': { | 398 'variables': { |
397 'test_suite_name': 'cc_perftests', | 399 'test_suite_name': 'cc_perftests', |
398 }, | 400 }, |
399 'includes': [ '../build/apk_test.gypi' ], | 401 'includes': [ '../build/apk_test.gypi' ], |
400 }, | 402 }, |
401 ], | 403 ], |
402 } | 404 } |
403 ] | 405 ] |
404 ], | 406 ], |
405 } | 407 } |
OLD | NEW |