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 39737f52187fc95459e66f3dd63357ad42f3ffa7..f7563bfc531d6e70aac78d1307bae6c5a311b58f 100644 |
--- a/third_party/WebKit/Source/core/style/BUILD.gn |
+++ b/third_party/WebKit/Source/core/style/BUILD.gn |
@@ -12,19 +12,25 @@ blink_core_sources("rendering") { |
"AppliedTextDecoration.h", |
"BasicShapes.cpp", |
"BasicShapes.h", |
+ "BorderData.h", |
"BorderEdge.cpp", |
"BorderEdge.h", |
"BorderImageLength.h", |
"BorderImageLengthBox.h", |
+ "BorderValue.h", |
"CachedUAStyle.h", |
"ClipPathOperation.cpp", |
"ClipPathOperation.h", |
+ "CollapsedBorderValue.h", |
"ComputedStyle.cpp", |
"ComputedStyle.h", |
+ "ComputedStyleConstants.h", |
"ContentData.cpp", |
"ContentData.h", |
+ "CounterContent.h", |
"CounterDirectives.cpp", |
"CounterDirectives.h", |
+ "CursorData.h", |
"DataEquivalency.h", |
"DataPersistent.h", |
"DataRef.h", |
@@ -35,10 +41,15 @@ blink_core_sources("rendering") { |
"FilterOperations.cpp", |
"FilterOperations.h", |
"GridArea.h", |
+ "GridLength.h", |
+ "GridPosition.h", |
"GridPositionsResolver.cpp", |
"GridPositionsResolver.h", |
+ "GridTrackSize.h", |
+ "LineClampValue.h", |
"NinePieceImage.cpp", |
"NinePieceImage.h", |
+ "OutlineValue.h", |
"QuotesData.cpp", |
"QuotesData.h", |
"ShadowData.cpp", |
@@ -53,6 +64,7 @@ blink_core_sources("rendering") { |
"StyleDeprecatedFlexibleBoxData.cpp", |
"StyleDeprecatedFlexibleBoxData.h", |
"StyleDifference.cpp", |
+ "StyleDifference.h", |
"StyleFetchedImage.cpp", |
"StyleFetchedImage.h", |
"StyleFetchedImageSet.cpp", |
@@ -88,6 +100,7 @@ blink_core_sources("rendering") { |
"StyleRareInheritedData.h", |
"StyleRareNonInheritedData.cpp", |
"StyleRareNonInheritedData.h", |
+ "StyleReflection.h", |
"StyleScrollSnapData.cpp", |
"StyleScrollSnapData.h", |
"StyleSelfAlignmentData.h", |