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

Unified Diff: Source/core/core.gypi

Issue 390043003: Move NodeListsNodeData class out of NodeRareData.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Source/core/dom/NodeListsNodeData.h » ('j') | Source/core/dom/NodeListsNodeData.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index e8a961aef692bcbdbc138bb089ddcd09296241ac..8d3314a3bad25faad061240d975ff1e6dfa7e17c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2037,6 +2037,8 @@
'dom/NodeIterator.h',
'dom/NodeIteratorBase.cpp',
'dom/NodeIteratorBase.h',
+ 'dom/NodeListsNodeData.cpp',
+ 'dom/NodeListsNodeData.h',
'dom/NodeRareData.cpp',
'dom/NodeRareData.h',
'dom/NodeRenderStyle.h',
« no previous file with comments | « no previous file | Source/core/dom/NodeListsNodeData.h » ('j') | Source/core/dom/NodeListsNodeData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698