| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| index 30ffa8ee1d4206a30f577481729a47c18632364b..30eac4c49ec68655f43ccebbd1c12c44ac0298e8 100644
|
| --- a/services/ui/public/cpp/BUILD.gn
|
| +++ b/services/ui/public/cpp/BUILD.gn
|
| @@ -31,6 +31,7 @@ source_set("cpp") {
|
| public_deps = [
|
| "//base",
|
| "//cc",
|
| + "//cc/animation",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| "//gpu/command_buffer/client",
|
| @@ -121,6 +122,7 @@ source_set("internal") {
|
| ":internal_or_test",
|
| "//base",
|
| "//cc",
|
| + "//cc/animation",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| "//gpu/command_buffer/client",
|
|
|