| 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 import("//testing/test.gni") |
| 6 |
| 5 component("cc") { | 7 component("cc") { |
| 6 sources = [ | 8 sources = [ |
| 7 "animation/animation.cc", | 9 "animation/animation.cc", |
| 8 "animation/animation.h", | 10 "animation/animation.h", |
| 9 "animation/animation_curve.cc", | 11 "animation/animation_curve.cc", |
| 10 "animation/animation_curve.h", | 12 "animation/animation_curve.h", |
| 11 "animation/animation_delegate.h", | 13 "animation/animation_delegate.h", |
| 12 "animation/animation_events.cc", | 14 "animation/animation_events.cc", |
| 13 "animation/animation_events.h", | 15 "animation/animation_events.h", |
| 14 "animation/animation_id_provider.cc", | 16 "animation/animation_id_provider.cc", |
| (...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 905 "//media", | 907 "//media", |
| 906 "//skia", | 908 "//skia", |
| 907 "//testing/gmock", | 909 "//testing/gmock", |
| 908 "//testing/gtest", | 910 "//testing/gtest", |
| 909 "//testing/perf", | 911 "//testing/perf", |
| 910 "//ui/gfx", | 912 "//ui/gfx", |
| 911 "//ui/gfx/geometry", | 913 "//ui/gfx/geometry", |
| 912 "//ui/gl", | 914 "//ui/gl", |
| 913 ] | 915 ] |
| 914 } | 916 } |
| OLD | NEW |