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

Unified Diff: cc/ipc/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/input/single_scrollbar_animation_controller_thinning.h ('k') | cc/ipc/cc_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 72b50bdc120167f0aa98c02eeb154ec729447ea9..aad2a8530a74297779acb4d61552b346bfaf0355 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -20,6 +20,7 @@ cc_component("ipc") {
public_deps = [
"//cc",
+ "//cc/paint",
danakj 2017/03/16 17:00:24 looks like this is only for FilterOps so would go
"//cc/surfaces",
"//skia",
]
« no previous file with comments | « cc/input/single_scrollbar_animation_controller_thinning.h ('k') | cc/ipc/cc_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698