| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "quads/content_draw_quad_base.h", | 286 "quads/content_draw_quad_base.h", |
| 287 "quads/debug_border_draw_quad.cc", | 287 "quads/debug_border_draw_quad.cc", |
| 288 "quads/debug_border_draw_quad.h", | 288 "quads/debug_border_draw_quad.h", |
| 289 "quads/draw_polygon.cc", | 289 "quads/draw_polygon.cc", |
| 290 "quads/draw_polygon.h", | 290 "quads/draw_polygon.h", |
| 291 "quads/draw_quad.cc", | 291 "quads/draw_quad.cc", |
| 292 "quads/draw_quad.h", | 292 "quads/draw_quad.h", |
| 293 "quads/io_surface_draw_quad.cc", | 293 "quads/io_surface_draw_quad.cc", |
| 294 "quads/io_surface_draw_quad.h", | 294 "quads/io_surface_draw_quad.h", |
| 295 "quads/largest_draw_quad.h", | 295 "quads/largest_draw_quad.h", |
| 296 "quads/largest_draw_quad.cc", |
| 296 "quads/list_container.cc", | 297 "quads/list_container.cc", |
| 297 "quads/list_container.h", | 298 "quads/list_container.h", |
| 298 "quads/picture_draw_quad.cc", | 299 "quads/picture_draw_quad.cc", |
| 299 "quads/picture_draw_quad.h", | 300 "quads/picture_draw_quad.h", |
| 300 "quads/render_pass.cc", | 301 "quads/render_pass.cc", |
| 301 "quads/render_pass.h", | 302 "quads/render_pass.h", |
| 302 "quads/render_pass_draw_quad.cc", | 303 "quads/render_pass_draw_quad.cc", |
| 303 "quads/render_pass_draw_quad.h", | 304 "quads/render_pass_draw_quad.h", |
| 304 "quads/render_pass_id.cc", | 305 "quads/render_pass_id.cc", |
| 305 "quads/render_pass_id.h", | 306 "quads/render_pass_id.h", |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 "//gpu/command_buffer/common:gles2_utils", | 832 "//gpu/command_buffer/common:gles2_utils", |
| 832 "//media", | 833 "//media", |
| 833 "//skia", | 834 "//skia", |
| 834 "//testing/gmock", | 835 "//testing/gmock", |
| 835 "//testing/gtest", | 836 "//testing/gtest", |
| 836 "//testing/perf", | 837 "//testing/perf", |
| 837 "//ui/gfx", | 838 "//ui/gfx", |
| 838 "//ui/gfx/geometry", | 839 "//ui/gfx/geometry", |
| 839 ] | 840 ] |
| 840 } | 841 } |
| OLD | NEW |