| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 514836ea19282ac910cda2845a274f80121dcc0b..4f92d84f2a1dde9bdda8286b8d8904fbdaca451f 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -184,6 +184,7 @@
|
| 'html/HTMLOutputElement.idl',
|
| 'html/HTMLParagraphElement.idl',
|
| 'html/HTMLParamElement.idl',
|
| + 'html/HTMLPictureElement.idl',
|
| 'html/HTMLPreElement.idl',
|
| 'html/HTMLProgressElement.idl',
|
| 'html/HTMLQuoteElement.idl',
|
| @@ -2384,6 +2385,7 @@
|
| 'html/HTMLParagraphElement.h',
|
| 'html/HTMLParamElement.cpp',
|
| 'html/HTMLParamElement.h',
|
| + 'html/HTMLPictureElement.cpp',
|
| 'html/HTMLPlugInElement.cpp',
|
| 'html/HTMLPlugInElement.h',
|
| 'html/HTMLPreElement.cpp',
|
|
|