| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//third_party/WebKit/Source/core/core.gni") | 5 import("//third_party/WebKit/Source/core/core.gni") |
| 6 | 6 |
| 7 blink_core_sources("rendering") { | 7 blink_core_sources("rendering") { |
| 8 visibility = [ "//third_party/WebKit/Source/core/*" ] | 8 visibility = [ "//third_party/WebKit/Source/core/*" ] |
| 9 | 9 |
| 10 sources = [ | 10 sources = [ |
| 11 "AppliedTextDecoration.cpp", | 11 "AppliedTextDecoration.cpp", |
| 12 "AppliedTextDecoration.h", | 12 "AppliedTextDecoration.h", |
| 13 "BasicShapes.cpp", | 13 "BasicShapes.cpp", |
| 14 "BasicShapes.h", | 14 "BasicShapes.h", |
| 15 "BorderData.h", |
| 15 "BorderEdge.cpp", | 16 "BorderEdge.cpp", |
| 16 "BorderEdge.h", | 17 "BorderEdge.h", |
| 17 "BorderImageLength.h", | 18 "BorderImageLength.h", |
| 18 "BorderImageLengthBox.h", | 19 "BorderImageLengthBox.h", |
| 20 "BorderValue.h", |
| 19 "CachedUAStyle.h", | 21 "CachedUAStyle.h", |
| 20 "ClipPathOperation.cpp", | 22 "ClipPathOperation.cpp", |
| 21 "ClipPathOperation.h", | 23 "ClipPathOperation.h", |
| 24 "CollapsedBorderValue.h", |
| 22 "ComputedStyle.cpp", | 25 "ComputedStyle.cpp", |
| 23 "ComputedStyle.h", | 26 "ComputedStyle.h", |
| 27 "ComputedStyleConstants.h", |
| 24 "ContentData.cpp", | 28 "ContentData.cpp", |
| 25 "ContentData.h", | 29 "ContentData.h", |
| 30 "CounterContent.h", |
| 26 "CounterDirectives.cpp", | 31 "CounterDirectives.cpp", |
| 27 "CounterDirectives.h", | 32 "CounterDirectives.h", |
| 33 "CursorData.h", |
| 28 "DataEquivalency.h", | 34 "DataEquivalency.h", |
| 29 "DataPersistent.h", | 35 "DataPersistent.h", |
| 30 "DataRef.h", | 36 "DataRef.h", |
| 31 "FillLayer.cpp", | 37 "FillLayer.cpp", |
| 32 "FillLayer.h", | 38 "FillLayer.h", |
| 33 "FilterOperation.cpp", | 39 "FilterOperation.cpp", |
| 34 "FilterOperation.h", | 40 "FilterOperation.h", |
| 35 "FilterOperations.cpp", | 41 "FilterOperations.cpp", |
| 36 "FilterOperations.h", | 42 "FilterOperations.h", |
| 37 "GridArea.h", | 43 "GridArea.h", |
| 44 "GridLength.h", |
| 45 "GridPosition.h", |
| 38 "GridPositionsResolver.cpp", | 46 "GridPositionsResolver.cpp", |
| 39 "GridPositionsResolver.h", | 47 "GridPositionsResolver.h", |
| 48 "GridTrackSize.h", |
| 49 "LineClampValue.h", |
| 40 "NinePieceImage.cpp", | 50 "NinePieceImage.cpp", |
| 41 "NinePieceImage.h", | 51 "NinePieceImage.h", |
| 52 "OutlineValue.h", |
| 42 "QuotesData.cpp", | 53 "QuotesData.cpp", |
| 43 "QuotesData.h", | 54 "QuotesData.h", |
| 44 "ShadowData.cpp", | 55 "ShadowData.cpp", |
| 45 "ShadowData.h", | 56 "ShadowData.h", |
| 46 "ShadowList.cpp", | 57 "ShadowList.cpp", |
| 47 "ShadowList.h", | 58 "ShadowList.h", |
| 48 "StyleBackgroundData.cpp", | 59 "StyleBackgroundData.cpp", |
| 49 "StyleBackgroundData.h", | 60 "StyleBackgroundData.h", |
| 50 "StyleBoxData.cpp", | 61 "StyleBoxData.cpp", |
| 51 "StyleBoxData.h", | 62 "StyleBoxData.h", |
| 52 "StyleContentAlignmentData.h", | 63 "StyleContentAlignmentData.h", |
| 53 "StyleDeprecatedFlexibleBoxData.cpp", | 64 "StyleDeprecatedFlexibleBoxData.cpp", |
| 54 "StyleDeprecatedFlexibleBoxData.h", | 65 "StyleDeprecatedFlexibleBoxData.h", |
| 55 "StyleDifference.cpp", | 66 "StyleDifference.cpp", |
| 67 "StyleDifference.h", |
| 56 "StyleFetchedImage.cpp", | 68 "StyleFetchedImage.cpp", |
| 57 "StyleFetchedImage.h", | 69 "StyleFetchedImage.h", |
| 58 "StyleFetchedImageSet.cpp", | 70 "StyleFetchedImageSet.cpp", |
| 59 "StyleFetchedImageSet.h", | 71 "StyleFetchedImageSet.h", |
| 60 "StyleFilterData.cpp", | 72 "StyleFilterData.cpp", |
| 61 "StyleFilterData.h", | 73 "StyleFilterData.h", |
| 62 "StyleFlexibleBoxData.cpp", | 74 "StyleFlexibleBoxData.cpp", |
| 63 "StyleFlexibleBoxData.h", | 75 "StyleFlexibleBoxData.h", |
| 64 "StyleGeneratedImage.cpp", | 76 "StyleGeneratedImage.cpp", |
| 65 "StyleGeneratedImage.h", | 77 "StyleGeneratedImage.h", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 81 "StyleNonInheritedVariables.cpp", | 93 "StyleNonInheritedVariables.cpp", |
| 82 "StyleNonInheritedVariables.h", | 94 "StyleNonInheritedVariables.h", |
| 83 "StyleOffsetRotation.h", | 95 "StyleOffsetRotation.h", |
| 84 "StylePath.cpp", | 96 "StylePath.cpp", |
| 85 "StylePath.h", | 97 "StylePath.h", |
| 86 "StylePendingImage.h", | 98 "StylePendingImage.h", |
| 87 "StyleRareInheritedData.cpp", | 99 "StyleRareInheritedData.cpp", |
| 88 "StyleRareInheritedData.h", | 100 "StyleRareInheritedData.h", |
| 89 "StyleRareNonInheritedData.cpp", | 101 "StyleRareNonInheritedData.cpp", |
| 90 "StyleRareNonInheritedData.h", | 102 "StyleRareNonInheritedData.h", |
| 103 "StyleReflection.h", |
| 91 "StyleScrollSnapData.cpp", | 104 "StyleScrollSnapData.cpp", |
| 92 "StyleScrollSnapData.h", | 105 "StyleScrollSnapData.h", |
| 93 "StyleSelfAlignmentData.h", | 106 "StyleSelfAlignmentData.h", |
| 94 "StyleSurroundData.cpp", | 107 "StyleSurroundData.cpp", |
| 95 "StyleSurroundData.h", | 108 "StyleSurroundData.h", |
| 96 "StyleTransformData.cpp", | 109 "StyleTransformData.cpp", |
| 97 "StyleTransformData.h", | 110 "StyleTransformData.h", |
| 98 "StyleVisualData.cpp", | 111 "StyleVisualData.cpp", |
| 99 "StyleVisualData.h", | 112 "StyleVisualData.h", |
| 100 "StyleWillChangeData.cpp", | 113 "StyleWillChangeData.cpp", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 112 "SVGComputedStyle.cpp", | 125 "SVGComputedStyle.cpp", |
| 113 "SVGComputedStyle.h", | 126 "SVGComputedStyle.h", |
| 114 "SVGComputedStyleDefs.cpp", | 127 "SVGComputedStyleDefs.cpp", |
| 115 "SVGComputedStyleDefs.h", | 128 "SVGComputedStyleDefs.h", |
| 116 ] | 129 ] |
| 117 configs += [ | 130 configs += [ |
| 118 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 131 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 119 "//build/config/compiler:no_size_t_to_int_warning", | 132 "//build/config/compiler:no_size_t_to_int_warning", |
| 120 ] | 133 ] |
| 121 } | 134 } |
| OLD | NEW |