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

Side by Side Diff: cc/cc_tests.gyp

Issue 279183002: Use LapTimer in rasterize_and_record micro benchmark. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CC_EXPORT to LapTimer class. Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/lap_timer.h » ('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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 ], 306 ],
307 'sources': [ 307 'sources': [
308 'layers/layer_perftest.cc', 308 'layers/layer_perftest.cc',
309 'layers/picture_layer_impl_perftest.cc', 309 'layers/picture_layer_impl_perftest.cc',
310 'resources/picture_layer_tiling_perftest.cc', 310 'resources/picture_layer_tiling_perftest.cc',
311 'resources/picture_pile_impl_perftest.cc', 311 'resources/picture_pile_impl_perftest.cc',
312 'resources/raster_worker_pool_perftest.cc', 312 'resources/raster_worker_pool_perftest.cc',
313 'resources/task_graph_runner_perftest.cc', 313 'resources/task_graph_runner_perftest.cc',
314 'resources/tile_manager_perftest.cc', 314 'resources/tile_manager_perftest.cc',
315 'test/cc_test_suite.cc', 315 'test/cc_test_suite.cc',
316 'test/lap_timer.cc',
317 'test/run_all_perftests.cc', 316 'test/run_all_perftests.cc',
318 'trees/layer_tree_host_common_perftest.cc', 317 'trees/layer_tree_host_common_perftest.cc',
319 'trees/layer_tree_host_perftest.cc', 318 'trees/layer_tree_host_perftest.cc',
320 'trees/occlusion_tracker_perftest.cc', 319 'trees/occlusion_tracker_perftest.cc',
321 ], 320 ],
322 'include_dirs': [ 321 'include_dirs': [
323 'test', 322 'test',
324 '.', 323 '.',
325 ], 324 ],
326 'conditions': [ 325 'conditions': [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'variables': { 400 'variables': {
402 'test_suite_name': 'cc_perftests', 401 'test_suite_name': 'cc_perftests',
403 }, 402 },
404 'includes': [ '../build/apk_test.gypi' ], 403 'includes': [ '../build/apk_test.gypi' ],
405 }, 404 },
406 ], 405 ],
407 } 406 }
408 ] 407 ]
409 ], 408 ],
410 } 409 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/lap_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698