| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "layers/scrollbar_layer_impl_base.h", | 184 "layers/scrollbar_layer_impl_base.h", |
| 185 "layers/scrollbar_layer_interface.h", | 185 "layers/scrollbar_layer_interface.h", |
| 186 "layers/solid_color_layer.cc", | 186 "layers/solid_color_layer.cc", |
| 187 "layers/solid_color_layer.h", | 187 "layers/solid_color_layer.h", |
| 188 "layers/solid_color_layer_impl.cc", | 188 "layers/solid_color_layer_impl.cc", |
| 189 "layers/solid_color_layer_impl.h", | 189 "layers/solid_color_layer_impl.h", |
| 190 "layers/solid_color_scrollbar_layer.cc", | 190 "layers/solid_color_scrollbar_layer.cc", |
| 191 "layers/solid_color_scrollbar_layer.h", | 191 "layers/solid_color_scrollbar_layer.h", |
| 192 "layers/solid_color_scrollbar_layer_impl.cc", | 192 "layers/solid_color_scrollbar_layer_impl.cc", |
| 193 "layers/solid_color_scrollbar_layer_impl.h", | 193 "layers/solid_color_scrollbar_layer_impl.h", |
| 194 "layers/surface_holder.cc", |
| 195 "layers/surface_holder.h", |
| 194 "layers/surface_layer.cc", | 196 "layers/surface_layer.cc", |
| 195 "layers/surface_layer.h", | 197 "layers/surface_layer.h", |
| 196 "layers/surface_layer_impl.cc", | 198 "layers/surface_layer_impl.cc", |
| 197 "layers/surface_layer_impl.h", | 199 "layers/surface_layer_impl.h", |
| 198 "layers/texture_layer.cc", | 200 "layers/texture_layer.cc", |
| 199 "layers/texture_layer.h", | 201 "layers/texture_layer.h", |
| 200 "layers/texture_layer_client.h", | 202 "layers/texture_layer_client.h", |
| 201 "layers/texture_layer_impl.cc", | 203 "layers/texture_layer_impl.cc", |
| 202 "layers/texture_layer_impl.h", | 204 "layers/texture_layer_impl.h", |
| 203 "layers/tiled_layer.cc", | 205 "layers/tiled_layer.cc", |
| (...skipping 620 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 |