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") | 5 import("//testing/test.gni") |
6 | 6 |
7 component("cc") { | 7 component("cc") { |
8 sources = [ | 8 sources = [ |
9 "animation/animation.cc", | 9 "animation/animation.cc", |
10 "animation/animation.h", | 10 "animation/animation.h", |
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 "//media", | 916 "//media", |
917 "//skia", | 917 "//skia", |
918 "//testing/gmock", | 918 "//testing/gmock", |
919 "//testing/gtest", | 919 "//testing/gtest", |
920 "//testing/perf", | 920 "//testing/perf", |
921 "//ui/gfx", | 921 "//ui/gfx", |
922 "//ui/gfx/geometry", | 922 "//ui/gfx/geometry", |
923 "//ui/gl", | 923 "//ui/gl", |
924 ] | 924 ] |
925 } | 925 } |
| 926 # When adding support for isolates, please have a look at run-time dependencies |
| 927 # in the cc_unittests_run target in cc_tests.gyp. |
OLD | NEW |