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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 35f819a6060944a4afd3bcb34580397478af5fd2..ad1e1363ee1b6de51568b88fec6e52d633a252c9 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -459,6 +459,7 @@ split_static_library("ui") {
# NOTE: New dependencies should generally be added in the OS!="ios"
# dependencies block below, rather than here.
"//base",
+ "//cc/paint",
"//chrome:extra_resources",
"//chrome:resources",
"//chrome:strings",

Powered by Google App Engine
This is Rietveld 408576698