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

Side by Side Diff: cc/BUILD.gn

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "output/copy_output_request.cc", 239 "output/copy_output_request.cc",
240 "output/copy_output_request.h", 240 "output/copy_output_request.h",
241 "output/copy_output_result.cc", 241 "output/copy_output_result.cc",
242 "output/copy_output_result.h", 242 "output/copy_output_result.h",
243 "output/delegated_frame_data.cc", 243 "output/delegated_frame_data.cc",
244 "output/delegated_frame_data.h", 244 "output/delegated_frame_data.h",
245 "output/delegating_renderer.cc", 245 "output/delegating_renderer.cc",
246 "output/delegating_renderer.h", 246 "output/delegating_renderer.h",
247 "output/direct_renderer.cc", 247 "output/direct_renderer.cc",
248 "output/direct_renderer.h", 248 "output/direct_renderer.h",
249 "output/dynamic_geometry_binding.cc",
250 "output/dynamic_geometry_binding.h",
249 "output/filter_operation.cc", 251 "output/filter_operation.cc",
250 "output/filter_operation.h", 252 "output/filter_operation.h",
251 "output/filter_operations.cc", 253 "output/filter_operations.cc",
252 "output/filter_operations.h", 254 "output/filter_operations.h",
253 "output/geometry_binding.cc", 255 "output/geometry_binding.cc",
254 "output/geometry_binding.h", 256 "output/geometry_binding.h",
255 "output/gl_frame_data.cc", 257 "output/gl_frame_data.cc",
256 "output/gl_frame_data.h", 258 "output/gl_frame_data.h",
257 "output/gl_renderer.cc", 259 "output/gl_renderer.cc",
258 "output/gl_renderer.h", 260 "output/gl_renderer.h",
(...skipping 20 matching lines...) Expand all
279 "output/renderer_settings.cc", 281 "output/renderer_settings.cc",
280 "output/renderer_settings.h", 282 "output/renderer_settings.h",
281 "output/shader.cc", 283 "output/shader.cc",
282 "output/shader.h", 284 "output/shader.h",
283 "output/software_frame_data.cc", 285 "output/software_frame_data.cc",
284 "output/software_frame_data.h", 286 "output/software_frame_data.h",
285 "output/software_output_device.cc", 287 "output/software_output_device.cc",
286 "output/software_output_device.h", 288 "output/software_output_device.h",
287 "output/software_renderer.cc", 289 "output/software_renderer.cc",
288 "output/software_renderer.h", 290 "output/software_renderer.h",
291 "output/static_geometry_binding.cc",
292 "output/static_geometry_binding.h",
289 "output/viewport_selection_bound.cc", 293 "output/viewport_selection_bound.cc",
290 "output/viewport_selection_bound.h", 294 "output/viewport_selection_bound.h",
291 "output/vsync_parameter_observer.h", 295 "output/vsync_parameter_observer.h",
292 "quads/checkerboard_draw_quad.cc", 296 "quads/checkerboard_draw_quad.cc",
293 "quads/checkerboard_draw_quad.h", 297 "quads/checkerboard_draw_quad.h",
294 "quads/content_draw_quad_base.cc", 298 "quads/content_draw_quad_base.cc",
295 "quads/content_draw_quad_base.h", 299 "quads/content_draw_quad_base.h",
296 "quads/debug_border_draw_quad.cc", 300 "quads/debug_border_draw_quad.cc",
297 "quads/debug_border_draw_quad.h", 301 "quads/debug_border_draw_quad.h",
298 "quads/draw_polygon.cc", 302 "quads/draw_polygon.cc",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "resources/picture_layer_tiling.cc", 383 "resources/picture_layer_tiling.cc",
380 "resources/picture_layer_tiling.h", 384 "resources/picture_layer_tiling.h",
381 "resources/picture_layer_tiling_set.cc", 385 "resources/picture_layer_tiling_set.cc",
382 "resources/picture_layer_tiling_set.h", 386 "resources/picture_layer_tiling_set.h",
383 "resources/picture_pile.cc", 387 "resources/picture_pile.cc",
384 "resources/picture_pile.h", 388 "resources/picture_pile.h",
385 "resources/picture_pile_impl.cc", 389 "resources/picture_pile_impl.cc",
386 "resources/picture_pile_impl.h", 390 "resources/picture_pile_impl.h",
387 "resources/pixel_buffer_tile_task_worker_pool.cc", 391 "resources/pixel_buffer_tile_task_worker_pool.cc",
388 "resources/pixel_buffer_tile_task_worker_pool.h", 392 "resources/pixel_buffer_tile_task_worker_pool.h",
393 "resources/pixel_ref_map.cc",
394 "resources/pixel_ref_map.h",
389 "resources/platform_color.h", 395 "resources/platform_color.h",
390 "resources/prioritized_resource.cc", 396 "resources/prioritized_resource.cc",
391 "resources/prioritized_resource.h", 397 "resources/prioritized_resource.h",
392 "resources/prioritized_resource_manager.cc", 398 "resources/prioritized_resource_manager.cc",
393 "resources/prioritized_resource_manager.h", 399 "resources/prioritized_resource_manager.h",
394 "resources/priority_calculator.cc", 400 "resources/priority_calculator.cc",
395 "resources/priority_calculator.h", 401 "resources/priority_calculator.h",
396 "resources/raster_buffer.cc", 402 "resources/raster_buffer.cc",
397 "resources/raster_buffer.h", 403 "resources/raster_buffer.h",
398 "resources/raster_source.h", 404 "resources/raster_source.h",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 "scheduler/scheduler_settings.cc", 492 "scheduler/scheduler_settings.cc",
487 "scheduler/scheduler_settings.h", 493 "scheduler/scheduler_settings.h",
488 "scheduler/scheduler_state_machine.cc", 494 "scheduler/scheduler_state_machine.cc",
489 "scheduler/scheduler_state_machine.h", 495 "scheduler/scheduler_state_machine.h",
490 "trees/blocking_task_runner.cc", 496 "trees/blocking_task_runner.cc",
491 "trees/blocking_task_runner.h", 497 "trees/blocking_task_runner.h",
492 "trees/damage_tracker.cc", 498 "trees/damage_tracker.cc",
493 "trees/damage_tracker.h", 499 "trees/damage_tracker.h",
494 "trees/draw_property_utils.cc", 500 "trees/draw_property_utils.cc",
495 "trees/draw_property_utils.h", 501 "trees/draw_property_utils.h",
496 "trees/layer_sorter.cc",
497 "trees/layer_sorter.h",
498 "trees/layer_tree_host.cc", 502 "trees/layer_tree_host.cc",
499 "trees/layer_tree_host.h", 503 "trees/layer_tree_host.h",
500 "trees/layer_tree_host_client.h", 504 "trees/layer_tree_host_client.h",
501 "trees/layer_tree_host_common.cc", 505 "trees/layer_tree_host_common.cc",
502 "trees/layer_tree_host_common.h", 506 "trees/layer_tree_host_common.h",
503 "trees/layer_tree_host_impl.cc", 507 "trees/layer_tree_host_impl.cc",
504 "trees/layer_tree_host_impl.h", 508 "trees/layer_tree_host_impl.h",
509 "trees/layer_tree_host_single_thread_client.h",
505 "trees/layer_tree_impl.cc", 510 "trees/layer_tree_impl.cc",
506 "trees/layer_tree_impl.h", 511 "trees/layer_tree_impl.h",
507 "trees/layer_tree_settings.cc", 512 "trees/layer_tree_settings.cc",
508 "trees/layer_tree_settings.h", 513 "trees/layer_tree_settings.h",
509 "trees/occlusion.cc", 514 "trees/occlusion.cc",
510 "trees/occlusion.h", 515 "trees/occlusion.h",
511 "trees/occlusion_tracker.cc", 516 "trees/occlusion_tracker.cc",
512 "trees/occlusion_tracker.h", 517 "trees/occlusion_tracker.h",
513 "trees/property_tree.cc", 518 "trees/property_tree.cc",
514 "trees/property_tree.h", 519 "trees/property_tree.h",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 "quads/draw_quad_unittest.cc", 789 "quads/draw_quad_unittest.cc",
785 "quads/list_container_unittest.cc", 790 "quads/list_container_unittest.cc",
786 "quads/render_pass_unittest.cc", 791 "quads/render_pass_unittest.cc",
787 "resources/display_item_list_unittest.cc", 792 "resources/display_item_list_unittest.cc",
788 "resources/layer_quad_unittest.cc", 793 "resources/layer_quad_unittest.cc",
789 "resources/picture_layer_tiling_set_unittest.cc", 794 "resources/picture_layer_tiling_set_unittest.cc",
790 "resources/picture_layer_tiling_unittest.cc", 795 "resources/picture_layer_tiling_unittest.cc",
791 "resources/picture_pile_impl_unittest.cc", 796 "resources/picture_pile_impl_unittest.cc",
792 "resources/picture_pile_unittest.cc", 797 "resources/picture_pile_unittest.cc",
793 "resources/picture_unittest.cc", 798 "resources/picture_unittest.cc",
799 "resources/pixel_ref_map_unittest.cc",
794 "resources/platform_color_unittest.cc", 800 "resources/platform_color_unittest.cc",
795 "resources/prioritized_resource_unittest.cc", 801 "resources/prioritized_resource_unittest.cc",
796 "resources/resource_provider_unittest.cc", 802 "resources/resource_provider_unittest.cc",
797 "resources/resource_update_controller_unittest.cc", 803 "resources/resource_update_controller_unittest.cc",
798 "resources/scoped_gpu_raster_unittest.cc", 804 "resources/scoped_gpu_raster_unittest.cc",
799 "resources/scoped_resource_unittest.cc", 805 "resources/scoped_resource_unittest.cc",
800 "resources/task_graph_runner_unittest.cc", 806 "resources/task_graph_runner_unittest.cc",
801 "resources/texture_mailbox_deleter_unittest.cc", 807 "resources/texture_mailbox_deleter_unittest.cc",
802 "resources/texture_uploader_unittest.cc", 808 "resources/texture_uploader_unittest.cc",
803 "resources/tile_manager_unittest.cc", 809 "resources/tile_manager_unittest.cc",
804 "resources/tile_priority_unittest.cc", 810 "resources/tile_priority_unittest.cc",
805 "resources/tile_task_worker_pool_unittest.cc", 811 "resources/tile_task_worker_pool_unittest.cc",
806 "resources/video_resource_updater_unittest.cc", 812 "resources/video_resource_updater_unittest.cc",
807 "scheduler/begin_frame_source_unittest.cc", 813 "scheduler/begin_frame_source_unittest.cc",
808 "scheduler/delay_based_time_source_unittest.cc", 814 "scheduler/delay_based_time_source_unittest.cc",
809 "scheduler/scheduler_state_machine_unittest.cc", 815 "scheduler/scheduler_state_machine_unittest.cc",
810 "scheduler/scheduler_unittest.cc", 816 "scheduler/scheduler_unittest.cc",
811 "test/layer_tree_json_parser_unittest.cc", 817 "test/layer_tree_json_parser_unittest.cc",
812 "test/test_web_graphics_context_3d_unittest.cc", 818 "test/test_web_graphics_context_3d_unittest.cc",
813 "trees/blocking_task_runner_unittest.cc", 819 "trees/blocking_task_runner_unittest.cc",
814 "trees/damage_tracker_unittest.cc", 820 "trees/damage_tracker_unittest.cc",
815 "trees/layer_sorter_unittest.cc",
816 "trees/layer_tree_host_common_unittest.cc", 821 "trees/layer_tree_host_common_unittest.cc",
817 "trees/layer_tree_host_impl_unittest.cc", 822 "trees/layer_tree_host_impl_unittest.cc",
818 "trees/layer_tree_host_pixeltest_blending.cc", 823 "trees/layer_tree_host_pixeltest_blending.cc",
819 "trees/layer_tree_host_pixeltest_filters.cc", 824 "trees/layer_tree_host_pixeltest_filters.cc",
820 "trees/layer_tree_host_pixeltest_masks.cc", 825 "trees/layer_tree_host_pixeltest_masks.cc",
821 "trees/layer_tree_host_pixeltest_readback.cc", 826 "trees/layer_tree_host_pixeltest_readback.cc",
822 "trees/layer_tree_host_pixeltest_synchronous.cc", 827 "trees/layer_tree_host_pixeltest_synchronous.cc",
823 "trees/layer_tree_host_unittest.cc", 828 "trees/layer_tree_host_unittest.cc",
824 "trees/layer_tree_host_unittest_animation.cc", 829 "trees/layer_tree_host_unittest_animation.cc",
825 "trees/layer_tree_host_unittest_context.cc", 830 "trees/layer_tree_host_unittest_context.cc",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 "//gpu/command_buffer/common:gles2_utils", 904 "//gpu/command_buffer/common:gles2_utils",
900 "//skia", 905 "//skia",
901 "//testing/gmock", 906 "//testing/gmock",
902 "//testing/gtest", 907 "//testing/gtest",
903 "//testing/perf", 908 "//testing/perf",
904 "//ui/gfx", 909 "//ui/gfx",
905 "//ui/gfx/geometry", 910 "//ui/gfx/geometry",
906 "//ui/gl", 911 "//ui/gl",
907 ] 912 ]
908 } 913 }
914 # When adding support for isolates, please have a look at run-time dependencies
915 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « build/secondary/third_party/cacheinvalidation/BUILD.gn ('k') | cc/animation/animation_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698