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

Unified Diff: services/ui/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: services/ui/BUILD.gn
diff --git a/services/ui/BUILD.gn b/services/ui/BUILD.gn
index 416f4750287eaead64fac46798ca1dcf1cb30c93..d3e7887455d295259a02ff55788a5dc6a4fc3792 100644
--- a/services/ui/BUILD.gn
+++ b/services/ui/BUILD.gn
@@ -83,6 +83,7 @@ source_set("lib") {
deps = [
"//base",
"//cc",
+ "//cc/animation",
"//cc/surfaces",
"//mojo/common:common_base",
"//services/catalog/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698