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/rules.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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 "//media", | 898 "//media", |
897 "//skia", | 899 "//skia", |
898 "//testing/gmock", | 900 "//testing/gmock", |
899 "//testing/gtest", | 901 "//testing/gtest", |
900 "//testing/perf", | 902 "//testing/perf", |
901 "//ui/gfx", | 903 "//ui/gfx", |
902 "//ui/gfx/geometry", | 904 "//ui/gfx/geometry", |
903 "//ui/gl", | 905 "//ui/gl", |
904 ] | 906 ] |
905 } | 907 } |
OLD | NEW |