Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: cc/cc_tests.gyp

Issue 416273002: BSP Tree perf tests to match LayerSorter perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased with BSP patch Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 '../testing/perf/perf_test.gyp:*', 316 '../testing/perf/perf_test.gyp:*',
317 '../ui/gfx/gfx.gyp:gfx', 317 '../ui/gfx/gfx.gyp:gfx',
318 '../ui/gfx/gfx.gyp:gfx_geometry', 318 '../ui/gfx/gfx.gyp:gfx_geometry',
319 'cc.gyp:cc', 319 'cc.gyp:cc',
320 'cc_test_support', 320 'cc_test_support',
321 ], 321 ],
322 'sources': [ 322 'sources': [
323 # Note: sources list duplicated in GN build. 323 # Note: sources list duplicated in GN build.
324 'layers/layer_perftest.cc', 324 'layers/layer_perftest.cc',
325 'layers/picture_layer_impl_perftest.cc', 325 'layers/picture_layer_impl_perftest.cc',
326 'output/bsp_controller.cc',
enne (OOO) 2014/07/28 23:37:40 I think these changes shouldn't be here.
troyhildebrandt 2014/07/29 19:57:17 Removed.
327 'output/bsp_tree.cc',
328 'quads/draw_polygon.cc',
326 'resources/picture_layer_tiling_perftest.cc', 329 'resources/picture_layer_tiling_perftest.cc',
327 'resources/picture_pile_impl_perftest.cc', 330 'resources/picture_pile_impl_perftest.cc',
328 'resources/raster_worker_pool_perftest.cc', 331 'resources/raster_worker_pool_perftest.cc',
329 'resources/task_graph_runner_perftest.cc', 332 'resources/task_graph_runner_perftest.cc',
330 'resources/tile_manager_perftest.cc', 333 'resources/tile_manager_perftest.cc',
331 'test/cc_test_suite.cc', 334 'test/cc_test_suite.cc',
332 'test/run_all_perftests.cc', 335 'test/run_all_perftests.cc',
333 'trees/layer_tree_host_common_perftest.cc', 336 'trees/layer_tree_host_common_perftest.cc',
334 'trees/layer_tree_host_perftest.cc', 337 'trees/layer_tree_host_perftest.cc',
335 'trees/occlusion_tracker_perftest.cc', 338 'trees/occlusion_tracker_perftest.cc',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'variables': { 417 'variables': {
415 'test_suite_name': 'cc_perftests', 418 'test_suite_name': 'cc_perftests',
416 }, 419 },
417 'includes': [ '../build/apk_test.gypi' ], 420 'includes': [ '../build/apk_test.gypi' ],
418 }, 421 },
419 ], 422 ],
420 } 423 }
421 ] 424 ]
422 ], 425 ],
423 } 426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698