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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 ], | 303 ], |
304 'sources': [ | 304 'sources': [ |
305 'layers/layer_perftest.cc', | 305 'layers/layer_perftest.cc', |
306 'layers/picture_layer_impl_perftest.cc', | 306 'layers/picture_layer_impl_perftest.cc', |
307 'resources/picture_layer_tiling_perftest.cc', | 307 'resources/picture_layer_tiling_perftest.cc', |
308 'resources/picture_pile_impl_perftest.cc', | 308 'resources/picture_pile_impl_perftest.cc', |
309 'resources/raster_worker_pool_perftest.cc', | 309 'resources/raster_worker_pool_perftest.cc', |
310 'resources/task_graph_runner_perftest.cc', | 310 'resources/task_graph_runner_perftest.cc', |
311 'resources/tile_manager_perftest.cc', | 311 'resources/tile_manager_perftest.cc', |
312 'test/cc_test_suite.cc', | 312 'test/cc_test_suite.cc', |
313 'test/lap_timer.cc', | |
314 'test/run_all_perftests.cc', | 313 'test/run_all_perftests.cc', |
315 'trees/layer_tree_host_common_perftest.cc', | 314 'trees/layer_tree_host_common_perftest.cc', |
316 'trees/layer_tree_host_perftest.cc', | 315 'trees/layer_tree_host_perftest.cc', |
317 'trees/occlusion_tracker_perftest.cc', | 316 'trees/occlusion_tracker_perftest.cc', |
318 ], | 317 ], |
319 'include_dirs': [ | 318 'include_dirs': [ |
320 'test', | 319 'test', |
321 '.', | 320 '.', |
322 ], | 321 ], |
323 'conditions': [ | 322 'conditions': [ |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'variables': { | 397 'variables': { |
399 'test_suite_name': 'cc_perftests', | 398 'test_suite_name': 'cc_perftests', |
400 }, | 399 }, |
401 'includes': [ '../build/apk_test.gypi' ], | 400 'includes': [ '../build/apk_test.gypi' ], |
402 }, | 401 }, |
403 ], | 402 ], |
404 } | 403 } |
405 ] | 404 ] |
406 ], | 405 ], |
407 } | 406 } |
OLD | NEW |