| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c9a4fad94cc9b607e7ebe4fdc8be3de2de70a937..e0fd9fa87d41bfa14dc2ed31f538b60a53f0aaa1 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2282,6 +2282,8 @@
|
| 'html/ClassList.h',
|
| 'html/DOMFormData.cpp',
|
| 'html/DOMFormData.h',
|
| + 'html/DocumentNameCollection.cpp',
|
| + 'html/DocumentNameCollection.h',
|
| 'html/FormAssociatedElement.cpp',
|
| 'html/FormDataList.cpp',
|
| 'html/FormDataList.h',
|
| @@ -2495,6 +2497,8 @@
|
| 'html/URLRegistry.h',
|
| 'html/ValidityState.cpp',
|
| 'html/ValidityState.h',
|
| + 'html/WindowNameCollection.cpp',
|
| + 'html/WindowNameCollection.h',
|
| 'html/canvas/ANGLEInstancedArrays.cpp',
|
| 'html/canvas/ANGLEInstancedArrays.h',
|
| 'html/canvas/Canvas2DContextAttributes.cpp',
|
|
|