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 output_name = "sky_viewer_cc" | 6 output_name = "sky_viewer_cc" |
7 | 7 |
8 deps = [ | 8 deps = [ |
9 "//base", | 9 "//base", |
10 "//base/third_party/dynamic_annotations", | 10 "//base/third_party/dynamic_annotations", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 deps = [ | 65 deps = [ |
66 ":cc", | 66 ":cc", |
67 "//base/test:run_all_unittests", | 67 "//base/test:run_all_unittests", |
68 "//base/third_party/dynamic_annotations", | 68 "//base/third_party/dynamic_annotations", |
69 "//skia", | 69 "//skia", |
70 "//testing/gtest", | 70 "//testing/gtest", |
71 "//ui/gfx/geometry", | 71 "//ui/gfx/geometry", |
72 "//ui/gfx:test_support", | 72 "//ui/gfx:test_support", |
73 "//cc", | 73 "//cc", |
74 "//cc:test_support", | 74 "//cc:test_support", |
| 75 "//sky/engine/public:sky_headers", |
75 ] | 76 ] |
76 | 77 |
77 sources = [ | 78 sources = [ |
78 "web_animation_unittest.cc", | 79 "web_animation_unittest.cc", |
79 "web_float_animation_curve_unittest.cc", | 80 "web_float_animation_curve_unittest.cc", |
80 "web_layer_impl_fixed_bounds_unittest.cc", | 81 "web_layer_impl_fixed_bounds_unittest.cc", |
81 ] | 82 ] |
82 } | 83 } |
OLD | NEW |