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

Side by Side Diff: cc/cc_tests.gyp

Issue 1135073002: Revert "cc: Add UMA stats for record and raster time." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/resources/display_list_recording_source.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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
11 'animation/layer_animation_controller_unittest.cc', 11 'animation/layer_animation_controller_unittest.cc',
12 'animation/scroll_offset_animation_curve_unittest.cc', 12 'animation/scroll_offset_animation_curve_unittest.cc',
13 'animation/scrollbar_animation_controller_linear_fade_unittest.cc', 13 'animation/scrollbar_animation_controller_linear_fade_unittest.cc',
14 'animation/scrollbar_animation_controller_thinning_unittest.cc', 14 'animation/scrollbar_animation_controller_thinning_unittest.cc',
15 'animation/transform_operations_unittest.cc', 15 'animation/transform_operations_unittest.cc',
16 'base/delayed_unique_notifier_unittest.cc', 16 'base/delayed_unique_notifier_unittest.cc',
17 'base/float_quad_unittest.cc', 17 'base/float_quad_unittest.cc',
18 'base/histograms_unittest.cc',
19 'base/math_util_unittest.cc', 18 'base/math_util_unittest.cc',
20 'base/region_unittest.cc', 19 'base/region_unittest.cc',
21 'base/rolling_time_delta_history_unittest.cc', 20 'base/rolling_time_delta_history_unittest.cc',
22 'base/scoped_ptr_vector_unittest.cc', 21 'base/scoped_ptr_vector_unittest.cc',
23 'base/simple_enclosed_region_unittest.cc', 22 'base/simple_enclosed_region_unittest.cc',
24 'base/tiling_data_unittest.cc', 23 'base/tiling_data_unittest.cc',
25 'base/unique_notifier_unittest.cc', 24 'base/unique_notifier_unittest.cc',
26 'base/util_unittest.cc', 25 'base/util_unittest.cc',
27 'debug/frame_timing_tracker_unittest.cc', 26 'debug/frame_timing_tracker_unittest.cc',
28 'debug/micro_benchmark_controller_unittest.cc', 27 'debug/micro_benchmark_controller_unittest.cc',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 477 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
479 ], 478 ],
480 } 479 }
481 ], 480 ],
482 ], 481 ],
483 }, 482 },
484 ], 483 ],
485 }], 484 }],
486 ], 485 ],
487 } 486 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/resources/display_list_recording_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698