| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'quads/list_container_unittest.cc', | 75 'quads/list_container_unittest.cc', |
| 76 'quads/render_pass_unittest.cc', | 76 'quads/render_pass_unittest.cc', |
| 77 'resources/display_item_list_unittest.cc', | 77 'resources/display_item_list_unittest.cc', |
| 78 'resources/layer_quad_unittest.cc', | 78 'resources/layer_quad_unittest.cc', |
| 79 'resources/picture_layer_tiling_set_unittest.cc', | 79 'resources/picture_layer_tiling_set_unittest.cc', |
| 80 'resources/picture_layer_tiling_unittest.cc', | 80 'resources/picture_layer_tiling_unittest.cc', |
| 81 'resources/picture_pile_impl_unittest.cc', | 81 'resources/picture_pile_impl_unittest.cc', |
| 82 'resources/picture_pile_unittest.cc', | 82 'resources/picture_pile_unittest.cc', |
| 83 'resources/picture_unittest.cc', | 83 'resources/picture_unittest.cc', |
| 84 'resources/prioritized_resource_unittest.cc', | 84 'resources/prioritized_resource_unittest.cc', |
| 85 'resources/raster_worker_pool_unittest.cc', | 85 'resources/tile_task_worker_pool_unittest.cc', |
| 86 'resources/resource_provider_unittest.cc', | 86 'resources/resource_provider_unittest.cc', |
| 87 'resources/resource_update_controller_unittest.cc', | 87 'resources/resource_update_controller_unittest.cc', |
| 88 'resources/scoped_resource_unittest.cc', | 88 'resources/scoped_resource_unittest.cc', |
| 89 'resources/task_graph_runner_unittest.cc', | 89 'resources/task_graph_runner_unittest.cc', |
| 90 'resources/texture_mailbox_deleter_unittest.cc', | 90 'resources/texture_mailbox_deleter_unittest.cc', |
| 91 'resources/texture_uploader_unittest.cc', | 91 'resources/texture_uploader_unittest.cc', |
| 92 'resources/tile_manager_unittest.cc', | 92 'resources/tile_manager_unittest.cc', |
| 93 'resources/tile_priority_unittest.cc', | 93 'resources/tile_priority_unittest.cc', |
| 94 'resources/video_resource_updater_unittest.cc', | 94 'resources/video_resource_updater_unittest.cc', |
| 95 'scheduler/begin_frame_source_unittest.cc', | 95 'scheduler/begin_frame_source_unittest.cc', |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 '../ui/gfx/gfx.gyp:gfx_geometry', | 334 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 335 'cc.gyp:cc', | 335 'cc.gyp:cc', |
| 336 'cc_test_support', | 336 'cc_test_support', |
| 337 ], | 337 ], |
| 338 'sources': [ | 338 'sources': [ |
| 339 # Note: sources list duplicated in GN build. | 339 # Note: sources list duplicated in GN build. |
| 340 'layers/layer_perftest.cc', | 340 'layers/layer_perftest.cc', |
| 341 'layers/picture_layer_impl_perftest.cc', | 341 'layers/picture_layer_impl_perftest.cc', |
| 342 'resources/picture_layer_tiling_perftest.cc', | 342 'resources/picture_layer_tiling_perftest.cc', |
| 343 'resources/picture_pile_impl_perftest.cc', | 343 'resources/picture_pile_impl_perftest.cc', |
| 344 'resources/raster_worker_pool_perftest.cc', | 344 'resources/tile_task_worker_pool_perftest.cc', |
| 345 'resources/task_graph_runner_perftest.cc', | 345 'resources/task_graph_runner_perftest.cc', |
| 346 'resources/tile_manager_perftest.cc', | 346 'resources/tile_manager_perftest.cc', |
| 347 'test/cc_test_suite.cc', | 347 'test/cc_test_suite.cc', |
| 348 'test/run_all_perftests.cc', | 348 'test/run_all_perftests.cc', |
| 349 'trees/layer_tree_host_common_perftest.cc', | 349 'trees/layer_tree_host_common_perftest.cc', |
| 350 'trees/layer_tree_host_perftest.cc', | 350 'trees/layer_tree_host_perftest.cc', |
| 351 'trees/occlusion_tracker_perftest.cc', | 351 'trees/occlusion_tracker_perftest.cc', |
| 352 ], | 352 ], |
| 353 'include_dirs': [ | 353 'include_dirs': [ |
| 354 'test', | 354 'test', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 'variables': { | 432 'variables': { |
| 433 'test_suite_name': 'cc_perftests', | 433 'test_suite_name': 'cc_perftests', |
| 434 }, | 434 }, |
| 435 'includes': [ '../build/apk_test.gypi' ], | 435 'includes': [ '../build/apk_test.gypi' ], |
| 436 }, | 436 }, |
| 437 ], | 437 ], |
| 438 } | 438 } |
| 439 ] | 439 ] |
| 440 ], | 440 ], |
| 441 } | 441 } |
| OLD | NEW |