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

Unified Diff: services/ui/public/cpp/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/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",
« cc/animation/BUILD.gn ('K') | « services/ui/BUILD.gn ('k') | services/ui/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698