| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "input/scroll_state.h", | 96 "input/scroll_state.h", |
| 97 "input/scroll_state_data.cc", | 97 "input/scroll_state_data.cc", |
| 98 "input/scroll_state_data.h", | 98 "input/scroll_state_data.h", |
| 99 "input/scrollbar_animation_controller.cc", | 99 "input/scrollbar_animation_controller.cc", |
| 100 "input/scrollbar_animation_controller.h", | 100 "input/scrollbar_animation_controller.h", |
| 101 "input/scrollbar_animation_controller_linear_fade.cc", | 101 "input/scrollbar_animation_controller_linear_fade.cc", |
| 102 "input/scrollbar_animation_controller_linear_fade.h", | 102 "input/scrollbar_animation_controller_linear_fade.h", |
| 103 "input/scrollbar_animation_controller_thinning.cc", | 103 "input/scrollbar_animation_controller_thinning.cc", |
| 104 "input/scrollbar_animation_controller_thinning.h", | 104 "input/scrollbar_animation_controller_thinning.h", |
| 105 "input/selection.h", | 105 "input/selection.h", |
| 106 "input/selection_bound_type.h", | |
| 107 "input/top_controls_manager.cc", | 106 "input/top_controls_manager.cc", |
| 108 "input/top_controls_manager.h", | 107 "input/top_controls_manager.h", |
| 109 "input/top_controls_manager_client.h", | 108 "input/top_controls_manager_client.h", |
| 110 "layers/append_quads_data.h", | 109 "layers/append_quads_data.h", |
| 111 "layers/content_layer_client.h", | 110 "layers/content_layer_client.h", |
| 112 "layers/draw_properties.cc", | 111 "layers/draw_properties.cc", |
| 113 "layers/draw_properties.h", | 112 "layers/draw_properties.h", |
| 114 "layers/empty_content_layer_client.cc", | 113 "layers/empty_content_layer_client.cc", |
| 115 "layers/empty_content_layer_client.h", | 114 "layers/empty_content_layer_client.h", |
| 116 "layers/heads_up_display_layer.cc", | 115 "layers/heads_up_display_layer.cc", |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "output/shader.h", | 257 "output/shader.h", |
| 259 "output/software_output_device.cc", | 258 "output/software_output_device.cc", |
| 260 "output/software_output_device.h", | 259 "output/software_output_device.h", |
| 261 "output/software_renderer.cc", | 260 "output/software_renderer.cc", |
| 262 "output/software_renderer.h", | 261 "output/software_renderer.h", |
| 263 "output/static_geometry_binding.cc", | 262 "output/static_geometry_binding.cc", |
| 264 "output/static_geometry_binding.h", | 263 "output/static_geometry_binding.h", |
| 265 "output/swap_promise.h", | 264 "output/swap_promise.h", |
| 266 "output/texture_mailbox_deleter.cc", | 265 "output/texture_mailbox_deleter.cc", |
| 267 "output/texture_mailbox_deleter.h", | 266 "output/texture_mailbox_deleter.h", |
| 268 "output/viewport_selection_bound.cc", | |
| 269 "output/viewport_selection_bound.h", | |
| 270 "output/vulkan_context_provider.h", | 267 "output/vulkan_context_provider.h", |
| 271 "output/vulkan_in_process_context_provider.cc", | 268 "output/vulkan_in_process_context_provider.cc", |
| 272 "output/vulkan_in_process_context_provider.h", | 269 "output/vulkan_in_process_context_provider.h", |
| 273 "playback/clip_display_item.cc", | 270 "playback/clip_display_item.cc", |
| 274 "playback/clip_display_item.h", | 271 "playback/clip_display_item.h", |
| 275 "playback/clip_path_display_item.cc", | 272 "playback/clip_path_display_item.cc", |
| 276 "playback/clip_path_display_item.h", | 273 "playback/clip_path_display_item.h", |
| 277 "playback/compositing_display_item.cc", | 274 "playback/compositing_display_item.cc", |
| 278 "playback/compositing_display_item.h", | 275 "playback/compositing_display_item.h", |
| 279 "playback/decoded_draw_image.cc", | 276 "playback/decoded_draw_image.cc", |
| (...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1017 "//ui/gfx/geometry", | 1014 "//ui/gfx/geometry", |
| 1018 "//ui/gl", | 1015 "//ui/gl", |
| 1019 "//ui/gl:test_support", | 1016 "//ui/gl:test_support", |
| 1020 ] | 1017 ] |
| 1021 | 1018 |
| 1022 # This target should not require the Chrome executable to run. | 1019 # This target should not require the Chrome executable to run. |
| 1023 assert_no_deps = [ "//chrome" ] | 1020 assert_no_deps = [ "//chrome" ] |
| 1024 } | 1021 } |
| 1025 # When adding support for isolates, please have a look at run-time dependencies | 1022 # When adding support for isolates, please have a look at run-time dependencies |
| 1026 # in the cc_unittests_run target in cc_tests.gyp. | 1023 # in the cc_unittests_run target in cc_tests.gyp. |
| OLD | NEW |