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

Side by Side Diff: cc/BUILD.gn

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 | « no previous file | cc/base/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 test("cc_unittests") { 728 test("cc_unittests") {
729 sources = [ 729 sources = [
730 "animation/animation_unittest.cc", 730 "animation/animation_unittest.cc",
731 "animation/keyframed_animation_curve_unittest.cc", 731 "animation/keyframed_animation_curve_unittest.cc",
732 "animation/layer_animation_controller_unittest.cc", 732 "animation/layer_animation_controller_unittest.cc",
733 "animation/scroll_offset_animation_curve_unittest.cc", 733 "animation/scroll_offset_animation_curve_unittest.cc",
734 "animation/scrollbar_animation_controller_linear_fade_unittest.cc", 734 "animation/scrollbar_animation_controller_linear_fade_unittest.cc",
735 "animation/scrollbar_animation_controller_thinning_unittest.cc", 735 "animation/scrollbar_animation_controller_thinning_unittest.cc",
736 "animation/transform_operations_unittest.cc", 736 "animation/transform_operations_unittest.cc",
737 "base/float_quad_unittest.cc", 737 "base/float_quad_unittest.cc",
738 "base/histograms_unittest.cc",
739 "base/math_util_unittest.cc", 738 "base/math_util_unittest.cc",
740 "base/region_unittest.cc", 739 "base/region_unittest.cc",
741 "base/rolling_time_delta_history_unittest.cc", 740 "base/rolling_time_delta_history_unittest.cc",
742 "base/scoped_ptr_vector_unittest.cc", 741 "base/scoped_ptr_vector_unittest.cc",
743 "base/simple_enclosed_region_unittest.cc", 742 "base/simple_enclosed_region_unittest.cc",
744 "base/tiling_data_unittest.cc", 743 "base/tiling_data_unittest.cc",
745 "base/util_unittest.cc", 744 "base/util_unittest.cc",
746 "debug/frame_timing_tracker_unittest.cc", 745 "debug/frame_timing_tracker_unittest.cc",
747 "debug/micro_benchmark_controller_unittest.cc", 746 "debug/micro_benchmark_controller_unittest.cc",
748 "input/top_controls_manager_unittest.cc", 747 "input/top_controls_manager_unittest.cc",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 "//testing/gmock", 918 "//testing/gmock",
920 "//testing/gtest", 919 "//testing/gtest",
921 "//testing/perf", 920 "//testing/perf",
922 "//ui/gfx", 921 "//ui/gfx",
923 "//ui/gfx/geometry", 922 "//ui/gfx/geometry",
924 "//ui/gl", 923 "//ui/gl",
925 ] 924 ]
926 } 925 }
927 # When adding support for isolates, please have a look at run-time dependencies 926 # When adding support for isolates, please have a look at run-time dependencies
928 # in the cc_unittests_run target in cc_tests.gyp. 927 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698