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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "output/overlay_processor.cc", | 259 "output/overlay_processor.cc", |
260 "output/overlay_processor.h", | 260 "output/overlay_processor.h", |
261 "output/overlay_strategy_single_on_top.cc", | 261 "output/overlay_strategy_single_on_top.cc", |
262 "output/overlay_strategy_single_on_top.h", | 262 "output/overlay_strategy_single_on_top.h", |
263 "output/program_binding.cc", | 263 "output/program_binding.cc", |
264 "output/program_binding.h", | 264 "output/program_binding.h", |
265 "output/render_surface_filters.cc", | 265 "output/render_surface_filters.cc", |
266 "output/render_surface_filters.h", | 266 "output/render_surface_filters.h", |
267 "output/renderer.cc", | 267 "output/renderer.cc", |
268 "output/renderer.h", | 268 "output/renderer.h", |
| 269 "output/renderer_settings.cc", |
| 270 "output/renderer_settings.h", |
269 "output/shader.cc", | 271 "output/shader.cc", |
270 "output/shader.h", | 272 "output/shader.h", |
271 "output/software_frame_data.cc", | 273 "output/software_frame_data.cc", |
272 "output/software_frame_data.h", | 274 "output/software_frame_data.h", |
273 "output/software_output_device.cc", | 275 "output/software_output_device.cc", |
274 "output/software_output_device.h", | 276 "output/software_output_device.h", |
275 "output/software_renderer.cc", | 277 "output/software_renderer.cc", |
276 "output/software_renderer.h", | 278 "output/software_renderer.h", |
277 "output/viewport_selection_bound.cc", | 279 "output/viewport_selection_bound.cc", |
278 "output/viewport_selection_bound.h", | 280 "output/viewport_selection_bound.h", |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 "//gpu:test_support", | 822 "//gpu:test_support", |
821 "//gpu/command_buffer/common:gles2_utils", | 823 "//gpu/command_buffer/common:gles2_utils", |
822 "//skia", | 824 "//skia", |
823 "//testing/gmock", | 825 "//testing/gmock", |
824 "//testing/gtest", | 826 "//testing/gtest", |
825 "//testing/perf", | 827 "//testing/perf", |
826 "//ui/gfx", | 828 "//ui/gfx", |
827 "//ui/gfx/geometry", | 829 "//ui/gfx/geometry", |
828 ] | 830 ] |
829 } | 831 } |
OLD | NEW |