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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1582993002: Use Document, rather than document element, for implicit root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 11 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 | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 1267bb82112eb55f44efc67ebc3487d7a82acb6e..aece00baadad45487600c2a5136657864d633290 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2405,8 +2405,6 @@
'dom/ElementDataCache.h',
'dom/ElementFullscreen.cpp',
'dom/ElementFullscreen.h',
- 'dom/ElementIntersectionObserverData.cpp',
- 'dom/ElementIntersectionObserverData.h',
'dom/ElementRareData.cpp',
'dom/ElementRareData.h',
'dom/ElementTraversal.h',
@@ -2479,6 +2477,8 @@
'dom/NodeFilter.cpp',
'dom/NodeFilter.h',
'dom/NodeFilterCondition.h',
+ 'dom/NodeIntersectionObserverData.cpp',
+ 'dom/NodeIntersectionObserverData.h',
'dom/NodeIterator.cpp',
'dom/NodeIterator.h',
'dom/NodeIteratorBase.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698