| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index b1eec4ef2343d344d21fbcff9ee27a7cb80f2edc..b96777e2bcbe5b13ef2900050dda93893813d481 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',
|
| @@ -2304,6 +2305,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',
|
|
|