| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 1d72f9e3f010a4f6f7e4b2b6105b0166eaeeb566..cad927955ac90efddeb5f27a54b9cc3ed43db456 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -141,7 +141,6 @@
|
| 'html/FormData.idl',
|
| 'html/HTMLAllCollection.idl',
|
| 'html/HTMLAnchorElement.idl',
|
| - 'html/HTMLAppletElement.idl',
|
| 'html/HTMLAreaElement.idl',
|
| 'html/HTMLAudioElement.idl',
|
| 'html/HTMLBRElement.idl',
|
| @@ -545,8 +544,6 @@
|
| 'layout/LayoutDeprecatedFlexibleBox.h',
|
| 'layout/LayoutAnalyzer.cpp',
|
| 'layout/LayoutAnalyzer.h',
|
| - 'layout/LayoutApplet.cpp',
|
| - 'layout/LayoutApplet.h',
|
| 'layout/LayoutBlock.cpp',
|
| 'layout/LayoutBlockFlow.cpp',
|
| 'layout/LayoutBlockFlowLine.cpp',
|
| @@ -2602,7 +2599,6 @@
|
| 'html/HTMLAllCollection.h',
|
| 'html/HTMLAnchorElement.cpp',
|
| 'html/HTMLAnchorElement.h',
|
| - 'html/HTMLAppletElement.cpp',
|
| 'html/HTMLAreaElement.cpp',
|
| 'html/HTMLAreaElement.h',
|
| 'html/HTMLAudioElement.cpp',
|
|
|