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") | 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 20 matching lines...) Expand all Loading... |
31 "animation/scrollbar_animation_controller_linear_fade.cc", | 31 "animation/scrollbar_animation_controller_linear_fade.cc", |
32 "animation/scrollbar_animation_controller_linear_fade.h", | 32 "animation/scrollbar_animation_controller_linear_fade.h", |
33 "animation/scrollbar_animation_controller_thinning.cc", | 33 "animation/scrollbar_animation_controller_thinning.cc", |
34 "animation/scrollbar_animation_controller_thinning.h", | 34 "animation/scrollbar_animation_controller_thinning.h", |
35 "animation/timing_function.cc", | 35 "animation/timing_function.cc", |
36 "animation/timing_function.h", | 36 "animation/timing_function.h", |
37 "animation/transform_operation.cc", | 37 "animation/transform_operation.cc", |
38 "animation/transform_operation.h", | 38 "animation/transform_operation.h", |
39 "animation/transform_operations.cc", | 39 "animation/transform_operations.cc", |
40 "animation/transform_operations.h", | 40 "animation/transform_operations.h", |
41 "base/completion_event.h", | |
42 "base/delayed_unique_notifier.cc", | |
43 "base/delayed_unique_notifier.h", | |
44 "base/invalidation_region.cc", | |
45 "base/invalidation_region.h", | |
46 "base/latency_info_swap_promise.cc", | |
47 "base/latency_info_swap_promise.h", | |
48 "base/latency_info_swap_promise_monitor.cc", | |
49 "base/latency_info_swap_promise_monitor.h", | |
50 "base/math_util.cc", | |
51 "base/math_util.h", | |
52 "base/ref_counted_managed.h", | |
53 "base/region.cc", | |
54 "base/region.h", | |
55 "base/rolling_time_delta_history.cc", | |
56 "base/rolling_time_delta_history.h", | |
57 "base/scoped_ptr_algorithm.h", | |
58 "base/scoped_ptr_deque.h", | |
59 "base/scoped_ptr_vector.h", | |
60 "base/simple_enclosed_region.cc", | |
61 "base/simple_enclosed_region.h", | |
62 "base/swap_promise.h", | |
63 "base/swap_promise_monitor.cc", | |
64 "base/swap_promise_monitor.h", | |
65 "base/switches.cc", | |
66 "base/switches.h", | |
67 "base/synced_property.h", | |
68 "base/tiling_data.cc", | |
69 "base/tiling_data.h", | |
70 "base/time_util.h", | |
71 "base/unique_notifier.cc", | |
72 "base/unique_notifier.h", | |
73 "base/util.h", | |
74 "debug/benchmark_instrumentation.cc", | 41 "debug/benchmark_instrumentation.cc", |
75 "debug/benchmark_instrumentation.h", | 42 "debug/benchmark_instrumentation.h", |
76 "debug/debug_colors.cc", | 43 "debug/debug_colors.cc", |
77 "debug/debug_colors.h", | 44 "debug/debug_colors.h", |
78 "debug/debug_rect_history.cc", | 45 "debug/debug_rect_history.cc", |
79 "debug/debug_rect_history.h", | 46 "debug/debug_rect_history.h", |
80 "debug/devtools_instrumentation.h", | 47 "debug/devtools_instrumentation.h", |
81 "debug/frame_rate_counter.cc", | 48 "debug/frame_rate_counter.cc", |
82 "debug/frame_rate_counter.h", | 49 "debug/frame_rate_counter.h", |
83 "debug/frame_timing_request.cc", | 50 "debug/frame_timing_request.cc", |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 "output/filter_operations.cc", | 227 "output/filter_operations.cc", |
261 "output/filter_operations.h", | 228 "output/filter_operations.h", |
262 "output/geometry_binding.cc", | 229 "output/geometry_binding.cc", |
263 "output/geometry_binding.h", | 230 "output/geometry_binding.h", |
264 "output/gl_frame_data.cc", | 231 "output/gl_frame_data.cc", |
265 "output/gl_frame_data.h", | 232 "output/gl_frame_data.h", |
266 "output/gl_renderer.cc", | 233 "output/gl_renderer.cc", |
267 "output/gl_renderer.h", | 234 "output/gl_renderer.h", |
268 "output/gl_renderer_draw_cache.cc", | 235 "output/gl_renderer_draw_cache.cc", |
269 "output/gl_renderer_draw_cache.h", | 236 "output/gl_renderer_draw_cache.h", |
| 237 "output/latency_info_swap_promise.cc", |
| 238 "output/latency_info_swap_promise.h", |
270 "output/managed_memory_policy.cc", | 239 "output/managed_memory_policy.cc", |
271 "output/managed_memory_policy.h", | 240 "output/managed_memory_policy.h", |
272 "output/output_surface.cc", | 241 "output/output_surface.cc", |
273 "output/output_surface.h", | 242 "output/output_surface.h", |
274 "output/output_surface_client.h", | 243 "output/output_surface_client.h", |
275 "output/overlay_candidate.cc", | 244 "output/overlay_candidate.cc", |
276 "output/overlay_candidate.h", | 245 "output/overlay_candidate.h", |
277 "output/overlay_candidate_validator.h", | 246 "output/overlay_candidate_validator.h", |
278 "output/overlay_processor.cc", | 247 "output/overlay_processor.cc", |
279 "output/overlay_processor.h", | 248 "output/overlay_processor.h", |
(...skipping 10 matching lines...) Expand all Loading... |
290 "output/shader.cc", | 259 "output/shader.cc", |
291 "output/shader.h", | 260 "output/shader.h", |
292 "output/software_frame_data.cc", | 261 "output/software_frame_data.cc", |
293 "output/software_frame_data.h", | 262 "output/software_frame_data.h", |
294 "output/software_output_device.cc", | 263 "output/software_output_device.cc", |
295 "output/software_output_device.h", | 264 "output/software_output_device.h", |
296 "output/software_renderer.cc", | 265 "output/software_renderer.cc", |
297 "output/software_renderer.h", | 266 "output/software_renderer.h", |
298 "output/static_geometry_binding.cc", | 267 "output/static_geometry_binding.cc", |
299 "output/static_geometry_binding.h", | 268 "output/static_geometry_binding.h", |
| 269 "output/swap_promise.h", |
300 "output/viewport_selection_bound.cc", | 270 "output/viewport_selection_bound.cc", |
301 "output/viewport_selection_bound.h", | 271 "output/viewport_selection_bound.h", |
302 "output/vsync_parameter_observer.h", | 272 "output/vsync_parameter_observer.h", |
303 "quads/checkerboard_draw_quad.cc", | 273 "quads/checkerboard_draw_quad.cc", |
304 "quads/checkerboard_draw_quad.h", | 274 "quads/checkerboard_draw_quad.h", |
305 "quads/content_draw_quad_base.cc", | 275 "quads/content_draw_quad_base.cc", |
306 "quads/content_draw_quad_base.h", | 276 "quads/content_draw_quad_base.h", |
307 "quads/debug_border_draw_quad.cc", | 277 "quads/debug_border_draw_quad.cc", |
308 "quads/debug_border_draw_quad.h", | 278 "quads/debug_border_draw_quad.h", |
309 "quads/draw_polygon.cc", | 279 "quads/draw_polygon.cc", |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 "scheduler/scheduler_settings.cc", | 471 "scheduler/scheduler_settings.cc", |
502 "scheduler/scheduler_settings.h", | 472 "scheduler/scheduler_settings.h", |
503 "scheduler/scheduler_state_machine.cc", | 473 "scheduler/scheduler_state_machine.cc", |
504 "scheduler/scheduler_state_machine.h", | 474 "scheduler/scheduler_state_machine.h", |
505 "trees/blocking_task_runner.cc", | 475 "trees/blocking_task_runner.cc", |
506 "trees/blocking_task_runner.h", | 476 "trees/blocking_task_runner.h", |
507 "trees/damage_tracker.cc", | 477 "trees/damage_tracker.cc", |
508 "trees/damage_tracker.h", | 478 "trees/damage_tracker.h", |
509 "trees/draw_property_utils.cc", | 479 "trees/draw_property_utils.cc", |
510 "trees/draw_property_utils.h", | 480 "trees/draw_property_utils.h", |
| 481 "trees/latency_info_swap_promise_monitor.cc", |
| 482 "trees/latency_info_swap_promise_monitor.h", |
511 "trees/layer_tree_host.cc", | 483 "trees/layer_tree_host.cc", |
512 "trees/layer_tree_host.h", | 484 "trees/layer_tree_host.h", |
513 "trees/layer_tree_host_client.h", | 485 "trees/layer_tree_host_client.h", |
514 "trees/layer_tree_host_common.cc", | 486 "trees/layer_tree_host_common.cc", |
515 "trees/layer_tree_host_common.h", | 487 "trees/layer_tree_host_common.h", |
516 "trees/layer_tree_host_impl.cc", | 488 "trees/layer_tree_host_impl.cc", |
517 "trees/layer_tree_host_impl.h", | 489 "trees/layer_tree_host_impl.h", |
518 "trees/layer_tree_host_single_thread_client.h", | 490 "trees/layer_tree_host_single_thread_client.h", |
519 "trees/layer_tree_impl.cc", | 491 "trees/layer_tree_impl.cc", |
520 "trees/layer_tree_impl.h", | 492 "trees/layer_tree_impl.h", |
521 "trees/layer_tree_settings.cc", | 493 "trees/layer_tree_settings.cc", |
522 "trees/layer_tree_settings.h", | 494 "trees/layer_tree_settings.h", |
523 "trees/occlusion.cc", | 495 "trees/occlusion.cc", |
524 "trees/occlusion.h", | 496 "trees/occlusion.h", |
525 "trees/occlusion_tracker.cc", | 497 "trees/occlusion_tracker.cc", |
526 "trees/occlusion_tracker.h", | 498 "trees/occlusion_tracker.h", |
527 "trees/property_tree.cc", | 499 "trees/property_tree.cc", |
528 "trees/property_tree.h", | 500 "trees/property_tree.h", |
529 "trees/property_tree_builder.cc", | 501 "trees/property_tree_builder.cc", |
530 "trees/property_tree_builder.h", | 502 "trees/property_tree_builder.h", |
531 "trees/proxy.cc", | 503 "trees/proxy.cc", |
532 "trees/proxy.h", | 504 "trees/proxy.h", |
533 "trees/proxy_timing_history.cc", | 505 "trees/proxy_timing_history.cc", |
534 "trees/proxy_timing_history.h", | 506 "trees/proxy_timing_history.h", |
535 "trees/scoped_abort_remaining_swap_promises.h", | 507 "trees/scoped_abort_remaining_swap_promises.h", |
536 "trees/single_thread_proxy.cc", | 508 "trees/single_thread_proxy.cc", |
537 "trees/single_thread_proxy.h", | 509 "trees/single_thread_proxy.h", |
| 510 "trees/swap_promise_monitor.cc", |
| 511 "trees/swap_promise_monitor.h", |
538 "trees/thread_proxy.cc", | 512 "trees/thread_proxy.cc", |
539 "trees/thread_proxy.h", | 513 "trees/thread_proxy.h", |
540 "trees/tree_synchronizer.cc", | 514 "trees/tree_synchronizer.cc", |
541 "trees/tree_synchronizer.h", | 515 "trees/tree_synchronizer.h", |
542 ] | 516 ] |
543 | 517 |
544 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 518 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
545 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 519 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
546 | 520 |
547 public_deps = [ | 521 public_deps = [ |
| 522 "//cc/base", |
548 "//skia", | 523 "//skia", |
549 ] | 524 ] |
550 deps = [ | 525 deps = [ |
551 "//base", | 526 "//base", |
552 "//base/third_party/dynamic_annotations", | 527 "//base/third_party/dynamic_annotations", |
553 "//cc/surfaces:surface_id", | 528 "//cc/surfaces:surface_id", |
554 "//gpu", | 529 "//gpu", |
555 "//gpu/command_buffer/client:gles2_interface", | 530 "//gpu/command_buffer/client:gles2_interface", |
556 "//gpu/command_buffer/client:gpu_memory_buffer_manager", | 531 "//gpu/command_buffer/client:gpu_memory_buffer_manager", |
557 "//media", | 532 "//media", |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 "//testing/gmock", | 898 "//testing/gmock", |
924 "//testing/gtest", | 899 "//testing/gtest", |
925 "//testing/perf", | 900 "//testing/perf", |
926 "//ui/gfx", | 901 "//ui/gfx", |
927 "//ui/gfx/geometry", | 902 "//ui/gfx/geometry", |
928 "//ui/gl", | 903 "//ui/gl", |
929 ] | 904 ] |
930 } | 905 } |
931 # When adding support for isolates, please have a look at run-time dependencies | 906 # When adding support for isolates, please have a look at run-time dependencies |
932 # in the cc_unittests_run target in cc_tests.gyp. | 907 # in the cc_unittests_run target in cc_tests.gyp. |
OLD | NEW |