| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "output/overlay_processor.cc", | 266 "output/overlay_processor.cc", |
| 267 "output/overlay_processor.h", | 267 "output/overlay_processor.h", |
| 268 "output/overlay_strategy_single_on_top.cc", | 268 "output/overlay_strategy_single_on_top.cc", |
| 269 "output/overlay_strategy_single_on_top.h", | 269 "output/overlay_strategy_single_on_top.h", |
| 270 "output/program_binding.cc", | 270 "output/program_binding.cc", |
| 271 "output/program_binding.h", | 271 "output/program_binding.h", |
| 272 "output/render_surface_filters.cc", | 272 "output/render_surface_filters.cc", |
| 273 "output/render_surface_filters.h", | 273 "output/render_surface_filters.h", |
| 274 "output/renderer.cc", | 274 "output/renderer.cc", |
| 275 "output/renderer.h", | 275 "output/renderer.h", |
| 276 "output/renderer_settings.cc", |
| 277 "output/renderer_settings.h", |
| 276 "output/shader.cc", | 278 "output/shader.cc", |
| 277 "output/shader.h", | 279 "output/shader.h", |
| 278 "output/software_frame_data.cc", | 280 "output/software_frame_data.cc", |
| 279 "output/software_frame_data.h", | 281 "output/software_frame_data.h", |
| 280 "output/software_output_device.cc", | 282 "output/software_output_device.cc", |
| 281 "output/software_output_device.h", | 283 "output/software_output_device.h", |
| 282 "output/software_renderer.cc", | 284 "output/software_renderer.cc", |
| 283 "output/software_renderer.h", | 285 "output/software_renderer.h", |
| 284 "output/viewport_selection_bound.cc", | 286 "output/viewport_selection_bound.cc", |
| 285 "output/viewport_selection_bound.h", | 287 "output/viewport_selection_bound.h", |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 "//gpu/command_buffer/common:gles2_utils", | 839 "//gpu/command_buffer/common:gles2_utils", |
| 838 "//media", | 840 "//media", |
| 839 "//skia", | 841 "//skia", |
| 840 "//testing/gmock", | 842 "//testing/gmock", |
| 841 "//testing/gtest", | 843 "//testing/gtest", |
| 842 "//testing/perf", | 844 "//testing/perf", |
| 843 "//ui/gfx", | 845 "//ui/gfx", |
| 844 "//ui/gfx/geometry", | 846 "//ui/gfx/geometry", |
| 845 ] | 847 ] |
| 846 } | 848 } |
| OLD | NEW |