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

Side by Side Diff: cc/BUILD.gn

Issue 1213653005: Revert of cc: Measure compositor timing with finer granularity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@modeTimingHistory3
Patch Set: Created 5 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 | « no previous file | cc/cc_tests.gyp » ('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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 "quads/render_pass_unittest.cc", 762 "quads/render_pass_unittest.cc",
763 "raster/scoped_gpu_raster_unittest.cc", 763 "raster/scoped_gpu_raster_unittest.cc",
764 "raster/task_graph_runner_unittest.cc", 764 "raster/task_graph_runner_unittest.cc",
765 "raster/texture_compressor_etc1_unittest.cc", 765 "raster/texture_compressor_etc1_unittest.cc",
766 "raster/tile_task_worker_pool_unittest.cc", 766 "raster/tile_task_worker_pool_unittest.cc",
767 "resources/platform_color_unittest.cc", 767 "resources/platform_color_unittest.cc",
768 "resources/resource_provider_unittest.cc", 768 "resources/resource_provider_unittest.cc",
769 "resources/scoped_resource_unittest.cc", 769 "resources/scoped_resource_unittest.cc",
770 "resources/video_resource_updater_unittest.cc", 770 "resources/video_resource_updater_unittest.cc",
771 "scheduler/begin_frame_source_unittest.cc", 771 "scheduler/begin_frame_source_unittest.cc",
772 "scheduler/compositor_timing_history_unittest.cc",
773 "scheduler/delay_based_time_source_unittest.cc", 772 "scheduler/delay_based_time_source_unittest.cc",
774 "scheduler/scheduler_state_machine_unittest.cc", 773 "scheduler/scheduler_state_machine_unittest.cc",
775 "scheduler/scheduler_unittest.cc", 774 "scheduler/scheduler_unittest.cc",
776 "test/layer_tree_json_parser_unittest.cc", 775 "test/layer_tree_json_parser_unittest.cc",
777 "test/test_web_graphics_context_3d_unittest.cc", 776 "test/test_web_graphics_context_3d_unittest.cc",
778 "tiles/picture_layer_tiling_set_unittest.cc", 777 "tiles/picture_layer_tiling_set_unittest.cc",
779 "tiles/picture_layer_tiling_unittest.cc", 778 "tiles/picture_layer_tiling_unittest.cc",
780 "tiles/tile_manager_unittest.cc", 779 "tiles/tile_manager_unittest.cc",
781 "tiles/tile_priority_unittest.cc", 780 "tiles/tile_priority_unittest.cc",
782 "trees/blocking_task_runner_unittest.cc", 781 "trees/blocking_task_runner_unittest.cc",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 "//ui/gfx/geometry", 876 "//ui/gfx/geometry",
878 "//ui/gl", 877 "//ui/gl",
879 ] 878 ]
880 879
881 if (is_android) { 880 if (is_android) {
882 isolate_file = "cc_perftests.isolate" 881 isolate_file = "cc_perftests.isolate"
883 } 882 }
884 } 883 }
885 # When adding support for isolates, please have a look at run-time dependencies 884 # When adding support for isolates, please have a look at run-time dependencies
886 # in the cc_unittests_run target in cc_tests.gyp. 885 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698