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 = [ |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 "GridPositionsResolver.h", | 48 "GridPositionsResolver.h", |
49 "GridTrackSize.h", | 49 "GridTrackSize.h", |
50 "LineClampValue.h", | 50 "LineClampValue.h", |
51 "MemberCopy.h", | 51 "MemberCopy.h", |
52 "NamedGridLinesMap.h", | 52 "NamedGridLinesMap.h", |
53 "NinePieceImage.cpp", | 53 "NinePieceImage.cpp", |
54 "NinePieceImage.h", | 54 "NinePieceImage.h", |
55 "OrderedNamedGridLines.h", | 55 "OrderedNamedGridLines.h", |
56 "OutlineValue.h", | 56 "OutlineValue.h", |
57 "PaintImages.h", | 57 "PaintImages.h", |
| 58 "QuadLengthValue.h", |
58 "QuotesData.cpp", | 59 "QuotesData.cpp", |
59 "QuotesData.h", | 60 "QuotesData.h", |
60 "ScrollSnapPoints.h", | |
61 "ShadowData.cpp", | 61 "ShadowData.cpp", |
62 "ShadowData.h", | 62 "ShadowData.h", |
63 "ShadowList.cpp", | 63 "ShadowList.cpp", |
64 "ShadowList.h", | 64 "ShadowList.h", |
65 "StyleContentAlignmentData.h", | 65 "StyleContentAlignmentData.h", |
66 "StyleDeprecatedFlexibleBoxData.cpp", | 66 "StyleDeprecatedFlexibleBoxData.cpp", |
67 "StyleDeprecatedFlexibleBoxData.h", | 67 "StyleDeprecatedFlexibleBoxData.h", |
68 "StyleDifference.cpp", | 68 "StyleDifference.cpp", |
69 "StyleDifference.h", | 69 "StyleDifference.h", |
70 "StyleFetchedImage.cpp", | 70 "StyleFetchedImage.cpp", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "SVGComputedStyle.cpp", | 117 "SVGComputedStyle.cpp", |
118 "SVGComputedStyle.h", | 118 "SVGComputedStyle.h", |
119 "SVGComputedStyleDefs.cpp", | 119 "SVGComputedStyleDefs.cpp", |
120 "SVGComputedStyleDefs.h", | 120 "SVGComputedStyleDefs.h", |
121 ] | 121 ] |
122 configs += [ | 122 configs += [ |
123 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 123 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
124 "//build/config/compiler:no_size_t_to_int_warning", | 124 "//build/config/compiler:no_size_t_to_int_warning", |
125 ] | 125 ] |
126 } | 126 } |
OLD | NEW |