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 483163003: Introduce ES6 iterator for DOM objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/bindings/tests/results/V8TestInterface.cpp ('k') | Source/core/dom/Iterator.h » ('j') | no next file with comments »
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 2fe6c342e8e90169ae45198cfeea73945e0c9e05..279e05d25fb0c0eb3861ec402afd50d448faac9a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -73,6 +73,7 @@
'dom/DocumentFragment.idl',
'dom/DocumentType.idl',
'dom/Element.idl',
+ 'dom/Iterator.idl',
'dom/MessageChannel.idl',
'dom/MessagePort.idl',
'dom/MutationObserver.idl',
@@ -2044,6 +2045,7 @@
'dom/IgnoreDestructiveWriteCountIncrementer.h',
'dom/IncrementLoadEventDelayCount.cpp',
'dom/IncrementLoadEventDelayCount.h',
+ 'dom/Iterator.h',
'dom/LiveNodeList.cpp',
'dom/LiveNodeList.h',
'dom/LiveNodeListBase.cpp',
« no previous file with comments | « Source/bindings/tests/results/V8TestInterface.cpp ('k') | Source/core/dom/Iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698