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

Side by Side Diff: cc/cc_tests.gyp

Issue 2054253002: Remove unused variables, cc/ edition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete perftest Created 4 years, 6 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/layers/layer_impl_unittest.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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'quads/draw_quad_perftest.cc', 403 'quads/draw_quad_perftest.cc',
404 'raster/raster_buffer_provider_perftest.cc', 404 'raster/raster_buffer_provider_perftest.cc',
405 'raster/task_graph_runner_perftest.cc', 405 'raster/task_graph_runner_perftest.cc',
406 'raster/texture_compressor_perftest.cc', 406 'raster/texture_compressor_perftest.cc',
407 'surfaces/surface_aggregator_perftest.cc', 407 'surfaces/surface_aggregator_perftest.cc',
408 'test/cc_test_suite.cc', 408 'test/cc_test_suite.cc',
409 'test/run_all_perftests.cc', 409 'test/run_all_perftests.cc',
410 'tiles/tile_manager_perftest.cc', 410 'tiles/tile_manager_perftest.cc',
411 'trees/layer_tree_host_common_perftest.cc', 411 'trees/layer_tree_host_common_perftest.cc',
412 'trees/layer_tree_host_perftest.cc', 412 'trees/layer_tree_host_perftest.cc',
413 'trees/occlusion_tracker_perftest.cc',
414 ], 413 ],
415 'conditions': [ 414 'conditions': [
416 ['OS == "android"', 415 ['OS == "android"',
417 { 416 {
418 'dependencies': [ 417 'dependencies': [
419 '../testing/android/native_test.gyp:native_test_native_code', 418 '../testing/android/native_test.gyp:native_test_native_code',
420 ], 419 ],
421 } 420 }
422 ], 421 ],
423 ], 422 ],
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 523 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
525 ], 524 ],
526 } 525 }
527 ], 526 ],
528 ], 527 ],
529 }, 528 },
530 ], 529 ],
531 }], 530 }],
532 ], 531 ],
533 } 532 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698