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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 'test/skia_common.cc', | 226 'test/skia_common.cc', |
227 'test/skia_common.h', | 227 'test/skia_common.h', |
228 'test/solid_color_content_layer_client.cc', | 228 'test/solid_color_content_layer_client.cc', |
229 'test/solid_color_content_layer_client.h', | 229 'test/solid_color_content_layer_client.h', |
230 'test/test_context_provider.cc', | 230 'test/test_context_provider.cc', |
231 'test/test_context_provider.h', | 231 'test/test_context_provider.h', |
232 'test/test_context_support.cc', | 232 'test/test_context_support.cc', |
233 'test/test_context_support.h', | 233 'test/test_context_support.h', |
234 'test/test_gles2_interface.cc', | 234 'test/test_gles2_interface.cc', |
235 'test/test_gles2_interface.h', | 235 'test/test_gles2_interface.h', |
| 236 'test/test_now_source.cc', |
| 237 'test/test_now_source.h', |
236 'test/test_occlusion_tracker.h', | 238 'test/test_occlusion_tracker.h', |
237 'test/test_shared_bitmap_manager.cc', | 239 'test/test_shared_bitmap_manager.cc', |
238 'test/test_shared_bitmap_manager.h', | 240 'test/test_shared_bitmap_manager.h', |
239 'test/test_texture.cc', | 241 'test/test_texture.cc', |
240 'test/test_texture.h', | 242 'test/test_texture.h', |
241 'test/test_tile_priorities.cc', | 243 'test/test_tile_priorities.cc', |
242 'test/test_tile_priorities.h', | 244 'test/test_tile_priorities.h', |
243 'test/test_web_graphics_context_3d.cc', | 245 'test/test_web_graphics_context_3d.cc', |
244 'test/test_web_graphics_context_3d.h', | 246 'test/test_web_graphics_context_3d.h', |
245 'test/tiled_layer_test_common.cc', | 247 'test/tiled_layer_test_common.cc', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'variables': { | 418 'variables': { |
417 'test_suite_name': 'cc_perftests', | 419 'test_suite_name': 'cc_perftests', |
418 }, | 420 }, |
419 'includes': [ '../build/apk_test.gypi' ], | 421 'includes': [ '../build/apk_test.gypi' ], |
420 }, | 422 }, |
421 ], | 423 ], |
422 } | 424 } |
423 ] | 425 ] |
424 ], | 426 ], |
425 } | 427 } |
OLD | NEW |