| 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 6caff039c13256c96709a198426448bd3a7aad41..a98ffd8ceb73f47771b493a112fc2049d2a30a50 100644
|
| --- a/third_party/WebKit/Source/core/style/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/style/BUILD.gn
|
| @@ -8,65 +8,12 @@ blink_core_sources("rendering") {
|
| visibility = [ "//third_party/WebKit/Source/core/*" ]
|
|
|
| sources = [
|
| - "AppliedTextDecoration.cpp",
|
| - "BasicShapes.cpp",
|
| - "BorderEdge.cpp",
|
| - "BorderEdge.h",
|
| - "BorderImageLength.h",
|
| - "BorderImageLengthBox.h",
|
| - "CachedUAStyle.h",
|
| - "ClipPathOperation.h",
|
| "ComputedStyle.cpp",
|
| "ComputedStyle.h",
|
| - "ContentData.cpp",
|
| - "CounterDirectives.cpp",
|
| - "DataEquivalency.h",
|
| - "DataPersistent.h",
|
| - "DataRef.h",
|
| - "FillLayer.cpp",
|
| - "GridArea.h",
|
| - "GridPositionsResolver.cpp",
|
| - "GridPositionsResolver.h",
|
| - "NinePieceImage.cpp",
|
| - "QuotesData.cpp",
|
| - "QuotesData.h",
|
| - "ShadowData.cpp",
|
| - "ShadowData.h",
|
| - "ShadowList.cpp",
|
| - "ShadowList.h",
|
| - "StyleBackgroundData.cpp",
|
| - "StyleBoxData.cpp",
|
| - "StyleContentAlignmentData.h",
|
| - "StyleDeprecatedFlexibleBoxData.cpp",
|
| - "StyleFetchedImage.cpp",
|
| - "StyleFetchedImageSet.cpp",
|
| - "StyleFilterData.cpp",
|
| - "StyleFlexibleBoxData.cpp",
|
| - "StyleGeneratedImage.cpp",
|
| - "StyleGridData.cpp",
|
| - "StyleGridItemData.cpp",
|
| - "StyleImage.cpp",
|
| +
|
| "StyleInheritedData.cpp",
|
| - "StyleInvalidImage.h",
|
| - "StyleMotionData.cpp",
|
| - "StyleMotionData.h",
|
| - "StyleMotionRotation.h",
|
| - "StyleMultiColData.cpp",
|
| - "StylePath.cpp",
|
| - "StylePath.h",
|
| - "StylePendingImage.h",
|
| "StyleRareInheritedData.cpp",
|
| "StyleRareNonInheritedData.cpp",
|
| - "StyleScrollSnapData.cpp",
|
| - "StyleScrollSnapData.h",
|
| - "StyleSelfAlignmentData.h",
|
| - "StyleSurroundData.cpp",
|
| - "StyleTransformData.cpp",
|
| - "StyleVariableData.cpp",
|
| - "StyleVariableData.h",
|
| - "StyleVisualData.cpp",
|
| - "StyleWillChangeData.cpp",
|
| - "TextSizeAdjust.h",
|
| ]
|
| configs += [
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
|
|