| 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 component("cc") { | 5 component("cc") { |
| 6 sources = [ | 6 sources = [ |
| 7 "animation/animation.cc", | 7 "animation/animation.cc", |
| 8 "animation/animation.h", | 8 "animation/animation.h", |
| 9 "animation/animation_curve.cc", | 9 "animation/animation_curve.cc", |
| 10 "animation/animation_curve.h", | 10 "animation/animation_curve.h", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "output/overlay_processor.cc", | 262 "output/overlay_processor.cc", |
| 263 "output/overlay_processor.h", | 263 "output/overlay_processor.h", |
| 264 "output/overlay_strategy_single_on_top.cc", | 264 "output/overlay_strategy_single_on_top.cc", |
| 265 "output/overlay_strategy_single_on_top.h", | 265 "output/overlay_strategy_single_on_top.h", |
| 266 "output/program_binding.cc", | 266 "output/program_binding.cc", |
| 267 "output/program_binding.h", | 267 "output/program_binding.h", |
| 268 "output/render_surface_filters.cc", | 268 "output/render_surface_filters.cc", |
| 269 "output/render_surface_filters.h", | 269 "output/render_surface_filters.h", |
| 270 "output/renderer.cc", | 270 "output/renderer.cc", |
| 271 "output/renderer.h", | 271 "output/renderer.h", |
| 272 "output/renderer_settings.cc", |
| 273 "output/renderer_settings.h", |
| 272 "output/shader.cc", | 274 "output/shader.cc", |
| 273 "output/shader.h", | 275 "output/shader.h", |
| 274 "output/software_frame_data.cc", | 276 "output/software_frame_data.cc", |
| 275 "output/software_frame_data.h", | 277 "output/software_frame_data.h", |
| 276 "output/software_output_device.cc", | 278 "output/software_output_device.cc", |
| 277 "output/software_output_device.h", | 279 "output/software_output_device.h", |
| 278 "output/software_renderer.cc", | 280 "output/software_renderer.cc", |
| 279 "output/software_renderer.h", | 281 "output/software_renderer.h", |
| 280 "output/viewport_selection_bound.cc", | 282 "output/viewport_selection_bound.cc", |
| 281 "output/viewport_selection_bound.h", | 283 "output/viewport_selection_bound.h", |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 "//gpu/command_buffer/common:gles2_utils", | 826 "//gpu/command_buffer/common:gles2_utils", |
| 825 "//media", | 827 "//media", |
| 826 "//skia", | 828 "//skia", |
| 827 "//testing/gmock", | 829 "//testing/gmock", |
| 828 "//testing/gtest", | 830 "//testing/gtest", |
| 829 "//testing/perf", | 831 "//testing/perf", |
| 830 "//ui/gfx", | 832 "//ui/gfx", |
| 831 "//ui/gfx/geometry", | 833 "//ui/gfx/geometry", |
| 832 ] | 834 ] |
| 833 } | 835 } |
| OLD | NEW |