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

Unified Diff: content/test/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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 051aaac408a0cb5306c9a741336d15b28978d4e0..7c7f6e90df7ef7cbb252cd1773068d695bcad029 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -214,6 +214,7 @@ static_library("test_support") {
":content_test_mojo_bindings",
"//base/third_party/dynamic_annotations",
"//cc:test_support",
+ "//cc/animation",
"//cc/blink",
"//cc/ipc",
"//cc/surfaces",
@@ -405,6 +406,7 @@ static_library("browsertest_support") {
"//base:i18n",
"//base/test:test_config",
"//base/test:test_support",
+ "//cc/animation",
"//cc/surfaces",
"//content/app:both_for_content_tests",
"//content/browser:for_content_tests",
@@ -1363,6 +1365,7 @@ test("content_unittests") {
"//base/third_party/dynamic_annotations",
"//cc",
"//cc:test_support",
+ "//cc/animation",
"//cc/ipc",
"//cc/surfaces",
"//components/display_compositor",
« cc/animation/BUILD.gn ('K') | « content/renderer/BUILD.gn ('k') | services/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698