| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 "tiles/tiling_set_eviction_queue.cc", | 477 "tiles/tiling_set_eviction_queue.cc", |
| 478 "tiles/tiling_set_eviction_queue.h", | 478 "tiles/tiling_set_eviction_queue.h", |
| 479 "tiles/tiling_set_raster_queue_all.cc", | 479 "tiles/tiling_set_raster_queue_all.cc", |
| 480 "tiles/tiling_set_raster_queue_all.h", | 480 "tiles/tiling_set_raster_queue_all.h", |
| 481 "tiles/tiling_set_raster_queue_required.cc", | 481 "tiles/tiling_set_raster_queue_required.cc", |
| 482 "tiles/tiling_set_raster_queue_required.h", | 482 "tiles/tiling_set_raster_queue_required.h", |
| 483 "trees/blocking_task_runner.cc", | 483 "trees/blocking_task_runner.cc", |
| 484 "trees/blocking_task_runner.h", | 484 "trees/blocking_task_runner.h", |
| 485 "trees/channel_impl.h", | 485 "trees/channel_impl.h", |
| 486 "trees/channel_main.h", | 486 "trees/channel_main.h", |
| 487 "trees/clip_node.cc", |
| 488 "trees/clip_node.h", |
| 487 "trees/compositor_mode.h", | 489 "trees/compositor_mode.h", |
| 488 "trees/damage_tracker.cc", | 490 "trees/damage_tracker.cc", |
| 489 "trees/damage_tracker.h", | 491 "trees/damage_tracker.h", |
| 490 "trees/draw_property_utils.cc", | 492 "trees/draw_property_utils.cc", |
| 491 "trees/draw_property_utils.h", | 493 "trees/draw_property_utils.h", |
| 494 "trees/effect_node.cc", |
| 495 "trees/effect_node.h", |
| 492 "trees/latency_info_swap_promise_monitor.cc", | 496 "trees/latency_info_swap_promise_monitor.cc", |
| 493 "trees/latency_info_swap_promise_monitor.h", | 497 "trees/latency_info_swap_promise_monitor.h", |
| 494 "trees/layer_tree_host.cc", | 498 "trees/layer_tree_host.cc", |
| 495 "trees/layer_tree_host.h", | 499 "trees/layer_tree_host.h", |
| 496 "trees/layer_tree_host_client.h", | 500 "trees/layer_tree_host_client.h", |
| 497 "trees/layer_tree_host_common.cc", | 501 "trees/layer_tree_host_common.cc", |
| 498 "trees/layer_tree_host_common.h", | 502 "trees/layer_tree_host_common.h", |
| 499 "trees/layer_tree_host_impl.cc", | 503 "trees/layer_tree_host_impl.cc", |
| 500 "trees/layer_tree_host_impl.h", | 504 "trees/layer_tree_host_impl.h", |
| 501 "trees/layer_tree_host_single_thread_client.h", | 505 "trees/layer_tree_host_single_thread_client.h", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 518 "trees/proxy_impl.cc", | 522 "trees/proxy_impl.cc", |
| 519 "trees/proxy_impl.h", | 523 "trees/proxy_impl.h", |
| 520 "trees/proxy_main.cc", | 524 "trees/proxy_main.cc", |
| 521 "trees/proxy_main.h", | 525 "trees/proxy_main.h", |
| 522 "trees/remote_channel_impl.cc", | 526 "trees/remote_channel_impl.cc", |
| 523 "trees/remote_channel_impl.h", | 527 "trees/remote_channel_impl.h", |
| 524 "trees/remote_channel_main.cc", | 528 "trees/remote_channel_main.cc", |
| 525 "trees/remote_channel_main.h", | 529 "trees/remote_channel_main.h", |
| 526 "trees/remote_proto_channel.h", | 530 "trees/remote_proto_channel.h", |
| 527 "trees/scoped_abort_remaining_swap_promises.h", | 531 "trees/scoped_abort_remaining_swap_promises.h", |
| 532 "trees/scroll_node.cc", |
| 533 "trees/scroll_node.h", |
| 528 "trees/single_thread_proxy.cc", | 534 "trees/single_thread_proxy.cc", |
| 529 "trees/single_thread_proxy.h", | 535 "trees/single_thread_proxy.h", |
| 530 "trees/swap_promise_monitor.cc", | 536 "trees/swap_promise_monitor.cc", |
| 531 "trees/swap_promise_monitor.h", | 537 "trees/swap_promise_monitor.h", |
| 532 "trees/task_runner_provider.cc", | 538 "trees/task_runner_provider.cc", |
| 533 "trees/task_runner_provider.h", | 539 "trees/task_runner_provider.h", |
| 534 "trees/threaded_channel.cc", | 540 "trees/threaded_channel.cc", |
| 535 "trees/threaded_channel.h", | 541 "trees/threaded_channel.h", |
| 542 "trees/transform_node.cc", |
| 543 "trees/transform_node.h", |
| 536 "trees/tree_synchronizer.cc", | 544 "trees/tree_synchronizer.cc", |
| 537 "trees/tree_synchronizer.h", | 545 "trees/tree_synchronizer.h", |
| 538 ] | 546 ] |
| 539 | 547 |
| 540 if (current_cpu == "x86" || current_cpu == "x64") { | 548 if (current_cpu == "x86" || current_cpu == "x64") { |
| 541 sources += [ | 549 sources += [ |
| 542 "raster/texture_compressor_etc1_sse.cc", | 550 "raster/texture_compressor_etc1_sse.cc", |
| 543 "raster/texture_compressor_etc1_sse.h", | 551 "raster/texture_compressor_etc1_sse.h", |
| 544 ] | 552 ] |
| 545 } | 553 } |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 "//ui/gfx/geometry", | 1043 "//ui/gfx/geometry", |
| 1036 "//ui/gl", | 1044 "//ui/gl", |
| 1037 "//ui/gl:test_support", | 1045 "//ui/gl:test_support", |
| 1038 ] | 1046 ] |
| 1039 | 1047 |
| 1040 # This target should not require the Chrome executable to run. | 1048 # This target should not require the Chrome executable to run. |
| 1041 assert_no_deps = [ "//chrome" ] | 1049 assert_no_deps = [ "//chrome" ] |
| 1042 } | 1050 } |
| 1043 # When adding support for isolates, please have a look at run-time dependencies | 1051 # When adding support for isolates, please have a look at run-time dependencies |
| 1044 # in the cc_unittests_run target in cc_tests.gyp. | 1052 # in the cc_unittests_run target in cc_tests.gyp. |
| OLD | NEW |