| 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("//cc/cc.gni") | 6 import("//cc/cc.gni") |
| 7 | 7 |
| 8 cc_component("cc") { | 8 cc_component("cc") { |
| 9 sources = [ | 9 sources = [ |
| 10 "blimp/client_picture_cache.h", | |
| 11 "blimp/compositor_proto_state.cc", | |
| 12 "blimp/compositor_proto_state.h", | |
| 13 "blimp/compositor_state_deserializer.cc", | |
| 14 "blimp/compositor_state_deserializer.h", | |
| 15 "blimp/deserialized_content_layer_client.cc", | |
| 16 "blimp/deserialized_content_layer_client.h", | |
| 17 "blimp/engine_picture_cache.h", | |
| 18 "blimp/image_serialization_processor.h", | |
| 19 "blimp/layer_factory.h", | |
| 20 "blimp/layer_tree_host_remote.cc", | |
| 21 "blimp/layer_tree_host_remote.h", | |
| 22 "blimp/picture_data.cc", | |
| 23 "blimp/picture_data.h", | |
| 24 "blimp/picture_data_conversions.cc", | |
| 25 "blimp/picture_data_conversions.h", | |
| 26 "blimp/remote_compositor_bridge.cc", | |
| 27 "blimp/remote_compositor_bridge.h", | |
| 28 "blimp/remote_compositor_bridge_client.h", | |
| 29 "blimp/synced_property_remote.h", | |
| 30 "debug/benchmark_instrumentation.cc", | 10 "debug/benchmark_instrumentation.cc", |
| 31 "debug/benchmark_instrumentation.h", | 11 "debug/benchmark_instrumentation.h", |
| 32 "debug/debug_colors.cc", | 12 "debug/debug_colors.cc", |
| 33 "debug/debug_colors.h", | 13 "debug/debug_colors.h", |
| 34 "debug/debug_rect_history.cc", | 14 "debug/debug_rect_history.cc", |
| 35 "debug/debug_rect_history.h", | 15 "debug/debug_rect_history.h", |
| 36 "debug/devtools_instrumentation.cc", | 16 "debug/devtools_instrumentation.cc", |
| 37 "debug/devtools_instrumentation.h", | 17 "debug/devtools_instrumentation.h", |
| 38 "debug/frame_rate_counter.cc", | 18 "debug/frame_rate_counter.cc", |
| 39 "debug/frame_rate_counter.h", | 19 "debug/frame_rate_counter.h", |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "playback/decoded_draw_image.cc", | 247 "playback/decoded_draw_image.cc", |
| 268 "playback/decoded_draw_image.h", | 248 "playback/decoded_draw_image.h", |
| 269 "playback/discardable_image_map.cc", | 249 "playback/discardable_image_map.cc", |
| 270 "playback/discardable_image_map.h", | 250 "playback/discardable_image_map.h", |
| 271 "playback/display_item.cc", | 251 "playback/display_item.cc", |
| 272 "playback/display_item.h", | 252 "playback/display_item.h", |
| 273 "playback/display_item_list.cc", | 253 "playback/display_item_list.cc", |
| 274 "playback/display_item_list.h", | 254 "playback/display_item_list.h", |
| 275 "playback/display_item_list_settings.cc", | 255 "playback/display_item_list_settings.cc", |
| 276 "playback/display_item_list_settings.h", | 256 "playback/display_item_list_settings.h", |
| 277 "playback/display_item_proto_factory.cc", | |
| 278 "playback/display_item_proto_factory.h", | |
| 279 "playback/draw_image.cc", | 257 "playback/draw_image.cc", |
| 280 "playback/draw_image.h", | 258 "playback/draw_image.h", |
| 281 "playback/drawing_display_item.cc", | 259 "playback/drawing_display_item.cc", |
| 282 "playback/drawing_display_item.h", | 260 "playback/drawing_display_item.h", |
| 283 "playback/filter_display_item.cc", | 261 "playback/filter_display_item.cc", |
| 284 "playback/filter_display_item.h", | 262 "playback/filter_display_item.h", |
| 285 "playback/float_clip_display_item.cc", | 263 "playback/float_clip_display_item.cc", |
| 286 "playback/float_clip_display_item.h", | 264 "playback/float_clip_display_item.h", |
| 287 "playback/image_hijack_canvas.cc", | 265 "playback/image_hijack_canvas.cc", |
| 288 "playback/image_hijack_canvas.h", | 266 "playback/image_hijack_canvas.h", |
| 289 "playback/largest_display_item.cc", | 267 "playback/largest_display_item.cc", |
| 290 "playback/largest_display_item.h", | 268 "playback/largest_display_item.h", |
| 291 "playback/raster_source.cc", | 269 "playback/raster_source.cc", |
| 292 "playback/raster_source.h", | 270 "playback/raster_source.h", |
| 293 "playback/recording_source.cc", | 271 "playback/recording_source.cc", |
| 294 "playback/recording_source.h", | 272 "playback/recording_source.h", |
| 295 "playback/skip_image_canvas.cc", | 273 "playback/skip_image_canvas.cc", |
| 296 "playback/skip_image_canvas.h", | 274 "playback/skip_image_canvas.h", |
| 297 "playback/transform_display_item.cc", | 275 "playback/transform_display_item.cc", |
| 298 "playback/transform_display_item.h", | 276 "playback/transform_display_item.h", |
| 299 "proto/base_conversions.cc", | |
| 300 "proto/base_conversions.h", | |
| 301 "proto/cc_conversions.cc", | |
| 302 "proto/cc_conversions.h", | |
| 303 "proto/gfx_conversions.cc", | |
| 304 "proto/gfx_conversions.h", | |
| 305 "proto/skia_conversions.cc", | |
| 306 "proto/skia_conversions.h", | |
| 307 "quads/content_draw_quad_base.cc", | 277 "quads/content_draw_quad_base.cc", |
| 308 "quads/content_draw_quad_base.h", | 278 "quads/content_draw_quad_base.h", |
| 309 "quads/debug_border_draw_quad.cc", | 279 "quads/debug_border_draw_quad.cc", |
| 310 "quads/debug_border_draw_quad.h", | 280 "quads/debug_border_draw_quad.h", |
| 311 "quads/draw_polygon.cc", | 281 "quads/draw_polygon.cc", |
| 312 "quads/draw_polygon.h", | 282 "quads/draw_polygon.h", |
| 313 "quads/draw_quad.cc", | 283 "quads/draw_quad.cc", |
| 314 "quads/draw_quad.h", | 284 "quads/draw_quad.h", |
| 315 "quads/largest_draw_quad.cc", | 285 "quads/largest_draw_quad.cc", |
| 316 "quads/largest_draw_quad.h", | 286 "quads/largest_draw_quad.h", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 "trees/tree_synchronizer.h", | 505 "trees/tree_synchronizer.h", |
| 536 ] | 506 ] |
| 537 | 507 |
| 538 if (current_cpu == "x86" || current_cpu == "x64") { | 508 if (current_cpu == "x86" || current_cpu == "x64") { |
| 539 sources += [ | 509 sources += [ |
| 540 "raster/texture_compressor_etc1_sse.cc", | 510 "raster/texture_compressor_etc1_sse.cc", |
| 541 "raster/texture_compressor_etc1_sse.h", | 511 "raster/texture_compressor_etc1_sse.h", |
| 542 ] | 512 ] |
| 543 } | 513 } |
| 544 | 514 |
| 515 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed. |
| 516 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 517 |
| 545 public_deps = [ | 518 public_deps = [ |
| 546 "//cc/base", | 519 "//cc/base", |
| 547 "//skia", | 520 "//skia", |
| 548 ] | 521 ] |
| 549 deps = [ | 522 deps = [ |
| 550 "//base", | 523 "//base", |
| 551 "//base/third_party/dynamic_annotations", | 524 "//base/third_party/dynamic_annotations", |
| 552 "//cc/proto", | |
| 553 "//cc/surfaces:surface_id", | 525 "//cc/surfaces:surface_id", |
| 554 "//gpu", | 526 "//gpu", |
| 555 "//gpu/command_buffer/client:gles2_implementation", | 527 "//gpu/command_buffer/client:gles2_implementation", |
| 556 "//gpu/command_buffer/client:gles2_interface", | 528 "//gpu/command_buffer/client:gles2_interface", |
| 557 "//gpu/ipc:gl_in_process_context", | 529 "//gpu/ipc:gl_in_process_context", |
| 558 "//gpu/skia_bindings:skia_bindings", | 530 "//gpu/skia_bindings:skia_bindings", |
| 559 "//media", | 531 "//media", |
| 560 "//third_party/libyuv", | 532 "//third_party/libyuv", |
| 561 "//ui/events:events_base", | 533 "//ui/events:events_base", |
| 562 "//ui/gfx", | 534 "//ui/gfx", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 580 testonly = true | 552 testonly = true |
| 581 sources = [ | 553 sources = [ |
| 582 "test/animation_test_common.cc", | 554 "test/animation_test_common.cc", |
| 583 "test/animation_test_common.h", | 555 "test/animation_test_common.h", |
| 584 "test/animation_timelines_test_common.cc", | 556 "test/animation_timelines_test_common.cc", |
| 585 "test/animation_timelines_test_common.h", | 557 "test/animation_timelines_test_common.h", |
| 586 "test/begin_frame_args_test.cc", | 558 "test/begin_frame_args_test.cc", |
| 587 "test/begin_frame_args_test.h", | 559 "test/begin_frame_args_test.h", |
| 588 "test/begin_frame_source_test.cc", | 560 "test/begin_frame_source_test.cc", |
| 589 "test/begin_frame_source_test.h", | 561 "test/begin_frame_source_test.h", |
| 590 "test/fake_client_picture_cache.cc", | |
| 591 "test/fake_client_picture_cache.h", | |
| 592 "test/fake_compositor_frame_sink.cc", | 562 "test/fake_compositor_frame_sink.cc", |
| 593 "test/fake_compositor_frame_sink.h", | 563 "test/fake_compositor_frame_sink.h", |
| 594 "test/fake_compositor_frame_sink_client.cc", | 564 "test/fake_compositor_frame_sink_client.cc", |
| 595 "test/fake_compositor_frame_sink_client.h", | 565 "test/fake_compositor_frame_sink_client.h", |
| 596 "test/fake_content_layer_client.cc", | 566 "test/fake_content_layer_client.cc", |
| 597 "test/fake_content_layer_client.h", | 567 "test/fake_content_layer_client.h", |
| 598 "test/fake_engine_picture_cache.cc", | |
| 599 "test/fake_engine_picture_cache.h", | |
| 600 "test/fake_external_begin_frame_source.cc", | 568 "test/fake_external_begin_frame_source.cc", |
| 601 "test/fake_external_begin_frame_source.h", | 569 "test/fake_external_begin_frame_source.h", |
| 602 "test/fake_image_serialization_processor.cc", | |
| 603 "test/fake_image_serialization_processor.h", | |
| 604 "test/fake_impl_task_runner_provider.h", | 570 "test/fake_impl_task_runner_provider.h", |
| 605 "test/fake_layer_tree_host.cc", | 571 "test/fake_layer_tree_host.cc", |
| 606 "test/fake_layer_tree_host.h", | 572 "test/fake_layer_tree_host.h", |
| 607 "test/fake_layer_tree_host_client.cc", | 573 "test/fake_layer_tree_host_client.cc", |
| 608 "test/fake_layer_tree_host_client.h", | 574 "test/fake_layer_tree_host_client.h", |
| 609 "test/fake_layer_tree_host_impl.cc", | 575 "test/fake_layer_tree_host_impl.cc", |
| 610 "test/fake_layer_tree_host_impl.h", | 576 "test/fake_layer_tree_host_impl.h", |
| 611 "test/fake_layer_tree_host_impl_client.cc", | 577 "test/fake_layer_tree_host_impl_client.cc", |
| 612 "test/fake_layer_tree_host_impl_client.h", | 578 "test/fake_layer_tree_host_impl_client.h", |
| 613 "test/fake_mask_layer_impl.cc", | 579 "test/fake_mask_layer_impl.cc", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 625 "test/fake_picture_layer_tiling_client.cc", | 591 "test/fake_picture_layer_tiling_client.cc", |
| 626 "test/fake_picture_layer_tiling_client.h", | 592 "test/fake_picture_layer_tiling_client.h", |
| 627 "test/fake_proxy.cc", | 593 "test/fake_proxy.cc", |
| 628 "test/fake_proxy.h", | 594 "test/fake_proxy.h", |
| 629 "test/fake_raster_buffer_provider.cc", | 595 "test/fake_raster_buffer_provider.cc", |
| 630 "test/fake_raster_buffer_provider.h", | 596 "test/fake_raster_buffer_provider.h", |
| 631 "test/fake_raster_source.cc", | 597 "test/fake_raster_source.cc", |
| 632 "test/fake_raster_source.h", | 598 "test/fake_raster_source.h", |
| 633 "test/fake_recording_source.cc", | 599 "test/fake_recording_source.cc", |
| 634 "test/fake_recording_source.h", | 600 "test/fake_recording_source.h", |
| 635 "test/fake_remote_compositor_bridge.cc", | |
| 636 "test/fake_remote_compositor_bridge.h", | |
| 637 "test/fake_rendering_stats_instrumentation.h", | 601 "test/fake_rendering_stats_instrumentation.h", |
| 638 "test/fake_resource_provider.h", | 602 "test/fake_resource_provider.h", |
| 639 "test/fake_scoped_ui_resource.cc", | 603 "test/fake_scoped_ui_resource.cc", |
| 640 "test/fake_scoped_ui_resource.h", | 604 "test/fake_scoped_ui_resource.h", |
| 641 "test/fake_scrollbar.cc", | 605 "test/fake_scrollbar.cc", |
| 642 "test/fake_scrollbar.h", | 606 "test/fake_scrollbar.h", |
| 643 "test/fake_tile_manager.cc", | 607 "test/fake_tile_manager.cc", |
| 644 "test/fake_tile_manager.h", | 608 "test/fake_tile_manager.h", |
| 645 "test/fake_tile_manager_client.cc", | 609 "test/fake_tile_manager_client.cc", |
| 646 "test/fake_tile_manager_client.h", | 610 "test/fake_tile_manager_client.h", |
| 647 "test/fake_tile_task_manager.cc", | 611 "test/fake_tile_task_manager.cc", |
| 648 "test/fake_tile_task_manager.h", | 612 "test/fake_tile_task_manager.h", |
| 649 "test/fake_ui_resource_layer_tree_host_impl.cc", | 613 "test/fake_ui_resource_layer_tree_host_impl.cc", |
| 650 "test/fake_ui_resource_layer_tree_host_impl.h", | 614 "test/fake_ui_resource_layer_tree_host_impl.h", |
| 651 "test/fake_video_frame_provider.cc", | 615 "test/fake_video_frame_provider.cc", |
| 652 "test/fake_video_frame_provider.h", | 616 "test/fake_video_frame_provider.h", |
| 653 "test/geometry_test_utils.cc", | 617 "test/geometry_test_utils.cc", |
| 654 "test/geometry_test_utils.h", | 618 "test/geometry_test_utils.h", |
| 655 "test/layer_internals_for_test.cc", | 619 "test/layer_internals_for_test.cc", |
| 656 "test/layer_internals_for_test.h", | 620 "test/layer_internals_for_test.h", |
| 657 "test/layer_test_common.cc", | 621 "test/layer_test_common.cc", |
| 658 "test/layer_test_common.h", | 622 "test/layer_test_common.h", |
| 659 "test/layer_tree_host_remote_for_testing.cc", | |
| 660 "test/layer_tree_host_remote_for_testing.h", | |
| 661 "test/layer_tree_json_parser.cc", | 623 "test/layer_tree_json_parser.cc", |
| 662 "test/layer_tree_json_parser.h", | 624 "test/layer_tree_json_parser.h", |
| 663 "test/layer_tree_pixel_resource_test.cc", | 625 "test/layer_tree_pixel_resource_test.cc", |
| 664 "test/layer_tree_pixel_resource_test.h", | 626 "test/layer_tree_pixel_resource_test.h", |
| 665 "test/layer_tree_pixel_test.cc", | 627 "test/layer_tree_pixel_test.cc", |
| 666 "test/layer_tree_pixel_test.h", | 628 "test/layer_tree_pixel_test.h", |
| 667 "test/layer_tree_settings_for_testing.cc", | 629 "test/layer_tree_settings_for_testing.cc", |
| 668 "test/layer_tree_settings_for_testing.h", | 630 "test/layer_tree_settings_for_testing.h", |
| 669 "test/layer_tree_test.cc", | 631 "test/layer_tree_test.cc", |
| 670 "test/layer_tree_test.h", | 632 "test/layer_tree_test.h", |
| 671 "test/mock_helper.h", | 633 "test/mock_helper.h", |
| 672 "test/mock_occlusion_tracker.h", | 634 "test/mock_occlusion_tracker.h", |
| 673 "test/ordered_simple_task_runner.cc", | 635 "test/ordered_simple_task_runner.cc", |
| 674 "test/ordered_simple_task_runner.h", | 636 "test/ordered_simple_task_runner.h", |
| 675 "test/ordered_texture_map.cc", | 637 "test/ordered_texture_map.cc", |
| 676 "test/ordered_texture_map.h", | 638 "test/ordered_texture_map.h", |
| 677 "test/paths.cc", | 639 "test/paths.cc", |
| 678 "test/paths.h", | 640 "test/paths.h", |
| 679 "test/picture_cache_model.cc", | |
| 680 "test/picture_cache_model.h", | |
| 681 "test/pixel_comparator.cc", | 641 "test/pixel_comparator.cc", |
| 682 "test/pixel_comparator.h", | 642 "test/pixel_comparator.h", |
| 683 "test/pixel_test.cc", | 643 "test/pixel_test.cc", |
| 684 "test/pixel_test.h", | 644 "test/pixel_test.h", |
| 685 "test/pixel_test_output_surface.cc", | 645 "test/pixel_test_output_surface.cc", |
| 686 "test/pixel_test_output_surface.h", | 646 "test/pixel_test_output_surface.h", |
| 687 "test/pixel_test_utils.cc", | 647 "test/pixel_test_utils.cc", |
| 688 "test/pixel_test_utils.h", | 648 "test/pixel_test_utils.h", |
| 689 "test/push_properties_counting_layer.cc", | 649 "test/push_properties_counting_layer.cc", |
| 690 "test/push_properties_counting_layer.h", | 650 "test/push_properties_counting_layer.h", |
| 691 "test/push_properties_counting_layer_impl.cc", | 651 "test/push_properties_counting_layer_impl.cc", |
| 692 "test/push_properties_counting_layer_impl.h", | 652 "test/push_properties_counting_layer_impl.h", |
| 693 "test/remote_client_layer_factory.cc", | |
| 694 "test/remote_client_layer_factory.h", | |
| 695 "test/remote_compositor_test.cc", | |
| 696 "test/remote_compositor_test.h", | |
| 697 "test/render_pass_test_utils.cc", | 653 "test/render_pass_test_utils.cc", |
| 698 "test/render_pass_test_utils.h", | 654 "test/render_pass_test_utils.h", |
| 699 "test/scheduler_test_common.cc", | 655 "test/scheduler_test_common.cc", |
| 700 "test/scheduler_test_common.h", | 656 "test/scheduler_test_common.h", |
| 701 "test/serialization_test_utils.cc", | |
| 702 "test/serialization_test_utils.h", | |
| 703 "test/skia_common.cc", | 657 "test/skia_common.cc", |
| 704 "test/skia_common.h", | 658 "test/skia_common.h", |
| 705 "test/solid_color_content_layer_client.cc", | 659 "test/solid_color_content_layer_client.cc", |
| 706 "test/solid_color_content_layer_client.h", | 660 "test/solid_color_content_layer_client.h", |
| 707 "test/stub_layer_tree_host_client.cc", | 661 "test/stub_layer_tree_host_client.cc", |
| 708 "test/stub_layer_tree_host_client.h", | 662 "test/stub_layer_tree_host_client.h", |
| 709 "test/stub_layer_tree_host_single_thread_client.cc", | 663 "test/stub_layer_tree_host_single_thread_client.cc", |
| 710 "test/stub_layer_tree_host_single_thread_client.h", | 664 "test/stub_layer_tree_host_single_thread_client.h", |
| 711 "test/surface_aggregator_test_helpers.cc", | 665 "test/surface_aggregator_test_helpers.cc", |
| 712 "test/surface_aggregator_test_helpers.h", | 666 "test/surface_aggregator_test_helpers.h", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 | 703 |
| 750 public_deps = [ | 704 public_deps = [ |
| 751 ":cc", | 705 ":cc", |
| 752 "//cc/animation", | 706 "//cc/animation", |
| 753 "//gpu:test_support", | 707 "//gpu:test_support", |
| 754 ] | 708 ] |
| 755 deps = [ | 709 deps = [ |
| 756 "//base", | 710 "//base", |
| 757 "//base/test:test_support", | 711 "//base/test:test_support", |
| 758 "//base/third_party/dynamic_annotations", | 712 "//base/third_party/dynamic_annotations", |
| 759 "//cc/proto", | |
| 760 "//cc/surfaces", | 713 "//cc/surfaces", |
| 761 "//cc/surfaces:surface_id", | 714 "//cc/surfaces:surface_id", |
| 762 "//gpu/command_buffer/client:gles2_c_lib", | 715 "//gpu/command_buffer/client:gles2_c_lib", |
| 763 "//gpu/command_buffer/client:gles2_implementation", | 716 "//gpu/command_buffer/client:gles2_implementation", |
| 764 "//gpu/command_buffer/common:gles2_utils", | 717 "//gpu/command_buffer/common:gles2_utils", |
| 765 "//gpu/ipc:gl_in_process_context", | 718 "//gpu/ipc:gl_in_process_context", |
| 766 "//gpu/skia_bindings", | 719 "//gpu/skia_bindings", |
| 767 "//media", | 720 "//media", |
| 768 "//skia", | 721 "//skia", |
| 769 "//testing/gmock", | 722 "//testing/gmock", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 791 "base/list_container_unittest.cc", | 744 "base/list_container_unittest.cc", |
| 792 "base/math_util_unittest.cc", | 745 "base/math_util_unittest.cc", |
| 793 "base/random_access_list_container_unittest.cc", | 746 "base/random_access_list_container_unittest.cc", |
| 794 "base/region_unittest.cc", | 747 "base/region_unittest.cc", |
| 795 "base/rolling_time_delta_history_unittest.cc", | 748 "base/rolling_time_delta_history_unittest.cc", |
| 796 "base/rtree_unittest.cc", | 749 "base/rtree_unittest.cc", |
| 797 "base/simple_enclosed_region_unittest.cc", | 750 "base/simple_enclosed_region_unittest.cc", |
| 798 "base/spiral_iterator_unittest.cc", | 751 "base/spiral_iterator_unittest.cc", |
| 799 "base/tiling_data_unittest.cc", | 752 "base/tiling_data_unittest.cc", |
| 800 "base/unique_notifier_unittest.cc", | 753 "base/unique_notifier_unittest.cc", |
| 801 "blimp/compositor_state_deserializer_unittest.cc", | |
| 802 "blimp/layer_tree_host_remote_unittest.cc", | |
| 803 "blimp/layer_tree_host_unittest_serialization.cc", | |
| 804 "blimp/picture_data_conversions_unittest.cc", | |
| 805 "blimp/synced_property_remote_unittest.cc", | |
| 806 "debug/micro_benchmark_controller_unittest.cc", | 754 "debug/micro_benchmark_controller_unittest.cc", |
| 807 "debug/rendering_stats_unittest.cc", | 755 "debug/rendering_stats_unittest.cc", |
| 808 "input/browser_controls_offset_manager_unittest.cc", | 756 "input/browser_controls_offset_manager_unittest.cc", |
| 809 "input/layer_selection_bound_unittest.cc", | |
| 810 "input/scroll_state_unittest.cc", | 757 "input/scroll_state_unittest.cc", |
| 811 "input/scrollbar_animation_controller_linear_fade_unittest.cc", | 758 "input/scrollbar_animation_controller_linear_fade_unittest.cc", |
| 812 "input/scrollbar_animation_controller_thinning_unittest.cc", | 759 "input/scrollbar_animation_controller_thinning_unittest.cc", |
| 813 "ipc/cc_param_traits_unittest.cc", | 760 "ipc/cc_param_traits_unittest.cc", |
| 814 "ipc/struct_traits_unittest.cc", | 761 "ipc/struct_traits_unittest.cc", |
| 815 "layers/heads_up_display_layer_impl_unittest.cc", | 762 "layers/heads_up_display_layer_impl_unittest.cc", |
| 816 "layers/heads_up_display_unittest.cc", | 763 "layers/heads_up_display_unittest.cc", |
| 817 "layers/layer_impl_unittest.cc", | 764 "layers/layer_impl_unittest.cc", |
| 818 "layers/layer_iterator_unittest.cc", | 765 "layers/layer_iterator_unittest.cc", |
| 819 "layers/layer_list_iterator_unittest.cc", | 766 "layers/layer_list_iterator_unittest.cc", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 "output/overlay_unittest.cc", | 799 "output/overlay_unittest.cc", |
| 853 "output/renderer_pixeltest.cc", | 800 "output/renderer_pixeltest.cc", |
| 854 "output/shader_unittest.cc", | 801 "output/shader_unittest.cc", |
| 855 "output/software_renderer_unittest.cc", | 802 "output/software_renderer_unittest.cc", |
| 856 "output/texture_mailbox_deleter_unittest.cc", | 803 "output/texture_mailbox_deleter_unittest.cc", |
| 857 "playback/discardable_image_map_unittest.cc", | 804 "playback/discardable_image_map_unittest.cc", |
| 858 "playback/display_item_list_unittest.cc", | 805 "playback/display_item_list_unittest.cc", |
| 859 "playback/image_hijack_canvas_unittest.cc", | 806 "playback/image_hijack_canvas_unittest.cc", |
| 860 "playback/raster_source_unittest.cc", | 807 "playback/raster_source_unittest.cc", |
| 861 "playback/recording_source_unittest.cc", | 808 "playback/recording_source_unittest.cc", |
| 862 "proto/base_conversions_unittest.cc", | |
| 863 "proto/cc_conversions_unittest.cc", | |
| 864 "proto/gfx_conversions_unittest.cc", | |
| 865 "proto/skia_conversions_unittest.cc", | |
| 866 "quads/draw_polygon_unittest.cc", | 809 "quads/draw_polygon_unittest.cc", |
| 867 "quads/draw_quad_unittest.cc", | 810 "quads/draw_quad_unittest.cc", |
| 868 "quads/render_pass_unittest.cc", | 811 "quads/render_pass_unittest.cc", |
| 869 "raster/raster_buffer_provider_unittest.cc", | 812 "raster/raster_buffer_provider_unittest.cc", |
| 870 "raster/scoped_gpu_raster_unittest.cc", | 813 "raster/scoped_gpu_raster_unittest.cc", |
| 871 "raster/single_thread_task_graph_runner_unittest.cc", | 814 "raster/single_thread_task_graph_runner_unittest.cc", |
| 872 "raster/synchronous_task_graph_runner_unittest.cc", | 815 "raster/synchronous_task_graph_runner_unittest.cc", |
| 873 "raster/texture_compressor_etc1_unittest.cc", | 816 "raster/texture_compressor_etc1_unittest.cc", |
| 874 "resources/platform_color_unittest.cc", | 817 "resources/platform_color_unittest.cc", |
| 875 "resources/resource_pool_unittest.cc", | 818 "resources/resource_pool_unittest.cc", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 "test/cc_test_suite.cc", | 896 "test/cc_test_suite.cc", |
| 954 "test/run_all_unittests.cc", | 897 "test/run_all_unittests.cc", |
| 955 ] | 898 ] |
| 956 | 899 |
| 957 if (!is_android) { | 900 if (!is_android) { |
| 958 data = [ | 901 data = [ |
| 959 "test/data/", | 902 "test/data/", |
| 960 ] | 903 ] |
| 961 } | 904 } |
| 962 | 905 |
| 906 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed. |
| 907 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 908 |
| 963 deps = [ | 909 deps = [ |
| 964 ":cc", | 910 ":cc", |
| 965 ":test_support", | 911 ":test_support", |
| 966 "//base/test:test_support", | 912 "//base/test:test_support", |
| 967 "//cc/ipc", | 913 "//cc/ipc", |
| 968 "//cc/ipc:test_interfaces", | 914 "//cc/ipc:test_interfaces", |
| 969 "//cc/proto", | |
| 970 "//cc/surfaces", | 915 "//cc/surfaces", |
| 971 "//cc/surfaces:surface_id", | 916 "//cc/surfaces:surface_id", |
| 972 "//cc/surfaces:surfaces", | 917 "//cc/surfaces:surfaces", |
| 973 "//gpu", | 918 "//gpu", |
| 974 "//gpu:test_support", | 919 "//gpu:test_support", |
| 975 "//gpu/command_buffer/client:gles2_interface", | 920 "//gpu/command_buffer/client:gles2_interface", |
| 976 "//gpu/command_buffer/common:gles2_utils", | 921 "//gpu/command_buffer/common:gles2_utils", |
| 977 "//media", | 922 "//media", |
| 978 "//mojo/edk/system", | 923 "//mojo/edk/system", |
| 979 "//mojo/public/cpp/bindings", | 924 "//mojo/public/cpp/bindings", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1043 data = [ | 988 data = [ |
| 1044 "test/data/", | 989 "test/data/", |
| 1045 | 990 |
| 1046 # Needed for isolate script to execute. | 991 # Needed for isolate script to execute. |
| 1047 "//testing/scripts/common.py", | 992 "//testing/scripts/common.py", |
| 1048 "//testing/xvfb.py", | 993 "//testing/xvfb.py", |
| 1049 "//testing/scripts/run_gtest_perf_test.py", | 994 "//testing/scripts/run_gtest_perf_test.py", |
| 1050 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 995 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 1051 ] | 996 ] |
| 1052 } | 997 } |
| OLD | NEW |