OLD | NEW |
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") |
| 6 |
5 component("cc") { | 7 component("cc") { |
6 sources = [ | 8 sources = [ |
7 "animation/animation.cc", | 9 "animation/animation.cc", |
8 "animation/animation.h", | 10 "animation/animation.h", |
9 "animation/animation_curve.cc", | 11 "animation/animation_curve.cc", |
10 "animation/animation_curve.h", | 12 "animation/animation_curve.h", |
11 "animation/animation_delegate.h", | 13 "animation/animation_delegate.h", |
12 "animation/animation_events.cc", | 14 "animation/animation_events.cc", |
13 "animation/animation_events.h", | 15 "animation/animation_events.h", |
14 "animation/animation_id_provider.cc", | 16 "animation/animation_id_provider.cc", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "base/util.h", | 73 "base/util.h", |
72 "debug/benchmark_instrumentation.cc", | 74 "debug/benchmark_instrumentation.cc", |
73 "debug/benchmark_instrumentation.h", | 75 "debug/benchmark_instrumentation.h", |
74 "debug/debug_colors.cc", | 76 "debug/debug_colors.cc", |
75 "debug/debug_colors.h", | 77 "debug/debug_colors.h", |
76 "debug/debug_rect_history.cc", | 78 "debug/debug_rect_history.cc", |
77 "debug/debug_rect_history.h", | 79 "debug/debug_rect_history.h", |
78 "debug/devtools_instrumentation.h", | 80 "debug/devtools_instrumentation.h", |
79 "debug/frame_rate_counter.cc", | 81 "debug/frame_rate_counter.cc", |
80 "debug/frame_rate_counter.h", | 82 "debug/frame_rate_counter.h", |
| 83 "debug/frame_timing_tracker.cc", |
| 84 "debug/frame_timing_tracker.h", |
81 "debug/frame_viewer_instrumentation.cc", | 85 "debug/frame_viewer_instrumentation.cc", |
82 "debug/frame_viewer_instrumentation.h", | 86 "debug/frame_viewer_instrumentation.h", |
83 "debug/invalidation_benchmark.cc", | 87 "debug/invalidation_benchmark.cc", |
84 "debug/invalidation_benchmark.h", | 88 "debug/invalidation_benchmark.h", |
85 "debug/lap_timer.cc", | 89 "debug/lap_timer.cc", |
86 "debug/lap_timer.h", | 90 "debug/lap_timer.h", |
87 "debug/layer_tree_debug_state.cc", | 91 "debug/layer_tree_debug_state.cc", |
88 "debug/layer_tree_debug_state.h", | 92 "debug/layer_tree_debug_state.h", |
89 "debug/micro_benchmark.cc", | 93 "debug/micro_benchmark.cc", |
90 "debug/micro_benchmark.h", | 94 "debug/micro_benchmark.h", |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 "quads/yuv_video_draw_quad.cc", | 326 "quads/yuv_video_draw_quad.cc", |
323 "quads/yuv_video_draw_quad.h", | 327 "quads/yuv_video_draw_quad.h", |
324 "resources/bitmap_content_layer_updater.cc", | 328 "resources/bitmap_content_layer_updater.cc", |
325 "resources/bitmap_content_layer_updater.h", | 329 "resources/bitmap_content_layer_updater.h", |
326 "resources/bitmap_tile_task_worker_pool.cc", | 330 "resources/bitmap_tile_task_worker_pool.cc", |
327 "resources/bitmap_tile_task_worker_pool.h", | 331 "resources/bitmap_tile_task_worker_pool.h", |
328 "resources/bitmap_skpicture_content_layer_updater.cc", | 332 "resources/bitmap_skpicture_content_layer_updater.cc", |
329 "resources/bitmap_skpicture_content_layer_updater.h", | 333 "resources/bitmap_skpicture_content_layer_updater.h", |
330 "resources/clip_display_item.cc", | 334 "resources/clip_display_item.cc", |
331 "resources/clip_display_item.h", | 335 "resources/clip_display_item.h", |
| 336 "resources/clip_path_display_item.cc", |
| 337 "resources/clip_path_display_item.h", |
332 "resources/content_layer_updater.cc", | 338 "resources/content_layer_updater.cc", |
333 "resources/content_layer_updater.h", | 339 "resources/content_layer_updater.h", |
334 "resources/display_item.cc", | 340 "resources/display_item.cc", |
335 "resources/display_item.h", | 341 "resources/display_item.h", |
336 "resources/display_item_list.cc", | 342 "resources/display_item_list.cc", |
337 "resources/display_item_list.h", | 343 "resources/display_item_list.h", |
338 "resources/display_list_raster_source.cc", | 344 "resources/display_list_raster_source.cc", |
339 "resources/display_list_raster_source.h", | 345 "resources/display_list_raster_source.h", |
340 "resources/display_list_recording_source.cc", | 346 "resources/display_list_recording_source.cc", |
341 "resources/display_list_recording_source.h", | 347 "resources/display_list_recording_source.h", |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 "animation/scrollbar_animation_controller_thinning_unittest.cc", | 723 "animation/scrollbar_animation_controller_thinning_unittest.cc", |
718 "animation/transform_operations_unittest.cc", | 724 "animation/transform_operations_unittest.cc", |
719 "base/float_quad_unittest.cc", | 725 "base/float_quad_unittest.cc", |
720 "base/math_util_unittest.cc", | 726 "base/math_util_unittest.cc", |
721 "base/region_unittest.cc", | 727 "base/region_unittest.cc", |
722 "base/rolling_time_delta_history_unittest.cc", | 728 "base/rolling_time_delta_history_unittest.cc", |
723 "base/scoped_ptr_vector_unittest.cc", | 729 "base/scoped_ptr_vector_unittest.cc", |
724 "base/simple_enclosed_region_unittest.cc", | 730 "base/simple_enclosed_region_unittest.cc", |
725 "base/tiling_data_unittest.cc", | 731 "base/tiling_data_unittest.cc", |
726 "base/util_unittest.cc", | 732 "base/util_unittest.cc", |
| 733 "debug/frame_timing_tracker_unittest.cc", |
727 "debug/micro_benchmark_controller_unittest.cc", | 734 "debug/micro_benchmark_controller_unittest.cc", |
728 "input/top_controls_manager_unittest.cc", | 735 "input/top_controls_manager_unittest.cc", |
729 "layers/contents_scaling_layer_unittest.cc", | 736 "layers/contents_scaling_layer_unittest.cc", |
730 "layers/delegated_frame_provider_unittest.cc", | 737 "layers/delegated_frame_provider_unittest.cc", |
731 "layers/delegated_frame_resource_collection_unittest.cc", | 738 "layers/delegated_frame_resource_collection_unittest.cc", |
732 "layers/delegated_renderer_layer_impl_unittest.cc", | 739 "layers/delegated_renderer_layer_impl_unittest.cc", |
733 "layers/delegated_renderer_layer_unittest.cc", | 740 "layers/delegated_renderer_layer_unittest.cc", |
734 "layers/heads_up_display_unittest.cc", | 741 "layers/heads_up_display_unittest.cc", |
735 "layers/heads_up_display_layer_impl_unittest.cc", | 742 "layers/heads_up_display_layer_impl_unittest.cc", |
736 "layers/io_surface_layer_impl_unittest.cc", | 743 "layers/io_surface_layer_impl_unittest.cc", |
737 "layers/layer_impl_unittest.cc", | 744 "layers/layer_impl_unittest.cc", |
738 "layers/layer_iterator_unittest.cc", | 745 "layers/layer_iterator_unittest.cc", |
739 "layers/layer_position_constraint_unittest.cc", | 746 "layers/layer_position_constraint_unittest.cc", |
740 "layers/layer_unittest.cc", | 747 "layers/layer_unittest.cc", |
741 "layers/layer_utils_unittest.cc", | 748 "layers/layer_utils_unittest.cc", |
742 "layers/nine_patch_layer_impl_unittest.cc", | 749 "layers/nine_patch_layer_impl_unittest.cc", |
743 "layers/nine_patch_layer_unittest.cc", | 750 "layers/nine_patch_layer_unittest.cc", |
744 "layers/painted_scrollbar_layer_impl_unittest.cc", | 751 "layers/painted_scrollbar_layer_impl_unittest.cc", |
745 "layers/picture_image_layer_impl_unittest.cc", | 752 "layers/picture_image_layer_impl_unittest.cc", |
| 753 "layers/picture_image_layer_unittest.cc", |
746 "layers/picture_layer_impl_unittest.cc", | 754 "layers/picture_layer_impl_unittest.cc", |
747 "layers/picture_layer_unittest.cc", | 755 "layers/picture_layer_unittest.cc", |
748 "layers/render_surface_unittest.cc", | 756 "layers/render_surface_unittest.cc", |
749 "layers/render_surface_impl_unittest.cc", | 757 "layers/render_surface_impl_unittest.cc", |
750 "layers/scrollbar_layer_unittest.cc", | 758 "layers/scrollbar_layer_unittest.cc", |
751 "layers/solid_color_layer_impl_unittest.cc", | 759 "layers/solid_color_layer_impl_unittest.cc", |
752 "layers/solid_color_scrollbar_layer_impl_unittest.cc", | 760 "layers/solid_color_scrollbar_layer_impl_unittest.cc", |
753 "layers/surface_layer_unittest.cc", | 761 "layers/surface_layer_unittest.cc", |
754 "layers/surface_layer_impl_unittest.cc", | 762 "layers/surface_layer_impl_unittest.cc", |
755 "layers/texture_layer_unittest.cc", | 763 "layers/texture_layer_unittest.cc", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 "//gpu/command_buffer/common:gles2_utils", | 889 "//gpu/command_buffer/common:gles2_utils", |
882 "//skia", | 890 "//skia", |
883 "//testing/gmock", | 891 "//testing/gmock", |
884 "//testing/gtest", | 892 "//testing/gtest", |
885 "//testing/perf", | 893 "//testing/perf", |
886 "//ui/gfx", | 894 "//ui/gfx", |
887 "//ui/gfx/geometry", | 895 "//ui/gfx/geometry", |
888 "//ui/gl", | 896 "//ui/gl", |
889 ] | 897 ] |
890 } | 898 } |
OLD | NEW |