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

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: rebase Created 6 years, 4 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 dbefb358446305335fdac8ef8a109cd1b846ca2e..f1e1358eee557e76b622831a269c29484f47eb46 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -72,6 +72,7 @@
'dom/DocumentFragment.idl',
'dom/DocumentType.idl',
'dom/Element.idl',
+ 'dom/Iterator.idl',
'dom/MessageChannel.idl',
'dom/MessagePort.idl',
'dom/MutationObserver.idl',
@@ -2043,6 +2044,7 @@
'dom/IgnoreDestructiveWriteCountIncrementer.h',
'dom/IncrementLoadEventDelayCount.cpp',
'dom/IncrementLoadEventDelayCount.h',
+ 'dom/Iterator.h',
'dom/LiveNodeList.cpp',
'dom/LiveNodeList.h',
'dom/LiveNodeListBase.cpp',

Powered by Google App Engine
This is Rietveld 408576698