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

Unified Diff: blimp/client/core/compositor/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: blimp/client/core/compositor/BUILD.gn
diff --git a/blimp/client/core/compositor/BUILD.gn b/blimp/client/core/compositor/BUILD.gn
index b7a500cca5e91f59afc4fbb50e19c225b34c5366..6b639c17d430ffdfc7233d89f6b0cf46ffd3c98c 100644
--- a/blimp/client/core/compositor/BUILD.gn
+++ b/blimp/client/core/compositor/BUILD.gn
@@ -33,6 +33,7 @@ source_set("compositor") {
"//blimp/client/public:public_headers",
"//blimp/client/support/compositor",
"//blimp/net",
+ "//cc/animation",
"//cc/proto",
"//cc/surfaces",
"//gpu/command_buffer/client",
@@ -69,6 +70,7 @@ source_set("unit_tests") {
"//blimp/test:support",
"//cc",
"//cc:test_support",
+ "//cc/animation",
"//cc/proto",
"//cc/surfaces",
"//skia",

Powered by Google App Engine
This is Rietveld 408576698