| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 0d63c638c08367ce7c752c663b745715204c7920..34c6891ea00d09a0d8199a5d4f929934975889d2 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -205,6 +205,7 @@
|
| 'html/TextMetrics.idl',
|
| 'html/TimeRanges.idl',
|
| 'html/URL.idl',
|
| + 'html/URLUtils.idl',
|
| 'html/ValidityState.idl',
|
| 'html/VoidCallback.idl',
|
| 'html/canvas/ANGLEInstancedArrays.idl',
|
| @@ -2082,6 +2083,8 @@
|
| 'html/DOMFormData.h',
|
| 'html/DOMURL.cpp',
|
| 'html/DOMURL.h',
|
| + 'html/DOMURLUtils.cpp',
|
| + 'html/DOMURLUtils.h',
|
| 'html/FormAssociatedElement.cpp',
|
| 'html/HTMLAllCollection.cpp',
|
| 'html/HTMLAllCollection.h',
|
|
|