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

Unified Diff: third_party/WebKit/Source/core/paint/BUILD.gn

Issue 2672643004: Move ClipRect and related classes from layout/ to paint/. (Closed)
Patch Set: none 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: third_party/WebKit/Source/core/paint/BUILD.gn
diff --git a/third_party/WebKit/Source/core/paint/BUILD.gn b/third_party/WebKit/Source/core/paint/BUILD.gn
index 998eab4fdbdecca6064ae6d1f64bac085064534b..8e37106154c330b023be50d0d7eee3ab33a6d2f1 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -31,6 +31,10 @@ blink_core_sources("paint") {
"BoxReflectionUtils.h",
"ClipPathClipper.cpp",
"ClipPathClipper.h",
+ "ClipRect.cpp",
+ "ClipRect.h",
+ "ClipRects.h",
+ "ClipRectsCache.h",
"DetailsMarkerPainter.cpp",
"DetailsMarkerPainter.h",
"EllipsisBoxPainter.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/layout/ClipRectsCache.h ('k') | third_party/WebKit/Source/core/paint/ClipRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698