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

Unified Diff: cc/animation/BUILD.gn

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: none Created 3 years, 9 months 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/animation/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/BUILD.gn
diff --git a/cc/animation/BUILD.gn b/cc/animation/BUILD.gn
index 44d5b37c54e22882650aef0ea449befc6a303c7a..bac16ae801f2a41ded5078a1d9e124b3bc985275 100644
--- a/cc/animation/BUILD.gn
+++ b/cc/animation/BUILD.gn
@@ -46,6 +46,7 @@ cc_component("animation") {
deps = [
"//base",
"//cc",
+ "//cc/base",
danakj 2017/03/16 17:14:06 base is a public dep of //cc so not needed here ri
chrishtr 2017/03/16 17:43:23 Indeed! Removed.
"//ui/gfx",
"//ui/gfx/geometry",
]
« no previous file with comments | « cc/BUILD.gn ('k') | cc/animation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698