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

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

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase 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
« no previous file with comments | « third_party/WebKit/Source/core/page/BUILD.gn ('k') | third_party/WebKit/Source/core/style/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0d3bc16ac08f6b7e3ddf3ecaf813391c4f8b7bc7..d6bc5ba2c1911dc91018025295ed6c299ff6eb78 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -104,7 +104,9 @@ blink_core_sources("paint") {
"PaintInvalidator.cpp",
"PaintInvalidator.h",
"PaintLayer.cpp",
+ "PaintLayer.h",
"PaintLayerClipper.cpp",
+ "PaintLayerClipper.h",
"PaintLayerFragment.h",
"PaintLayerPainter.cpp",
"PaintLayerPainter.h",
@@ -112,8 +114,11 @@ blink_core_sources("paint") {
"PaintLayerResourceInfo.cpp",
"PaintLayerResourceInfo.h",
"PaintLayerScrollableArea.cpp",
+ "PaintLayerScrollableArea.h",
"PaintLayerStackingNode.cpp",
+ "PaintLayerStackingNode.h",
"PaintLayerStackingNodeIterator.cpp",
+ "PaintLayerStackingNodeIterator.h",
"PaintPhase.cpp",
"PaintPhase.h",
"PaintPropertyTreeBuilder.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/page/BUILD.gn ('k') | third_party/WebKit/Source/core/style/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698