Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: ui/aura/BUILD.gn

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Let test_support publicly depends on cc/animation. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« cc/animation/BUILD.gn ('K') | « ui/android/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698