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

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
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",
"//cc/surfaces",
"//skia",
]

Powered by Google App Engine
This is Rietveld 408576698