| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "base/scoped_ptr_vector.h", | 57 "base/scoped_ptr_vector.h", |
| 58 "base/simple_enclosed_region.cc", | 58 "base/simple_enclosed_region.cc", |
| 59 "base/simple_enclosed_region.h", | 59 "base/simple_enclosed_region.h", |
| 60 "base/swap_promise.h", | 60 "base/swap_promise.h", |
| 61 "base/swap_promise_monitor.cc", | 61 "base/swap_promise_monitor.cc", |
| 62 "base/swap_promise_monitor.h", | 62 "base/swap_promise_monitor.h", |
| 63 "base/switches.cc", | 63 "base/switches.cc", |
| 64 "base/switches.h", | 64 "base/switches.h", |
| 65 "base/tiling_data.cc", | 65 "base/tiling_data.cc", |
| 66 "base/tiling_data.h", | 66 "base/tiling_data.h", |
| 67 "base/time_util.h", |
| 67 "base/unique_notifier.cc", | 68 "base/unique_notifier.cc", |
| 68 "base/unique_notifier.h", | 69 "base/unique_notifier.h", |
| 69 "base/util.h", | 70 "base/util.h", |
| 70 "debug/benchmark_instrumentation.cc", | 71 "debug/benchmark_instrumentation.cc", |
| 71 "debug/benchmark_instrumentation.h", | 72 "debug/benchmark_instrumentation.h", |
| 72 "debug/debug_colors.cc", | 73 "debug/debug_colors.cc", |
| 73 "debug/debug_colors.h", | 74 "debug/debug_colors.h", |
| 74 "debug/debug_rect_history.cc", | 75 "debug/debug_rect_history.cc", |
| 75 "debug/debug_rect_history.h", | 76 "debug/debug_rect_history.h", |
| 76 "debug/devtools_instrumentation.h", | 77 "debug/devtools_instrumentation.h", |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 "//gpu/command_buffer/common:gles2_utils", | 835 "//gpu/command_buffer/common:gles2_utils", |
| 835 "//media", | 836 "//media", |
| 836 "//skia", | 837 "//skia", |
| 837 "//testing/gmock", | 838 "//testing/gmock", |
| 838 "//testing/gtest", | 839 "//testing/gtest", |
| 839 "//testing/perf", | 840 "//testing/perf", |
| 840 "//ui/gfx", | 841 "//ui/gfx", |
| 841 "//ui/gfx/geometry", | 842 "//ui/gfx/geometry", |
| 842 ] | 843 ] |
| 843 } | 844 } |
| OLD | NEW |