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

Side by Side Diff: cc/cc_tests.gyp

Issue 2109863002: cc::CompositorFrame: Implement ParamTraits vs. StructTraits perf test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove test from gyp Created 4 years, 5 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/cc_param_traits_perftest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../ui/gfx/gfx.gyp:gfx', 396 '../ui/gfx/gfx.gyp:gfx',
397 '../ui/gfx/gfx.gyp:gfx_geometry', 397 '../ui/gfx/gfx.gyp:gfx_geometry',
398 'cc.gyp:cc', 398 'cc.gyp:cc',
399 'cc.gyp:cc_surfaces', 399 'cc.gyp:cc_surfaces',
400 'cc_test_support', 400 'cc_test_support',
401 'ipc/cc_ipc.gyp:cc_ipc', 401 'ipc/cc_ipc.gyp:cc_ipc',
402 ], 402 ],
403 'sources': [ 403 'sources': [
404 # Note: sources list duplicated in GN build. 404 # Note: sources list duplicated in GN build.
405 'animation/animation_host_perftest.cc', 405 'animation/animation_host_perftest.cc',
406 'ipc/cc_param_traits_perftest.cc',
407 'layers/layer_perftest.cc', 406 'layers/layer_perftest.cc',
408 'layers/picture_layer_impl_perftest.cc', 407 'layers/picture_layer_impl_perftest.cc',
409 'quads/draw_quad_perftest.cc', 408 'quads/draw_quad_perftest.cc',
410 'raster/raster_buffer_provider_perftest.cc', 409 'raster/raster_buffer_provider_perftest.cc',
411 'raster/task_graph_runner_perftest.cc', 410 'raster/task_graph_runner_perftest.cc',
412 'raster/texture_compressor_perftest.cc', 411 'raster/texture_compressor_perftest.cc',
413 'surfaces/surface_aggregator_perftest.cc', 412 'surfaces/surface_aggregator_perftest.cc',
414 'test/cc_test_suite.cc', 413 'test/cc_test_suite.cc',
415 'test/run_all_perftests.cc', 414 'test/run_all_perftests.cc',
416 'tiles/tile_manager_perftest.cc', 415 'tiles/tile_manager_perftest.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 528 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
530 ], 529 ],
531 } 530 }
532 ], 531 ],
533 ], 532 ],
534 }, 533 },
535 ], 534 ],
536 }], 535 }],
537 ], 536 ],
538 } 537 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/cc_param_traits_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698