| 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 292b9489f79cd8efb854f41a1542c83fd239ea9e..abb95d01f83f81eae2390a9b1669b998b1267d75 100644
|
| --- a/third_party/WebKit/Source/core/style/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/style/BUILD.gn
|
| @@ -47,10 +47,14 @@ blink_core_sources("rendering") {
|
| "StyleGridItemData.cpp",
|
| "StyleImage.cpp",
|
| "StyleInheritedData.cpp",
|
| + "StyleInheritedVariables.cpp",
|
| + "StyleInheritedVariables.h",
|
| "StyleInvalidImage.h",
|
| "StyleMotionData.cpp",
|
| "StyleMotionData.h",
|
| "StyleMultiColData.cpp",
|
| + "StyleNonInheritedVariables.cpp",
|
| + "StyleNonInheritedVariables.h",
|
| "StyleOffsetRotation.h",
|
| "StylePath.cpp",
|
| "StylePath.h",
|
| @@ -62,8 +66,6 @@ blink_core_sources("rendering") {
|
| "StyleSelfAlignmentData.h",
|
| "StyleSurroundData.cpp",
|
| "StyleTransformData.cpp",
|
| - "StyleVariableData.cpp",
|
| - "StyleVariableData.h",
|
| "StyleVisualData.cpp",
|
| "StyleWillChangeData.cpp",
|
| "TextSizeAdjust.h",
|
|
|