Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 63b458f359d2566702421a749319e841c5a777eb..919b17ae13346123814b38b89354abbde495080a 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -53,8 +53,10 @@ |
'dom/DOMError.idl', |
'dom/DOMException.idl', |
'dom/DOMImplementation.idl', |
+ 'dom/DOMSettableTokenList.idl', |
'dom/DOMStringList.idl', |
'dom/DOMStringMap.idl', |
+ 'dom/DOMTokenList.idl', |
'dom/DataTransferItem.idl', |
'dom/DataTransferItemList.idl', |
'dom/Document.idl', |
@@ -112,8 +114,6 @@ |
'fileapi/FileReader.idl', |
'fileapi/FileReaderSync.idl', |
'fileapi/Stream.idl', |
- 'html/DOMSettableTokenList.idl', |
- 'html/DOMTokenList.idl', |
'html/FormData.idl', |
'html/HTMLAllCollection.idl', |
'html/HTMLAnchorElement.idl', |
@@ -1813,6 +1813,8 @@ |
'dom/DOMStringList.h', |
'dom/DOMStringMap.cpp', |
'dom/DOMStringMap.h', |
+ 'dom/DOMTokenList.cpp', |
+ 'dom/DOMTokenList.h', |
'dom/DataTransferItem.cpp', |
'dom/DataTransferItem.h', |
'dom/DataTransferItemList.h', |
@@ -1974,6 +1976,8 @@ |
'dom/SecurityPolicyViolationEvent.h', |
'dom/SelectorQuery.cpp', |
'dom/SelectorQuery.h', |
+ 'dom/DOMSettableTokenList.cpp', |
+ 'dom/DOMSettableTokenList.h', |
'dom/ShadowTreeStyleSheetCollection.cpp', |
'dom/ShadowTreeStyleSheetCollection.h', |
'dom/SimulatedClickOptions.h', |
@@ -2074,10 +2078,6 @@ |
'html/ColorInputType.h', |
'html/DOMFormData.cpp', |
'html/DOMFormData.h', |
- 'html/DOMSettableTokenList.cpp', |
- 'html/DOMSettableTokenList.h', |
- 'html/DOMTokenList.cpp', |
- 'html/DOMTokenList.h', |
'html/DOMURL.cpp', |
'html/DOMURL.h', |
'html/DateInputType.cpp', |