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

Side by Side Diff: third_party/WebKit/Source/core/html/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("//build/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 blink_core_sources("html") { 8 blink_core_sources("html") {
9 split_count = 5 9 split_count = 5
10 10
(...skipping 22 matching lines...) Expand all
33 "HTMLBRElement.h", 33 "HTMLBRElement.h",
34 "HTMLBaseElement.cpp", 34 "HTMLBaseElement.cpp",
35 "HTMLBaseElement.h", 35 "HTMLBaseElement.h",
36 "HTMLBodyElement.cpp", 36 "HTMLBodyElement.cpp",
37 "HTMLBodyElement.h", 37 "HTMLBodyElement.h",
38 "HTMLButtonElement.cpp", 38 "HTMLButtonElement.cpp",
39 "HTMLButtonElement.h", 39 "HTMLButtonElement.h",
40 "HTMLCanvasElement.cpp", 40 "HTMLCanvasElement.cpp",
41 "HTMLCanvasElement.h", 41 "HTMLCanvasElement.h",
42 "HTMLCollection.cpp", 42 "HTMLCollection.cpp",
43 "HTMLCollection.h",
43 "HTMLContentElement.cpp", 44 "HTMLContentElement.cpp",
44 "HTMLContentElement.h", 45 "HTMLContentElement.h",
45 "HTMLDListElement.cpp", 46 "HTMLDListElement.cpp",
46 "HTMLDListElement.h", 47 "HTMLDListElement.h",
47 "HTMLDataListElement.cpp", 48 "HTMLDataListElement.cpp",
48 "HTMLDataListElement.h", 49 "HTMLDataListElement.h",
49 "HTMLDetailsElement.cpp", 50 "HTMLDetailsElement.cpp",
50 "HTMLDetailsElement.h", 51 "HTMLDetailsElement.h",
51 "HTMLDialogElement.cpp", 52 "HTMLDialogElement.cpp",
52 "HTMLDialogElement.h", 53 "HTMLDialogElement.h",
53 "HTMLDimension.cpp", 54 "HTMLDimension.cpp",
54 "HTMLDimension.h", 55 "HTMLDimension.h",
55 "HTMLDirectoryElement.cpp", 56 "HTMLDirectoryElement.cpp",
56 "HTMLDirectoryElement.h", 57 "HTMLDirectoryElement.h",
57 "HTMLDivElement.cpp", 58 "HTMLDivElement.cpp",
58 "HTMLDivElement.h", 59 "HTMLDivElement.h",
59 "HTMLDocument.cpp", 60 "HTMLDocument.cpp",
61 "HTMLDocument.h",
60 "HTMLElement.cpp", 62 "HTMLElement.cpp",
63 "HTMLElement.h",
61 "HTMLEmbedElement.cpp", 64 "HTMLEmbedElement.cpp",
62 "HTMLEmbedElement.h", 65 "HTMLEmbedElement.h",
63 "HTMLFieldSetElement.cpp", 66 "HTMLFieldSetElement.cpp",
64 "HTMLFieldSetElement.h", 67 "HTMLFieldSetElement.h",
65 "HTMLFontElement.cpp", 68 "HTMLFontElement.cpp",
66 "HTMLFontElement.h", 69 "HTMLFontElement.h",
67 "HTMLFormControlElement.cpp", 70 "HTMLFormControlElement.cpp",
71 "HTMLFormControlElement.h",
68 "HTMLFormControlElementWithState.cpp", 72 "HTMLFormControlElementWithState.cpp",
73 "HTMLFormControlElementWithState.h",
69 "HTMLFormControlsCollection.cpp", 74 "HTMLFormControlsCollection.cpp",
70 "HTMLFormControlsCollection.h", 75 "HTMLFormControlsCollection.h",
71 "HTMLFormElement.cpp", 76 "HTMLFormElement.cpp",
77 "HTMLFormElement.h",
72 "HTMLFrameElement.cpp", 78 "HTMLFrameElement.cpp",
79 "HTMLFrameElement.h",
73 "HTMLFrameElementBase.cpp", 80 "HTMLFrameElementBase.cpp",
81 "HTMLFrameElementBase.h",
74 "HTMLFrameOwnerElement.cpp", 82 "HTMLFrameOwnerElement.cpp",
83 "HTMLFrameOwnerElement.h",
75 "HTMLFrameSetElement.cpp", 84 "HTMLFrameSetElement.cpp",
76 "HTMLFrameSetElement.h", 85 "HTMLFrameSetElement.h",
77 "HTMLHRElement.cpp", 86 "HTMLHRElement.cpp",
78 "HTMLHRElement.h", 87 "HTMLHRElement.h",
79 "HTMLHeadElement.cpp", 88 "HTMLHeadElement.cpp",
80 "HTMLHeadElement.h", 89 "HTMLHeadElement.h",
81 "HTMLHeadingElement.cpp", 90 "HTMLHeadingElement.cpp",
82 "HTMLHeadingElement.h", 91 "HTMLHeadingElement.h",
83 "HTMLHtmlElement.cpp", 92 "HTMLHtmlElement.cpp",
84 "HTMLHtmlElement.h", 93 "HTMLHtmlElement.h",
85 "HTMLIFrameElement.cpp", 94 "HTMLIFrameElement.cpp",
95 "HTMLIFrameElement.h",
86 "HTMLIFrameElementAllow.cpp", 96 "HTMLIFrameElementAllow.cpp",
87 "HTMLIFrameElementAllow.h", 97 "HTMLIFrameElementAllow.h",
88 "HTMLIFrameElementSandbox.cpp", 98 "HTMLIFrameElementSandbox.cpp",
89 "HTMLIFrameElementSandbox.h", 99 "HTMLIFrameElementSandbox.h",
90 "HTMLImageElement.cpp", 100 "HTMLImageElement.cpp",
91 "HTMLImageElement.h", 101 "HTMLImageElement.h",
92 "HTMLImageFallbackHelper.cpp", 102 "HTMLImageFallbackHelper.cpp",
93 "HTMLImageFallbackHelper.h", 103 "HTMLImageFallbackHelper.h",
94 "HTMLImageLoader.cpp", 104 "HTMLImageLoader.cpp",
95 "HTMLImageLoader.h", 105 "HTMLImageLoader.h",
96 "HTMLInputElement.cpp", 106 "HTMLInputElement.cpp",
107 "HTMLInputElement.h",
97 "HTMLLIElement.cpp", 108 "HTMLLIElement.cpp",
98 "HTMLLIElement.h", 109 "HTMLLIElement.h",
99 "HTMLLabelElement.cpp", 110 "HTMLLabelElement.cpp",
100 "HTMLLabelElement.h", 111 "HTMLLabelElement.h",
101 "HTMLLegendElement.cpp", 112 "HTMLLegendElement.cpp",
102 "HTMLLegendElement.h", 113 "HTMLLegendElement.h",
103 "HTMLLinkElement.cpp", 114 "HTMLLinkElement.cpp",
104 "HTMLLinkElement.h", 115 "HTMLLinkElement.h",
105 "HTMLMapElement.cpp", 116 "HTMLMapElement.cpp",
106 "HTMLMapElement.h", 117 "HTMLMapElement.h",
107 "HTMLMarqueeElement.cpp", 118 "HTMLMarqueeElement.cpp",
108 "HTMLMarqueeElement.h", 119 "HTMLMarqueeElement.h",
109 "HTMLMediaElement.cpp", 120 "HTMLMediaElement.cpp",
121 "HTMLMediaElement.h",
110 "HTMLMediaElementControlsList.cpp", 122 "HTMLMediaElementControlsList.cpp",
111 "HTMLMediaElementControlsList.h", 123 "HTMLMediaElementControlsList.h",
112 "HTMLMediaSource.cpp", 124 "HTMLMediaSource.cpp",
113 "HTMLMediaSource.h", 125 "HTMLMediaSource.h",
114 "HTMLMenuElement.cpp", 126 "HTMLMenuElement.cpp",
115 "HTMLMenuElement.h", 127 "HTMLMenuElement.h",
116 "HTMLMenuItemElement.cpp", 128 "HTMLMenuItemElement.cpp",
117 "HTMLMenuItemElement.h", 129 "HTMLMenuItemElement.h",
118 "HTMLMetaElement.cpp", 130 "HTMLMetaElement.cpp",
119 "HTMLMetaElement.h", 131 "HTMLMetaElement.h",
(...skipping 17 matching lines...) Expand all
137 "HTMLOptionElement.h", 149 "HTMLOptionElement.h",
138 "HTMLOptionsCollection.cpp", 150 "HTMLOptionsCollection.cpp",
139 "HTMLOptionsCollection.h", 151 "HTMLOptionsCollection.h",
140 "HTMLOutputElement.cpp", 152 "HTMLOutputElement.cpp",
141 "HTMLOutputElement.h", 153 "HTMLOutputElement.h",
142 "HTMLParagraphElement.cpp", 154 "HTMLParagraphElement.cpp",
143 "HTMLParagraphElement.h", 155 "HTMLParagraphElement.h",
144 "HTMLParamElement.cpp", 156 "HTMLParamElement.cpp",
145 "HTMLParamElement.h", 157 "HTMLParamElement.h",
146 "HTMLPictureElement.cpp", 158 "HTMLPictureElement.cpp",
159 "HTMLPictureElement.h",
147 "HTMLPlugInElement.cpp", 160 "HTMLPlugInElement.cpp",
148 "HTMLPlugInElement.h", 161 "HTMLPlugInElement.h",
149 "HTMLPreElement.cpp", 162 "HTMLPreElement.cpp",
150 "HTMLPreElement.h", 163 "HTMLPreElement.h",
151 "HTMLProgressElement.cpp", 164 "HTMLProgressElement.cpp",
152 "HTMLProgressElement.h", 165 "HTMLProgressElement.h",
153 "HTMLQuoteElement.cpp", 166 "HTMLQuoteElement.cpp",
154 "HTMLQuoteElement.h", 167 "HTMLQuoteElement.h",
155 "HTMLRTElement.cpp", 168 "HTMLRTElement.cpp",
156 "HTMLRTElement.h", 169 "HTMLRTElement.h",
(...skipping 11 matching lines...) Expand all
168 "HTMLSourceElement.h", 181 "HTMLSourceElement.h",
169 "HTMLSpanElement.cpp", 182 "HTMLSpanElement.cpp",
170 "HTMLSpanElement.h", 183 "HTMLSpanElement.h",
171 "HTMLStyleElement.cpp", 184 "HTMLStyleElement.cpp",
172 "HTMLStyleElement.h", 185 "HTMLStyleElement.h",
173 "HTMLSummaryElement.cpp", 186 "HTMLSummaryElement.cpp",
174 "HTMLSummaryElement.h", 187 "HTMLSummaryElement.h",
175 "HTMLTableCaptionElement.cpp", 188 "HTMLTableCaptionElement.cpp",
176 "HTMLTableCaptionElement.h", 189 "HTMLTableCaptionElement.h",
177 "HTMLTableCellElement.cpp", 190 "HTMLTableCellElement.cpp",
191 "HTMLTableCellElement.h",
178 "HTMLTableColElement.cpp", 192 "HTMLTableColElement.cpp",
179 "HTMLTableColElement.h", 193 "HTMLTableColElement.h",
180 "HTMLTableElement.cpp", 194 "HTMLTableElement.cpp",
181 "HTMLTableElement.h", 195 "HTMLTableElement.h",
182 "HTMLTablePartElement.cpp", 196 "HTMLTablePartElement.cpp",
197 "HTMLTablePartElement.h",
183 "HTMLTableRowElement.cpp", 198 "HTMLTableRowElement.cpp",
184 "HTMLTableRowElement.h", 199 "HTMLTableRowElement.h",
185 "HTMLTableRowsCollection.cpp", 200 "HTMLTableRowsCollection.cpp",
186 "HTMLTableRowsCollection.h", 201 "HTMLTableRowsCollection.h",
187 "HTMLTableSectionElement.cpp", 202 "HTMLTableSectionElement.cpp",
188 "HTMLTableSectionElement.h", 203 "HTMLTableSectionElement.h",
189 "HTMLTagCollection.cpp", 204 "HTMLTagCollection.cpp",
190 "HTMLTagCollection.h", 205 "HTMLTagCollection.h",
191 "HTMLTemplateElement.cpp", 206 "HTMLTemplateElement.cpp",
192 "HTMLTemplateElement.h", 207 "HTMLTemplateElement.h",
193 "HTMLTextAreaElement.cpp", 208 "HTMLTextAreaElement.cpp",
209 "HTMLTextAreaElement.h",
194 "HTMLTitleElement.cpp", 210 "HTMLTitleElement.cpp",
195 "HTMLTitleElement.h", 211 "HTMLTitleElement.h",
196 "HTMLTrackElement.cpp", 212 "HTMLTrackElement.cpp",
197 "HTMLTrackElement.h", 213 "HTMLTrackElement.h",
198 "HTMLUListElement.cpp", 214 "HTMLUListElement.cpp",
199 "HTMLUListElement.h", 215 "HTMLUListElement.h",
200 "HTMLUnknownElement.cpp", 216 "HTMLUnknownElement.cpp",
201 "HTMLUnknownElement.h", 217 "HTMLUnknownElement.h",
202 "HTMLVideoElement.cpp", 218 "HTMLVideoElement.cpp",
203 "HTMLVideoElement.h", 219 "HTMLVideoElement.h",
204 "HTMLViewSourceDocument.cpp", 220 "HTMLViewSourceDocument.cpp",
205 "HTMLViewSourceDocument.h", 221 "HTMLViewSourceDocument.h",
206 "HTMLWBRElement.cpp", 222 "HTMLWBRElement.cpp",
207 "HTMLWBRElement.h", 223 "HTMLWBRElement.h",
208 "ImageData.cpp", 224 "ImageData.cpp",
209 "ImageData.h", 225 "ImageData.h",
210 "ImageDocument.cpp", 226 "ImageDocument.cpp",
211 "ImageDocument.h", 227 "ImageDocument.h",
212 "LabelableElement.cpp", 228 "LabelableElement.cpp",
229 "LabelableElement.h",
213 "LabelsNodeList.cpp", 230 "LabelsNodeList.cpp",
214 "LabelsNodeList.h", 231 "LabelsNodeList.h",
215 "LinkManifest.cpp", 232 "LinkManifest.cpp",
216 "LinkManifest.h", 233 "LinkManifest.h",
217 "LinkRelAttribute.cpp", 234 "LinkRelAttribute.cpp",
218 "LinkRelAttribute.h", 235 "LinkRelAttribute.h",
219 "LinkResource.cpp", 236 "LinkResource.cpp",
220 "LinkResource.h", 237 "LinkResource.h",
221 "LinkStyle.cpp", 238 "LinkStyle.cpp",
222 "LinkStyle.h", 239 "LinkStyle.h",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "parser/HTMLEntityParser.h", 396 "parser/HTMLEntityParser.h",
380 "parser/HTMLEntitySearch.cpp", 397 "parser/HTMLEntitySearch.cpp",
381 "parser/HTMLEntitySearch.h", 398 "parser/HTMLEntitySearch.h",
382 "parser/HTMLEntityTable.h", 399 "parser/HTMLEntityTable.h",
383 "parser/HTMLFormattingElementList.cpp", 400 "parser/HTMLFormattingElementList.cpp",
384 "parser/HTMLFormattingElementList.h", 401 "parser/HTMLFormattingElementList.h",
385 "parser/HTMLInputStream.h", 402 "parser/HTMLInputStream.h",
386 "parser/HTMLMetaCharsetParser.cpp", 403 "parser/HTMLMetaCharsetParser.cpp",
387 "parser/HTMLMetaCharsetParser.h", 404 "parser/HTMLMetaCharsetParser.h",
388 "parser/HTMLParserIdioms.cpp", 405 "parser/HTMLParserIdioms.cpp",
406 "parser/HTMLParserIdioms.h",
389 "parser/HTMLParserOptions.cpp", 407 "parser/HTMLParserOptions.cpp",
390 "parser/HTMLParserOptions.h", 408 "parser/HTMLParserOptions.h",
391 "parser/HTMLParserReentryPermit.cpp", 409 "parser/HTMLParserReentryPermit.cpp",
392 "parser/HTMLParserReentryPermit.h", 410 "parser/HTMLParserReentryPermit.h",
393 "parser/HTMLParserScheduler.cpp", 411 "parser/HTMLParserScheduler.cpp",
394 "parser/HTMLParserScheduler.h", 412 "parser/HTMLParserScheduler.h",
395 "parser/HTMLParserScriptRunner.cpp", 413 "parser/HTMLParserScriptRunner.cpp",
396 "parser/HTMLParserScriptRunner.h", 414 "parser/HTMLParserScriptRunner.h",
397 "parser/HTMLParserScriptRunnerHost.h", 415 "parser/HTMLParserScriptRunnerHost.h",
398 "parser/HTMLPreloadScanner.cpp", 416 "parser/HTMLPreloadScanner.cpp",
(...skipping 11 matching lines...) Expand all
410 "parser/HTMLTreeBuilder.cpp", 428 "parser/HTMLTreeBuilder.cpp",
411 "parser/HTMLTreeBuilder.h", 429 "parser/HTMLTreeBuilder.h",
412 "parser/HTMLTreeBuilderSimulator.cpp", 430 "parser/HTMLTreeBuilderSimulator.cpp",
413 "parser/HTMLTreeBuilderSimulator.h", 431 "parser/HTMLTreeBuilderSimulator.h",
414 "parser/HTMLViewSourceParser.cpp", 432 "parser/HTMLViewSourceParser.cpp",
415 "parser/HTMLViewSourceParser.h", 433 "parser/HTMLViewSourceParser.h",
416 "parser/InputStreamPreprocessor.h", 434 "parser/InputStreamPreprocessor.h",
417 "parser/MarkupTokenizerInlines.h", 435 "parser/MarkupTokenizerInlines.h",
418 "parser/NestingLevelIncrementer.h", 436 "parser/NestingLevelIncrementer.h",
419 "parser/PreloadRequest.cpp", 437 "parser/PreloadRequest.cpp",
438 "parser/PreloadRequest.h",
420 "parser/ResourcePreloader.cpp", 439 "parser/ResourcePreloader.cpp",
421 "parser/TextDocumentParser.cpp", 440 "parser/TextDocumentParser.cpp",
422 "parser/TextDocumentParser.h", 441 "parser/TextDocumentParser.h",
423 "parser/TextResourceDecoder.cpp", 442 "parser/TextResourceDecoder.cpp",
424 "parser/TextResourceDecoder.h", 443 "parser/TextResourceDecoder.h",
425 "parser/TokenizedChunkQueue.cpp", 444 "parser/TokenizedChunkQueue.cpp",
426 "parser/TokenizedChunkQueue.h", 445 "parser/TokenizedChunkQueue.h",
427 "parser/XSSAuditor.cpp", 446 "parser/XSSAuditor.cpp",
428 "parser/XSSAuditor.h", 447 "parser/XSSAuditor.h",
429 "parser/XSSAuditorDelegate.cpp", 448 "parser/XSSAuditorDelegate.cpp",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "track/LoadableTextTrack.h", 499 "track/LoadableTextTrack.h",
481 "track/TextTrack.cpp", 500 "track/TextTrack.cpp",
482 "track/TextTrack.h", 501 "track/TextTrack.h",
483 "track/TextTrackContainer.cpp", 502 "track/TextTrackContainer.cpp",
484 "track/TextTrackContainer.h", 503 "track/TextTrackContainer.h",
485 "track/TextTrackCue.cpp", 504 "track/TextTrackCue.cpp",
486 "track/TextTrackCue.h", 505 "track/TextTrackCue.h",
487 "track/TextTrackCueList.cpp", 506 "track/TextTrackCueList.cpp",
488 "track/TextTrackCueList.h", 507 "track/TextTrackCueList.h",
489 "track/TextTrackList.cpp", 508 "track/TextTrackList.cpp",
509 "track/TextTrackList.h",
490 "track/TrackBase.cpp", 510 "track/TrackBase.cpp",
491 "track/TrackBase.h", 511 "track/TrackBase.h",
492 "track/TrackEvent.cpp", 512 "track/TrackEvent.cpp",
493 "track/TrackListBase.h", 513 "track/TrackListBase.h",
494 "track/VideoTrack.cpp", 514 "track/VideoTrack.cpp",
495 "track/VideoTrack.h", 515 "track/VideoTrack.h",
496 "track/VideoTrackList.cpp", 516 "track/VideoTrackList.cpp",
497 "track/VideoTrackList.h", 517 "track/VideoTrackList.h",
498 "track/vtt/BufferedLineReader.cpp", 518 "track/vtt/BufferedLineReader.cpp",
499 "track/vtt/BufferedLineReader.h", 519 "track/vtt/BufferedLineReader.h",
(...skipping 10 matching lines...) Expand all
510 "track/vtt/VTTToken.h", 530 "track/vtt/VTTToken.h",
511 "track/vtt/VTTTokenizer.cpp", 531 "track/vtt/VTTTokenizer.cpp",
512 "track/vtt/VTTTokenizer.h", 532 "track/vtt/VTTTokenizer.h",
513 ] 533 ]
514 534
515 configs += [ 535 configs += [
516 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 536 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
517 "//build/config/compiler:no_size_t_to_int_warning", 537 "//build/config/compiler:no_size_t_to_int_warning",
518 ] 538 ]
519 } 539 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698