Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: third_party/WebKit/Source/core/layout/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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("layout") { 7 blink_core_sources("layout") {
8 split_count = 5 8 split_count = 5
9 9
10 sources = [ 10 sources = [
(...skipping 14 matching lines...) Expand all
25 "FragmentainerIterator.h", 25 "FragmentainerIterator.h",
26 "FragmentationContext.h", 26 "FragmentationContext.h",
27 "GeneratedChildren.h", 27 "GeneratedChildren.h",
28 "Grid.cpp", 28 "Grid.cpp",
29 "Grid.h", 29 "Grid.h",
30 "GridTrackSizingAlgorithm.cpp", 30 "GridTrackSizingAlgorithm.cpp",
31 "GridTrackSizingAlgorithm.h", 31 "GridTrackSizingAlgorithm.h",
32 "HitTestCache.cpp", 32 "HitTestCache.cpp",
33 "HitTestCache.h", 33 "HitTestCache.h",
34 "HitTestCanvasResult.cpp", 34 "HitTestCanvasResult.cpp",
35 "HitTestCanvasResult.h",
35 "HitTestLocation.cpp", 36 "HitTestLocation.cpp",
36 "HitTestLocation.h", 37 "HitTestLocation.h",
37 "HitTestResult.cpp", 38 "HitTestResult.cpp",
38 "HitTestingTransformState.cpp", 39 "HitTestingTransformState.cpp",
39 "HitTestingTransformState.h", 40 "HitTestingTransformState.h",
40 "ImageQualityController.cpp", 41 "ImageQualityController.cpp",
41 "ImageQualityController.h", 42 "ImageQualityController.h",
42 "IntersectionGeometry.cpp", 43 "IntersectionGeometry.cpp",
43 "IntersectionGeometry.h", 44 "IntersectionGeometry.h",
44 "LayoutAnalyzer.cpp", 45 "LayoutAnalyzer.cpp",
45 "LayoutAnalyzer.h", 46 "LayoutAnalyzer.h",
46 "LayoutBR.cpp", 47 "LayoutBR.cpp",
47 "LayoutBlock.cpp", 48 "LayoutBlock.cpp",
49 "LayoutBlock.h",
48 "LayoutBlockFlow.cpp", 50 "LayoutBlockFlow.cpp",
49 "LayoutBlockFlowLine.cpp", 51 "LayoutBlockFlowLine.cpp",
50 "LayoutBox.cpp", 52 "LayoutBox.cpp",
51 "LayoutBoxModelObject.cpp", 53 "LayoutBoxModelObject.cpp",
54 "LayoutBoxModelObject.h",
52 "LayoutButton.cpp", 55 "LayoutButton.cpp",
53 "LayoutButton.h", 56 "LayoutButton.h",
54 "LayoutCounter.cpp", 57 "LayoutCounter.cpp",
55 "LayoutCounter.h", 58 "LayoutCounter.h",
56 "LayoutDeprecatedFlexibleBox.cpp", 59 "LayoutDeprecatedFlexibleBox.cpp",
57 "LayoutDeprecatedFlexibleBox.h", 60 "LayoutDeprecatedFlexibleBox.h",
58 "LayoutDetailsMarker.cpp", 61 "LayoutDetailsMarker.cpp",
59 "LayoutDetailsMarker.h", 62 "LayoutDetailsMarker.h",
60 "LayoutEmbeddedObject.cpp", 63 "LayoutEmbeddedObject.cpp",
64 "LayoutEmbeddedObject.h",
61 "LayoutFieldset.cpp", 65 "LayoutFieldset.cpp",
62 "LayoutFieldset.h", 66 "LayoutFieldset.h",
63 "LayoutFileUploadControl.cpp", 67 "LayoutFileUploadControl.cpp",
64 "LayoutFileUploadControl.h", 68 "LayoutFileUploadControl.h",
65 "LayoutFlexibleBox.cpp", 69 "LayoutFlexibleBox.cpp",
66 "LayoutFlexibleBox.h", 70 "LayoutFlexibleBox.h",
67 "LayoutFlowThread.cpp", 71 "LayoutFlowThread.cpp",
68 "LayoutFlowThread.h", 72 "LayoutFlowThread.h",
69 "LayoutFrame.cpp", 73 "LayoutFrame.cpp",
70 "LayoutFrame.h", 74 "LayoutFrame.h",
71 "LayoutFrameSet.cpp", 75 "LayoutFrameSet.cpp",
72 "LayoutFrameSet.h", 76 "LayoutFrameSet.h",
73 "LayoutFullScreen.cpp", 77 "LayoutFullScreen.cpp",
74 "LayoutFullScreen.h", 78 "LayoutFullScreen.h",
75 "LayoutGeometryMap.cpp", 79 "LayoutGeometryMap.cpp",
76 "LayoutGeometryMap.h", 80 "LayoutGeometryMap.h",
77 "LayoutGeometryMapStep.h", 81 "LayoutGeometryMapStep.h",
78 "LayoutGrid.cpp", 82 "LayoutGrid.cpp",
79 "LayoutGrid.h", 83 "LayoutGrid.h",
80 "LayoutHTMLCanvas.cpp", 84 "LayoutHTMLCanvas.cpp",
81 "LayoutHTMLCanvas.h", 85 "LayoutHTMLCanvas.h",
82 "LayoutIFrame.cpp", 86 "LayoutIFrame.cpp",
83 "LayoutIFrame.h", 87 "LayoutIFrame.h",
84 "LayoutImage.cpp", 88 "LayoutImage.cpp",
89 "LayoutImage.h",
85 "LayoutImageResource.cpp", 90 "LayoutImageResource.cpp",
91 "LayoutImageResource.h",
86 "LayoutImageResourceStyleImage.cpp", 92 "LayoutImageResourceStyleImage.cpp",
93 "LayoutImageResourceStyleImage.h",
87 "LayoutInline.cpp", 94 "LayoutInline.cpp",
88 "LayoutInline.h", 95 "LayoutInline.h",
89 "LayoutListBox.cpp", 96 "LayoutListBox.cpp",
90 "LayoutListBox.h", 97 "LayoutListBox.h",
91 "LayoutListItem.cpp", 98 "LayoutListItem.cpp",
99 "LayoutListItem.h",
92 "LayoutListMarker.cpp", 100 "LayoutListMarker.cpp",
93 "LayoutListMarker.h", 101 "LayoutListMarker.h",
94 "LayoutMedia.cpp", 102 "LayoutMedia.cpp",
95 "LayoutMedia.h", 103 "LayoutMedia.h",
96 "LayoutMenuList.cpp", 104 "LayoutMenuList.cpp",
97 "LayoutMenuList.h", 105 "LayoutMenuList.h",
98 "LayoutMultiColumnFlowThread.cpp", 106 "LayoutMultiColumnFlowThread.cpp",
99 "LayoutMultiColumnFlowThread.h", 107 "LayoutMultiColumnFlowThread.h",
100 "LayoutMultiColumnSet.cpp", 108 "LayoutMultiColumnSet.cpp",
101 "LayoutMultiColumnSet.h", 109 "LayoutMultiColumnSet.h",
102 "LayoutMultiColumnSpannerPlaceholder.cpp", 110 "LayoutMultiColumnSpannerPlaceholder.cpp",
103 "LayoutMultiColumnSpannerPlaceholder.h", 111 "LayoutMultiColumnSpannerPlaceholder.h",
104 "LayoutObject.cpp", 112 "LayoutObject.cpp",
105 "LayoutObjectChildList.cpp", 113 "LayoutObjectChildList.cpp",
114 "LayoutObjectChildList.h",
106 "LayoutPagedFlowThread.cpp", 115 "LayoutPagedFlowThread.cpp",
107 "LayoutPagedFlowThread.h", 116 "LayoutPagedFlowThread.h",
108 "LayoutPart.cpp", 117 "LayoutPart.cpp",
118 "LayoutPart.h",
109 "LayoutProgress.cpp", 119 "LayoutProgress.cpp",
110 "LayoutProgress.h", 120 "LayoutProgress.h",
111 "LayoutQuote.cpp", 121 "LayoutQuote.cpp",
112 "LayoutQuote.h", 122 "LayoutQuote.h",
113 "LayoutReplaced.cpp", 123 "LayoutReplaced.cpp",
124 "LayoutReplaced.h",
114 "LayoutRuby.cpp", 125 "LayoutRuby.cpp",
115 "LayoutRuby.h", 126 "LayoutRuby.h",
116 "LayoutRubyBase.cpp", 127 "LayoutRubyBase.cpp",
117 "LayoutRubyBase.h", 128 "LayoutRubyBase.h",
118 "LayoutRubyRun.cpp", 129 "LayoutRubyRun.cpp",
119 "LayoutRubyRun.h", 130 "LayoutRubyRun.h",
120 "LayoutRubyText.cpp", 131 "LayoutRubyText.cpp",
121 "LayoutRubyText.h", 132 "LayoutRubyText.h",
122 "LayoutScrollbar.cpp", 133 "LayoutScrollbar.cpp",
123 "LayoutScrollbar.h", 134 "LayoutScrollbar.h",
124 "LayoutScrollbarPart.cpp", 135 "LayoutScrollbarPart.cpp",
125 "LayoutScrollbarPart.h", 136 "LayoutScrollbarPart.h",
126 "LayoutScrollbarTheme.cpp", 137 "LayoutScrollbarTheme.cpp",
127 "LayoutScrollbarTheme.h", 138 "LayoutScrollbarTheme.h",
128 "LayoutSearchField.cpp", 139 "LayoutSearchField.cpp",
129 "LayoutSearchField.h", 140 "LayoutSearchField.h",
130 "LayoutSlider.cpp", 141 "LayoutSlider.cpp",
131 "LayoutSlider.h", 142 "LayoutSlider.h",
132 "LayoutSliderContainer.cpp", 143 "LayoutSliderContainer.cpp",
133 "LayoutSliderContainer.h", 144 "LayoutSliderContainer.h",
134 "LayoutSliderThumb.cpp", 145 "LayoutSliderThumb.cpp",
135 "LayoutSliderThumb.h", 146 "LayoutSliderThumb.h",
136 "LayoutState.cpp", 147 "LayoutState.cpp",
148 "LayoutState.h",
137 "LayoutTable.cpp", 149 "LayoutTable.cpp",
138 "LayoutTable.h", 150 "LayoutTable.h",
139 "LayoutTableBoxComponent.cpp", 151 "LayoutTableBoxComponent.cpp",
140 "LayoutTableBoxComponent.h", 152 "LayoutTableBoxComponent.h",
141 "LayoutTableCaption.cpp", 153 "LayoutTableCaption.cpp",
142 "LayoutTableCaption.h", 154 "LayoutTableCaption.h",
143 "LayoutTableCell.cpp", 155 "LayoutTableCell.cpp",
144 "LayoutTableCell.h", 156 "LayoutTableCell.h",
145 "LayoutTableCol.cpp", 157 "LayoutTableCol.cpp",
146 "LayoutTableCol.h", 158 "LayoutTableCol.h",
(...skipping 23 matching lines...) Expand all
170 "LayoutThemeMac.h", 182 "LayoutThemeMac.h",
171 "LayoutThemeMac.mm", 183 "LayoutThemeMac.mm",
172 "LayoutThemeMobile.cpp", 184 "LayoutThemeMobile.cpp",
173 "LayoutThemeMobile.h", 185 "LayoutThemeMobile.h",
174 "LayoutTreeAsText.cpp", 186 "LayoutTreeAsText.cpp",
175 "LayoutVTTCue.cpp", 187 "LayoutVTTCue.cpp",
176 "LayoutVTTCue.h", 188 "LayoutVTTCue.h",
177 "LayoutVideo.cpp", 189 "LayoutVideo.cpp",
178 "LayoutVideo.h", 190 "LayoutVideo.h",
179 "LayoutView.cpp", 191 "LayoutView.cpp",
192 "LayoutView.h",
180 "LayoutWordBreak.cpp", 193 "LayoutWordBreak.cpp",
181 "LayoutWordBreak.h", 194 "LayoutWordBreak.h",
182 "ListMarkerText.cpp", 195 "ListMarkerText.cpp",
183 "ListMarkerText.h", 196 "ListMarkerText.h",
184 "MultiColumnFragmentainerGroup.cpp", 197 "MultiColumnFragmentainerGroup.cpp",
185 "MultiColumnFragmentainerGroup.h", 198 "MultiColumnFragmentainerGroup.h",
186 "OrderIterator.cpp", 199 "OrderIterator.cpp",
187 "OrderIterator.h", 200 "OrderIterator.h",
188 "OverflowModel.h", 201 "OverflowModel.h",
189 "PaintInvalidationState.cpp", 202 "PaintInvalidationState.cpp",
190 "PaintInvalidationState.h", 203 "PaintInvalidationState.h",
191 "PointerEventsHitRules.cpp", 204 "PointerEventsHitRules.cpp",
192 "PointerEventsHitRules.h", 205 "PointerEventsHitRules.h",
193 "ScrollAlignment.cpp", 206 "ScrollAlignment.cpp",
207 "ScrollAlignment.h",
194 "ScrollAnchor.cpp", 208 "ScrollAnchor.cpp",
195 "ScrollAnchor.h", 209 "ScrollAnchor.h",
196 "SubtreeLayoutScope.cpp", 210 "SubtreeLayoutScope.cpp",
197 "SubtreeLayoutScope.h", 211 "SubtreeLayoutScope.h",
198 "TableLayoutAlgorithm.h", 212 "TableLayoutAlgorithm.h",
199 "TableLayoutAlgorithmAuto.cpp", 213 "TableLayoutAlgorithmAuto.cpp",
200 "TableLayoutAlgorithmAuto.h", 214 "TableLayoutAlgorithmAuto.h",
201 "TableLayoutAlgorithmFixed.cpp", 215 "TableLayoutAlgorithmFixed.cpp",
202 "TableLayoutAlgorithmFixed.h", 216 "TableLayoutAlgorithmFixed.h",
203 "TextAutosizer.cpp", 217 "TextAutosizer.cpp",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "line/AbstractInlineTextBox.h", 281 "line/AbstractInlineTextBox.h",
268 "line/BreakingContext.cpp", 282 "line/BreakingContext.cpp",
269 "line/EllipsisBox.cpp", 283 "line/EllipsisBox.cpp",
270 "line/EllipsisBox.h", 284 "line/EllipsisBox.h",
271 "line/GlyphOverflow.h", 285 "line/GlyphOverflow.h",
272 "line/InlineBox.cpp", 286 "line/InlineBox.cpp",
273 "line/InlineFlowBox.cpp", 287 "line/InlineFlowBox.cpp",
274 "line/InlineIterator.h", 288 "line/InlineIterator.h",
275 "line/InlineTextBox.cpp", 289 "line/InlineTextBox.cpp",
276 "line/LineBoxList.cpp", 290 "line/LineBoxList.cpp",
291 "line/LineBoxList.h",
277 "line/LineBreaker.cpp", 292 "line/LineBreaker.cpp",
278 "line/LineBreaker.h", 293 "line/LineBreaker.h",
279 "line/LineWidth.cpp", 294 "line/LineWidth.cpp",
280 "line/LineWidth.h", 295 "line/LineWidth.h",
281 "line/RootInlineBox.cpp", 296 "line/RootInlineBox.cpp",
282 "line/TrailingObjects.cpp", 297 "line/TrailingObjects.cpp",
283 "line/TrailingObjects.h", 298 "line/TrailingObjects.h",
284 "ng/geometry/ng_box_strut.cc", 299 "ng/geometry/ng_box_strut.cc",
285 "ng/geometry/ng_box_strut.h", 300 "ng/geometry/ng_box_strut.h",
286 "ng/geometry/ng_edge.h", 301 "ng/geometry/ng_edge.h",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "LayoutThemeAndroid.cpp", 426 "LayoutThemeAndroid.cpp",
412 "LayoutThemeAndroid.h", 427 "LayoutThemeAndroid.h",
413 ] 428 ]
414 } 429 }
415 430
416 configs += [ 431 configs += [
417 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 432 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
418 "//build/config/compiler:no_size_t_to_int_warning", 433 "//build/config/compiler:no_size_t_to_int_warning",
419 ] 434 ]
420 } 435 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/svg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698