Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 3be4ebb9b3d28848b32687f46e4b15cac4b73044..5e72514aecc36b1e23d25e74a014f420c24a902b 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -4,7 +4,7 @@ |
| import("//testing/test.gni") |
| -component("cc") { |
| +static_library("cc") { |
|
danakj
2015/12/09 23:26:50
is there a list of the static initializers that ar
Dirk Pranke
2015/12/09 23:35:12
There's a list in crbug.com/559766 . In cc, I thin
|
| sources = [ |
| "animation/animation.cc", |
| "animation/animation.h", |