| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index d18cfaf00af18783090456887fc878e357a463d6..74ebe4c722fc2935979b348ea01f2a1663bc7dd4 100644
|
| --- a/ui/aura/BUILD.gn
|
| +++ b/ui/aura/BUILD.gn
|
| @@ -151,6 +151,7 @@ component("aura") {
|
| "//base:i18n",
|
| "//base/third_party/dynamic_annotations",
|
| "//cc",
|
| + "//cc/animation",
|
| "//cc/surfaces",
|
| "//gpu/command_buffer/client",
|
| "//gpu/ipc/client",
|
| @@ -312,6 +313,7 @@ executable("demo") {
|
| "//base:i18n",
|
| "//build/config/sanitizers:deps",
|
| "//build/win:default_exe_manifest",
|
| + "//cc/animation",
|
| "//cc/surfaces",
|
| "//skia",
|
| "//third_party/icu",
|
|
|