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 "BasicShapes.cpp", | 13 "BasicShapes.cpp", |
| 14 "BasicShapes.h", |
13 "BorderEdge.cpp", | 15 "BorderEdge.cpp", |
14 "BorderEdge.h", | 16 "BorderEdge.h", |
15 "BorderImageLength.h", | 17 "BorderImageLength.h", |
16 "BorderImageLengthBox.h", | 18 "BorderImageLengthBox.h", |
17 "CachedUAStyle.h", | 19 "CachedUAStyle.h", |
18 "ClipPathOperation.cpp", | 20 "ClipPathOperation.cpp", |
19 "ClipPathOperation.h", | 21 "ClipPathOperation.h", |
20 "ComputedStyle.cpp", | 22 "ComputedStyle.cpp", |
21 "ComputedStyle.h", | 23 "ComputedStyle.h", |
22 "ContentData.cpp", | 24 "ContentData.cpp", |
| 25 "ContentData.h", |
23 "CounterDirectives.cpp", | 26 "CounterDirectives.cpp", |
| 27 "CounterDirectives.h", |
24 "DataEquivalency.h", | 28 "DataEquivalency.h", |
25 "DataPersistent.h", | 29 "DataPersistent.h", |
26 "DataRef.h", | 30 "DataRef.h", |
27 "FillLayer.cpp", | 31 "FillLayer.cpp", |
| 32 "FillLayer.h", |
28 "FilterOperation.cpp", | 33 "FilterOperation.cpp", |
29 "FilterOperation.h", | 34 "FilterOperation.h", |
30 "FilterOperations.cpp", | 35 "FilterOperations.cpp", |
31 "FilterOperations.h", | 36 "FilterOperations.h", |
32 "GridArea.h", | 37 "GridArea.h", |
33 "GridPositionsResolver.cpp", | 38 "GridPositionsResolver.cpp", |
34 "GridPositionsResolver.h", | 39 "GridPositionsResolver.h", |
35 "NinePieceImage.cpp", | 40 "NinePieceImage.cpp", |
| 41 "NinePieceImage.h", |
36 "QuotesData.cpp", | 42 "QuotesData.cpp", |
37 "QuotesData.h", | 43 "QuotesData.h", |
38 "ShadowData.cpp", | 44 "ShadowData.cpp", |
39 "ShadowData.h", | 45 "ShadowData.h", |
40 "ShadowList.cpp", | 46 "ShadowList.cpp", |
41 "ShadowList.h", | 47 "ShadowList.h", |
42 "StyleBackgroundData.cpp", | 48 "StyleBackgroundData.cpp", |
| 49 "StyleBackgroundData.h", |
43 "StyleBoxData.cpp", | 50 "StyleBoxData.cpp", |
| 51 "StyleBoxData.h", |
44 "StyleContentAlignmentData.h", | 52 "StyleContentAlignmentData.h", |
45 "StyleDeprecatedFlexibleBoxData.cpp", | 53 "StyleDeprecatedFlexibleBoxData.cpp", |
| 54 "StyleDeprecatedFlexibleBoxData.h", |
46 "StyleFetchedImage.cpp", | 55 "StyleFetchedImage.cpp", |
| 56 "StyleFetchedImage.h", |
47 "StyleFetchedImageSet.cpp", | 57 "StyleFetchedImageSet.cpp", |
| 58 "StyleFetchedImageSet.h", |
48 "StyleFilterData.cpp", | 59 "StyleFilterData.cpp", |
| 60 "StyleFilterData.h", |
49 "StyleFlexibleBoxData.cpp", | 61 "StyleFlexibleBoxData.cpp", |
| 62 "StyleFlexibleBoxData.h", |
50 "StyleGeneratedImage.cpp", | 63 "StyleGeneratedImage.cpp", |
| 64 "StyleGeneratedImage.h", |
51 "StyleGridData.cpp", | 65 "StyleGridData.cpp", |
| 66 "StyleGridData.h", |
52 "StyleGridItemData.cpp", | 67 "StyleGridItemData.cpp", |
| 68 "StyleGridItemData.h", |
53 "StyleImage.cpp", | 69 "StyleImage.cpp", |
| 70 "StyleImage.h", |
54 "StyleInheritedData.cpp", | 71 "StyleInheritedData.cpp", |
| 72 "StyleInheritedData.h", |
55 "StyleInheritedVariables.cpp", | 73 "StyleInheritedVariables.cpp", |
56 "StyleInheritedVariables.h", | 74 "StyleInheritedVariables.h", |
57 "StyleInvalidImage.h", | 75 "StyleInvalidImage.h", |
58 "StyleMotionData.cpp", | 76 "StyleMotionData.cpp", |
59 "StyleMotionData.h", | 77 "StyleMotionData.h", |
60 "StyleMultiColData.cpp", | 78 "StyleMultiColData.cpp", |
| 79 "StyleMultiColData.h", |
61 "StyleNonInheritedVariables.cpp", | 80 "StyleNonInheritedVariables.cpp", |
62 "StyleNonInheritedVariables.h", | 81 "StyleNonInheritedVariables.h", |
63 "StyleOffsetRotation.h", | 82 "StyleOffsetRotation.h", |
64 "StylePath.cpp", | 83 "StylePath.cpp", |
65 "StylePath.h", | 84 "StylePath.h", |
66 "StylePendingImage.h", | 85 "StylePendingImage.h", |
67 "StyleRareInheritedData.cpp", | 86 "StyleRareInheritedData.cpp", |
| 87 "StyleRareInheritedData.h", |
68 "StyleRareNonInheritedData.cpp", | 88 "StyleRareNonInheritedData.cpp", |
| 89 "StyleRareNonInheritedData.h", |
69 "StyleScrollSnapData.cpp", | 90 "StyleScrollSnapData.cpp", |
70 "StyleScrollSnapData.h", | 91 "StyleScrollSnapData.h", |
71 "StyleSelfAlignmentData.h", | 92 "StyleSelfAlignmentData.h", |
72 "StyleSurroundData.cpp", | 93 "StyleSurroundData.cpp", |
| 94 "StyleSurroundData.h", |
73 "StyleTransformData.cpp", | 95 "StyleTransformData.cpp", |
| 96 "StyleTransformData.h", |
74 "StyleVisualData.cpp", | 97 "StyleVisualData.cpp", |
| 98 "StyleVisualData.h", |
75 "StyleWillChangeData.cpp", | 99 "StyleWillChangeData.cpp", |
| 100 "StyleWillChangeData.h", |
76 "TextSizeAdjust.h", | 101 "TextSizeAdjust.h", |
77 ] | 102 ] |
78 configs += [ | 103 configs += [ |
79 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 104 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
80 "//build/config/compiler:no_size_t_to_int_warning", | 105 "//build/config/compiler:no_size_t_to_int_warning", |
81 ] | 106 ] |
82 } | 107 } |
83 | 108 |
84 blink_core_sources("svg") { | 109 blink_core_sources("svg") { |
85 sources = [ | 110 sources = [ |
86 "SVGComputedStyle.cpp", | 111 "SVGComputedStyle.cpp", |
| 112 "SVGComputedStyle.h", |
87 "SVGComputedStyleDefs.cpp", | 113 "SVGComputedStyleDefs.cpp", |
| 114 "SVGComputedStyleDefs.h", |
88 ] | 115 ] |
89 configs += [ | 116 configs += [ |
90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 117 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
91 "//build/config/compiler:no_size_t_to_int_warning", | 118 "//build/config/compiler:no_size_t_to_int_warning", |
92 ] | 119 ] |
93 } | 120 } |
OLD | NEW |