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