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

Unified Diff: ui/compositor/BUILD.gn

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Import compiler.gni 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/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index e044473da51a216809d2949fe3a6bdd2e5338060..50abe0bb83181f2078ebd1af4b5d2150e67691ff 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -78,6 +78,7 @@ component("compositor") {
"//base",
"//base/third_party/dynamic_annotations",
"//cc",
+ "//cc/animation",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//gpu/command_buffer/common",
@@ -139,6 +140,7 @@ static_library("test_support") {
"//base/test:test_support",
"//cc",
"//cc:test_support",
+ "//cc/animation",
"//cc/surfaces",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
@@ -190,6 +192,7 @@ test("compositor_unittests") {
"//base/test:test_support",
"//cc",
"//cc:test_support",
+ "//cc/animation",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//skia",
« blimp/engine/BUILD.gn ('K') | « ui/aura/BUILD.gn ('k') | ui/views/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698