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

Unified Diff: third_party/WebKit/Source/core/style/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/paint/BUILD.gn ('k') | third_party/WebKit/Source/core/svg/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/style/BUILD.gn
diff --git a/third_party/WebKit/Source/core/style/BUILD.gn b/third_party/WebKit/Source/core/style/BUILD.gn
index 60a1f66906057ae9e45610b826044d79b6bd4346..bdba137a03a12fd0683667b1fef803b6aecdf6d3 100644
--- a/third_party/WebKit/Source/core/style/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -9,7 +9,9 @@ blink_core_sources("rendering") {
sources = [
"AppliedTextDecoration.cpp",
+ "AppliedTextDecoration.h",
"BasicShapes.cpp",
+ "BasicShapes.h",
"BorderEdge.cpp",
"BorderEdge.h",
"BorderImageLength.h",
@@ -20,11 +22,14 @@ blink_core_sources("rendering") {
"ComputedStyle.cpp",
"ComputedStyle.h",
"ContentData.cpp",
+ "ContentData.h",
"CounterDirectives.cpp",
+ "CounterDirectives.h",
"DataEquivalency.h",
"DataPersistent.h",
"DataRef.h",
"FillLayer.cpp",
+ "FillLayer.h",
"FilterOperation.cpp",
"FilterOperation.h",
"FilterOperations.cpp",
@@ -33,6 +38,7 @@ blink_core_sources("rendering") {
"GridPositionsResolver.cpp",
"GridPositionsResolver.h",
"NinePieceImage.cpp",
+ "NinePieceImage.h",
"QuotesData.cpp",
"QuotesData.h",
"ShadowData.cpp",
@@ -40,24 +46,37 @@ blink_core_sources("rendering") {
"ShadowList.cpp",
"ShadowList.h",
"StyleBackgroundData.cpp",
+ "StyleBackgroundData.h",
"StyleBoxData.cpp",
+ "StyleBoxData.h",
"StyleContentAlignmentData.h",
"StyleDeprecatedFlexibleBoxData.cpp",
+ "StyleDeprecatedFlexibleBoxData.h",
"StyleFetchedImage.cpp",
+ "StyleFetchedImage.h",
"StyleFetchedImageSet.cpp",
+ "StyleFetchedImageSet.h",
"StyleFilterData.cpp",
+ "StyleFilterData.h",
"StyleFlexibleBoxData.cpp",
+ "StyleFlexibleBoxData.h",
"StyleGeneratedImage.cpp",
+ "StyleGeneratedImage.h",
"StyleGridData.cpp",
+ "StyleGridData.h",
"StyleGridItemData.cpp",
+ "StyleGridItemData.h",
"StyleImage.cpp",
+ "StyleImage.h",
"StyleInheritedData.cpp",
+ "StyleInheritedData.h",
"StyleInheritedVariables.cpp",
"StyleInheritedVariables.h",
"StyleInvalidImage.h",
"StyleMotionData.cpp",
"StyleMotionData.h",
"StyleMultiColData.cpp",
+ "StyleMultiColData.h",
"StyleNonInheritedVariables.cpp",
"StyleNonInheritedVariables.h",
"StyleOffsetRotation.h",
@@ -65,14 +84,20 @@ blink_core_sources("rendering") {
"StylePath.h",
"StylePendingImage.h",
"StyleRareInheritedData.cpp",
+ "StyleRareInheritedData.h",
"StyleRareNonInheritedData.cpp",
+ "StyleRareNonInheritedData.h",
"StyleScrollSnapData.cpp",
"StyleScrollSnapData.h",
"StyleSelfAlignmentData.h",
"StyleSurroundData.cpp",
+ "StyleSurroundData.h",
"StyleTransformData.cpp",
+ "StyleTransformData.h",
"StyleVisualData.cpp",
+ "StyleVisualData.h",
"StyleWillChangeData.cpp",
+ "StyleWillChangeData.h",
"TextSizeAdjust.h",
]
configs += [
@@ -84,7 +109,9 @@ blink_core_sources("rendering") {
blink_core_sources("svg") {
sources = [
"SVGComputedStyle.cpp",
+ "SVGComputedStyle.h",
"SVGComputedStyleDefs.cpp",
+ "SVGComputedStyleDefs.h",
]
configs += [
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
« no previous file with comments | « third_party/WebKit/Source/core/paint/BUILD.gn ('k') | third_party/WebKit/Source/core/svg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698