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

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

Issue 2802593004: Move RarePaintData to its own file (Closed)
Patch Set: Created 3 years, 8 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 a94728e2e5bf5b611deff5935b6f31baf386ecaa..29258112a2019604303aa498fabcb70bb1feca9e 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -94,7 +94,6 @@ blink_core_sources("paint") {
"NinePieceImagePainter.h",
"ObjectPaintInvalidator.cpp",
"ObjectPaintInvalidator.h",
- "ObjectPaintProperties.cpp",
"ObjectPaintProperties.h",
"ObjectPainter.cpp",
"ObjectPainter.h",
@@ -133,6 +132,8 @@ blink_core_sources("paint") {
"PartPainter.h",
"PrePaintTreeWalk.cpp",
"PrePaintTreeWalk.h",
+ "RarePaintData.cpp",
+ "RarePaintData.h",
"ReplacedPainter.cpp",
"ReplacedPainter.h",
"RootInlineBoxPainter.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/paint/ObjectPaintProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698