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

Side by Side Diff: cc/cc_tests.gyp

Issue 1082103003: Make a couple of SurfaceAggregatorPerfTests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 '../gpu/gpu.gyp:gpu', 340 '../gpu/gpu.gyp:gpu',
341 '../gpu/gpu.gyp:gpu_unittest_utils', 341 '../gpu/gpu.gyp:gpu_unittest_utils',
342 '../media/media.gyp:media', 342 '../media/media.gyp:media',
343 '../skia/skia.gyp:skia', 343 '../skia/skia.gyp:skia',
344 '../testing/gmock.gyp:gmock', 344 '../testing/gmock.gyp:gmock',
345 '../testing/gtest.gyp:gtest', 345 '../testing/gtest.gyp:gtest',
346 '../testing/perf/perf_test.gyp:*', 346 '../testing/perf/perf_test.gyp:*',
347 '../ui/gfx/gfx.gyp:gfx', 347 '../ui/gfx/gfx.gyp:gfx',
348 '../ui/gfx/gfx.gyp:gfx_geometry', 348 '../ui/gfx/gfx.gyp:gfx_geometry',
349 'cc.gyp:cc', 349 'cc.gyp:cc',
350 'cc.gyp:cc_surfaces',
350 'cc_test_support', 351 'cc_test_support',
351 ], 352 ],
352 'sources': [ 353 'sources': [
353 # Note: sources list duplicated in GN build. 354 # Note: sources list duplicated in GN build.
354 'layers/layer_perftest.cc', 355 'layers/layer_perftest.cc',
355 'layers/picture_layer_impl_perftest.cc', 356 'layers/picture_layer_impl_perftest.cc',
356 'resources/picture_layer_tiling_perftest.cc', 357 'resources/picture_layer_tiling_perftest.cc',
357 'resources/picture_pile_impl_perftest.cc', 358 'resources/picture_pile_impl_perftest.cc',
358 'resources/task_graph_runner_perftest.cc', 359 'resources/task_graph_runner_perftest.cc',
359 'resources/texture_compressor_perftest.cc', 360 'resources/texture_compressor_perftest.cc',
360 'resources/tile_manager_perftest.cc', 361 'resources/tile_manager_perftest.cc',
361 'resources/tile_task_worker_pool_perftest.cc', 362 'resources/tile_task_worker_pool_perftest.cc',
363 'surfaces/surface_aggregator_perftest.cc',
jamesr 2015/04/15 23:59:49 also add to cc/BUILD.gn
362 'test/cc_test_suite.cc', 364 'test/cc_test_suite.cc',
363 'test/run_all_perftests.cc', 365 'test/run_all_perftests.cc',
364 'trees/layer_tree_host_common_perftest.cc', 366 'trees/layer_tree_host_common_perftest.cc',
365 'trees/layer_tree_host_perftest.cc', 367 'trees/layer_tree_host_perftest.cc',
366 'trees/occlusion_tracker_perftest.cc', 368 'trees/occlusion_tracker_perftest.cc',
367 ], 369 ],
368 'include_dirs': [ 370 'include_dirs': [
369 'test', 371 'test',
370 '.', 372 '.',
371 ], 373 ],
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 477 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
476 ], 478 ],
477 } 479 }
478 ], 480 ],
479 ], 481 ],
480 }, 482 },
481 ], 483 ],
482 }], 484 }],
483 ], 485 ],
484 } 486 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/surface_aggregator_perftest.cc » ('j') | cc/surfaces/surface_aggregator_perftest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698