| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c4be26c8c16d86dbc93de4a811faeec9254cf6aa..e2b556293a988fe18ede36f0a16c0e8bc322cb0d 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -142,6 +142,7 @@
|
| 'html/HTMLAudioElement.idl',
|
| 'html/HTMLBRElement.idl',
|
| 'html/HTMLBaseElement.idl',
|
| + 'html/HTMLBlinkElement.idl',
|
| 'html/HTMLBodyElement.idl',
|
| 'html/HTMLButtonElement.idl',
|
| 'html/HTMLCanvasElement.idl',
|
| @@ -2306,6 +2307,8 @@
|
| 'html/HTMLBRElement.h',
|
| 'html/HTMLBaseElement.cpp',
|
| 'html/HTMLBaseElement.h',
|
| + 'html/HTMLBlinkElement.cpp',
|
| + 'html/HTMLBlinkElement.h',
|
| 'html/HTMLBodyElement.cpp',
|
| 'html/HTMLBodyElement.h',
|
| 'html/HTMLButtonElement.cpp',
|
|
|