| 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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 component("cc") { | 8 component("cc") { |
| 9 sources = [ | 9 sources = [ |
| 10 "animation/animation.cc", | 10 "animation/animation.cc", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "animation/timing_function.h", | 42 "animation/timing_function.h", |
| 43 "animation/transform_operation.cc", | 43 "animation/transform_operation.cc", |
| 44 "animation/transform_operation.h", | 44 "animation/transform_operation.h", |
| 45 "animation/transform_operations.cc", | 45 "animation/transform_operations.cc", |
| 46 "animation/transform_operations.h", | 46 "animation/transform_operations.h", |
| 47 "blimp/client_picture_cache.h", | 47 "blimp/client_picture_cache.h", |
| 48 "blimp/compositor_proto_state.cc", | 48 "blimp/compositor_proto_state.cc", |
| 49 "blimp/compositor_proto_state.h", | 49 "blimp/compositor_proto_state.h", |
| 50 "blimp/compositor_state_deserializer.cc", | 50 "blimp/compositor_state_deserializer.cc", |
| 51 "blimp/compositor_state_deserializer.h", | 51 "blimp/compositor_state_deserializer.h", |
| 52 "blimp/compositor_state_deserializer_client.h", | |
| 53 "blimp/deserialized_content_layer_client.cc", | 52 "blimp/deserialized_content_layer_client.cc", |
| 54 "blimp/deserialized_content_layer_client.h", | 53 "blimp/deserialized_content_layer_client.h", |
| 55 "blimp/engine_picture_cache.h", | 54 "blimp/engine_picture_cache.h", |
| 56 "blimp/image_serialization_processor.h", | 55 "blimp/image_serialization_processor.h", |
| 57 "blimp/layer_factory.h", | 56 "blimp/layer_factory.h", |
| 58 "blimp/layer_tree_host_remote.cc", | 57 "blimp/layer_tree_host_remote.cc", |
| 59 "blimp/layer_tree_host_remote.h", | 58 "blimp/layer_tree_host_remote.h", |
| 60 "blimp/picture_data.cc", | 59 "blimp/picture_data.cc", |
| 61 "blimp/picture_data.h", | 60 "blimp/picture_data.h", |
| 62 "blimp/picture_data_conversions.cc", | 61 "blimp/picture_data_conversions.cc", |
| 63 "blimp/picture_data_conversions.h", | 62 "blimp/picture_data_conversions.h", |
| 64 "blimp/remote_compositor_bridge.cc", | 63 "blimp/remote_compositor_bridge.cc", |
| 65 "blimp/remote_compositor_bridge.h", | 64 "blimp/remote_compositor_bridge.h", |
| 66 "blimp/remote_compositor_bridge_client.h", | 65 "blimp/remote_compositor_bridge_client.h", |
| 66 "blimp/synced_property_remote.h", |
| 67 "debug/benchmark_instrumentation.cc", | 67 "debug/benchmark_instrumentation.cc", |
| 68 "debug/benchmark_instrumentation.h", | 68 "debug/benchmark_instrumentation.h", |
| 69 "debug/debug_colors.cc", | 69 "debug/debug_colors.cc", |
| 70 "debug/debug_colors.h", | 70 "debug/debug_colors.h", |
| 71 "debug/debug_rect_history.cc", | 71 "debug/debug_rect_history.cc", |
| 72 "debug/debug_rect_history.h", | 72 "debug/debug_rect_history.h", |
| 73 "debug/devtools_instrumentation.h", | 73 "debug/devtools_instrumentation.h", |
| 74 "debug/frame_rate_counter.cc", | 74 "debug/frame_rate_counter.cc", |
| 75 "debug/frame_rate_counter.h", | 75 "debug/frame_rate_counter.h", |
| 76 "debug/frame_viewer_instrumentation.cc", | 76 "debug/frame_viewer_instrumentation.cc", |
| (...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 "base/region_unittest.cc", | 843 "base/region_unittest.cc", |
| 844 "base/rolling_time_delta_history_unittest.cc", | 844 "base/rolling_time_delta_history_unittest.cc", |
| 845 "base/rtree_unittest.cc", | 845 "base/rtree_unittest.cc", |
| 846 "base/simple_enclosed_region_unittest.cc", | 846 "base/simple_enclosed_region_unittest.cc", |
| 847 "base/spiral_iterator_unittest.cc", | 847 "base/spiral_iterator_unittest.cc", |
| 848 "base/tiling_data_unittest.cc", | 848 "base/tiling_data_unittest.cc", |
| 849 "base/unique_notifier_unittest.cc", | 849 "base/unique_notifier_unittest.cc", |
| 850 "blimp/compositor_state_deserializer_unittest.cc", | 850 "blimp/compositor_state_deserializer_unittest.cc", |
| 851 "blimp/layer_tree_host_remote_unittest.cc", | 851 "blimp/layer_tree_host_remote_unittest.cc", |
| 852 "blimp/picture_data_conversions_unittest.cc", | 852 "blimp/picture_data_conversions_unittest.cc", |
| 853 "blimp/synced_property_remote_unittest.cc", |
| 853 "debug/layer_tree_debug_state_unittest.cc", | 854 "debug/layer_tree_debug_state_unittest.cc", |
| 854 "debug/micro_benchmark_controller_unittest.cc", | 855 "debug/micro_benchmark_controller_unittest.cc", |
| 855 "debug/rendering_stats_unittest.cc", | 856 "debug/rendering_stats_unittest.cc", |
| 856 "input/browser_controls_offset_manager_unittest.cc", | 857 "input/browser_controls_offset_manager_unittest.cc", |
| 857 "input/layer_selection_bound_unittest.cc", | 858 "input/layer_selection_bound_unittest.cc", |
| 858 "input/scroll_state_unittest.cc", | 859 "input/scroll_state_unittest.cc", |
| 859 "input/scrollbar_animation_controller_linear_fade_unittest.cc", | 860 "input/scrollbar_animation_controller_linear_fade_unittest.cc", |
| 860 "input/scrollbar_animation_controller_thinning_unittest.cc", | 861 "input/scrollbar_animation_controller_thinning_unittest.cc", |
| 861 "ipc/cc_param_traits_unittest.cc", | 862 "ipc/cc_param_traits_unittest.cc", |
| 862 "ipc/struct_traits_unittest.cc", | 863 "ipc/struct_traits_unittest.cc", |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1079 "//ui/gl:test_support", | 1080 "//ui/gl:test_support", |
| 1080 ] | 1081 ] |
| 1081 | 1082 |
| 1082 # This target should not require the Chrome executable to run. | 1083 # This target should not require the Chrome executable to run. |
| 1083 assert_no_deps = [ "//chrome" ] | 1084 assert_no_deps = [ "//chrome" ] |
| 1084 | 1085 |
| 1085 data = [ | 1086 data = [ |
| 1086 "test/data/", | 1087 "test/data/", |
| 1087 ] | 1088 ] |
| 1088 } | 1089 } |
| OLD | NEW |