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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/cpp/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index 75fe9a85ff4f71ded869d1f08fc84c6a22021b55..0869667e650a209b2a2ca55de9deb6005d19e563 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -13,16 +13,19 @@ blink_core_sources("dom") {
"AnimationWorkletProxyClient.h",
"Attr.cpp",
"Attr.h",
+ "Attribute.h",
"AttributeCollection.h",
"CDATASection.cpp",
"CDATASection.h",
"CSSSelectorWatch.cpp",
"CSSSelectorWatch.h",
"CharacterData.cpp",
+ "CharacterData.h",
"ChildFrameDisconnector.cpp",
"ChildFrameDisconnector.h",
"ChildListMutationScope.cpp",
"ChildListMutationScope.h",
+ "ChildNode.h",
"ChildNodeList.cpp",
"ChildNodeList.h",
"ClassCollection.cpp",
@@ -86,6 +89,7 @@ blink_core_sources("dom") {
"DecodedDataDocumentParser.cpp",
"DecodedDataDocumentParser.h",
"Document.cpp",
+ "Document.h",
"DocumentEncodingData.cpp",
"DocumentEncodingData.h",
"DocumentFragment.cpp",
@@ -134,6 +138,7 @@ blink_core_sources("dom") {
"ElementVisibilityObserver.h",
"EmptyNodeList.cpp",
"EmptyNodeList.h",
+ "ExceptionCode.h",
"ExecutionContext.cpp",
"ExecutionContext.h",
"ExecutionContextTask.h",
@@ -162,6 +167,7 @@ blink_core_sources("dom") {
"IntersectionObservation.h",
"IntersectionObserver.cpp",
"IntersectionObserver.h",
+ "IntersectionObserverCallback.h",
"IntersectionObserverController.cpp",
"IntersectionObserverController.h",
"IntersectionObserverEntry.cpp",
@@ -178,6 +184,7 @@ blink_core_sources("dom") {
"MessageChannel.cpp",
"MessageChannel.h",
"MessagePort.cpp",
+ "MessagePort.h",
"Modulator.cpp",
"Modulator.h",
"ModuleMap.cpp",
@@ -198,6 +205,7 @@ blink_core_sources("dom") {
"NamedNodeMap.cpp",
"NamedNodeMap.h",
"Node.cpp",
+ "Node.h",
"NodeChildRemovalTracker.cpp",
"NodeChildRemovalTracker.h",
"NodeComputedStyle.h",
@@ -208,6 +216,7 @@ blink_core_sources("dom") {
"NodeIterator.h",
"NodeIteratorBase.cpp",
"NodeIteratorBase.h",
+ "NodeList.h",
"NodeListsNodeData.cpp",
"NodeListsNodeData.h",
"NodeRareData.cpp",
@@ -228,10 +237,12 @@ blink_core_sources("dom") {
"ProcessingInstruction.cpp",
"ProcessingInstruction.h",
"PseudoElement.cpp",
+ "PseudoElement.h",
"PseudoElementData.h",
"QualifiedName.cpp",
"QualifiedName.h",
"Range.cpp",
+ "Range.h",
"RangeBoundaryPoint.h",
"RawDataDocumentParser.h",
"RemoteSecurityContext.cpp",
@@ -300,6 +311,7 @@ blink_core_sources("dom") {
"TaskRunnerHelper.h",
"TemplateContentDocumentFragment.h",
"Text.cpp",
+ "Text.h",
"TextLinkColors.cpp",
"TextLinkColors.h",
"ThrowOnDynamicMarkupInsertionCountIncrementer.h",
« no previous file with comments | « services/ui/public/cpp/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698