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

Unified Diff: cc/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build 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: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index e2988e147a497cf9ea04eb74e14742573b27095a..da044c9a906b359ffb4870baa60bf627c7399740 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -544,6 +544,7 @@ cc_component("cc") {
public_deps = [
"//cc/base",
+ "//cc/paint",
danakj 2017/01/20 23:34:13 Hm, is this really what you want? It does match th
enne (OOO) 2017/01/24 01:51:27 Yeah. cc/paint is in the public interface of cc.
danakj 2017/01/24 15:26:41 Pepper probably uses cc and not cc/paint for examp
"//skia",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698