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

Unified Diff: Source/core/core.gypi

Issue 1023393002: Cache element indices for :nth-child and :nth-last-child selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing initializer and incorrect assert. Created 5 years, 8 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 277c110cd404eaacd54f26ae9aff5569c4e65a76..17a006e94ce4f94315e2098110b762aa4d7228de 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2269,6 +2269,8 @@
'dom/NodeWithIndex.h',
'dom/NonDocumentTypeChildNode.h',
'dom/NonElementParentNode.h',
+ 'dom/NthIndexCache.cpp',
+ 'dom/NthIndexCache.h',
'dom/ParentNode.h',
'dom/PendingScript.cpp',
'dom/Position.cpp',
@@ -3748,6 +3750,7 @@
'dom/DocumentMarkerControllerTest.cpp',
'dom/DocumentTest.cpp',
'dom/MainThreadTaskRunnerTest.cpp',
+ 'dom/NthIndexCacheTest.cpp',
'dom/RangeTest.cpp',
'dom/ScriptRunnerTest.cpp',
'dom/TreeScopeTest.cpp',
« no previous file with comments | « LayoutTests/fast/dom/SelectorAPI/loose-subtree-nth-expected.txt ('k') | Source/core/css/SiblingTraversalStrategies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698