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. |